DiabloMiner

From Bitcoin Wiki
Revision as of 11:57, 24 January 2011 by Ptd (talk | contribs) (Cleanup)
Jump to: navigation, search

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.

Donation

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

Download

Newest binary

Source

Examples

From the introductory post, to run type:

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

Where user and pass are what you set in your bitcoin.conf.


To run on Windows you have to do something like:

java -cp target\libs\*;target\DiabloMiner-0.0.1-SNAPSHOT.jar -Djava.library.path=target\libs\natives\windows com.diablominer.DiabloMiner.DiabloMiner -u youruser -p yourpassword

Founder

DiabloD3

HomePage

Project Page

Project Thread

License

GPL