Difference between revisions of "DiabloMiner"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "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. ==Don...")
 
m
Line 23: Line 23:
 
==License==
 
==License==
 
[http://www.gnu.org/copyleft/gpl.html GPL]
 
[http://www.gnu.org/copyleft/gpl.html GPL]
 +
 +
[[Category:Mining]]

Revision as of 21:44, 23 January 2011

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: 1DbeWKCxnVCt3sRaSAmZLoboqr8pVyFzP1

Download

Newest Binary.

Source.

Examples

From the introductory post, to run type:

"./DiabloMiner-YourOS.sh -u youruser -p yourpass" matching the user and pass 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