Mining without using client

0

1

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)?

Ram G Athreya

Posted 2014-01-02T09:29:06.283

Reputation: 111

Answers

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

Posted 2014-01-02T09:29:06.283

Reputation: 415

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

Posted 2014-01-02T09:29:06.283

Reputation: 10 855

no I dont mean mining pools I mean is there a programmatic way of doing it???Ram G Athreya 2014-01-02T10:48:19.007

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

Posted 2014-01-02T09:29:06.283

Reputation: 111

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 wantRam G Athreya 2014-01-02T12:02:29.967

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

user18826

Posted 2014-01-02T09:29:06.283

Reputation: 1

Thanks, could you provide a link so that I can check it out?Ram G Athreya 2014-08-01T10:02:16.387