DiabloMiner

DiabloMiner is a Java GPU bitcoin miner that uses the OpenCL framework to quickly perform the hashing computations. Works on current Nvidia drivers and ATI Stream SDK 2.1.

Contents

Donation

Bitcoin address in the signature in the founder’s page.

Download

Newest binary (MD5 SUM: e27b993945d2b1c55bab4ff26ba7761d)

Source

Examples

From the introductory post, to run type:

./DiabloMiner-YourOS.sh -u youruser -p yourpass 

Where user and pass are the values for the rpcuser and rpcpassword configuration settings from the bitcoin.conf file located your data directory. Newer versions of DiabloMiner support a <code>–url</code> argument, for example:

/DiabloMiner-YourOS.sh --url <nowiki>http://youruser:yourpass@localhost:8332/</nowiki> 

To run on Windows you have to do something like:

java -cp targetlibs*;targetDiabloMiner-0.0.1-SNAPSHOT.jar -Djava.library.path=targetlibsnativeswindows com.diablominer.DiabloMiner.DiabloMiner -u youruser -p yourpassword 

Founder

DiabloD3

HomePage

Project Page on GitHub

Project Thread

License

GPL

Source

http://bitcoin.it/

See Also on BitcoinWiki