0

Is there a way to mine bitcoins without installing a client, that is can I do it in PHP or Node.js by adding some libraries etc which replicate what the bitcoin client would do(more or less)?

Murch
  • 71,155
  • 33
  • 180
  • 600
Ram G Athreya
  • 111
  • 1
  • 5

4 Answers4

1

You probably want this:

http://pastebin.com/ZYMNFAXt

It is a BTC miner that works in JS. I took it from bitcoinplus.com

I don't think that this is economically feasible though - cpu mining is a total waste - unless you're looking to do something malicious with the code like having others use your tools that also happen to utilize CPU power to mine for btc underneath - which by the way is a sure fire way to get your software banned and shunned at large. What you describe sounds like something deployed in a botnet or malware scheme - perhaps a bad android modded rom.

Frankenmint
  • 485
  • 1
  • 5
  • 21
0

You can mine for Mining Pools, which doesn't require you to have a client running. You just enter the mining pool address in your mining program.

Steven Roose
  • 11,473
  • 8
  • 44
  • 71
0

You will have to use some sort of program or script to do this. There are several ways, I have used cgminerfor my mining. You can grab it from here: https://github.com/ckolivas/cgminer

Version 3.7.2 is the last to support GPU mining if your into that sort of thing.

I have not tested these but I found this one for Node.js: https://npmjs.org/package/bitcoinjs

Hope this helps.

Bjarte
  • 111
  • 1
  • cgminer is a program i need to install that is exactly what i dont want to do, bitcoinjs is a package that allows you to create a dashboard UI to manage your portfolio etc, both dont help in what I want – Ram G Athreya Jan 02 '14 at 12:02
0

You can try Javaminer online. But its very slow and you're probably not going to be looking at much profit. But maybe profits aren't your main source of inspiration.... But ya you're gonna want Javaminer. If you have no client you're going to be mining with Java of some kind, I highly doubt you'd need any PHP