Difference between revisions of "DiabloMiner"

From Bitcoin Wiki
Jump to: navigation, search
(Examples: Add link to Data directory article.)
(Examples: Make the link be to the specific section of the article.)
Line 9: Line 9:
 
From the introductory [http://www.bitcoin.org/smf/index.php?topic=1721.msg21054#msg21054 post], to run type:
 
From the introductory [http://www.bitcoin.org/smf/index.php?topic=1721.msg21054#msg21054 post], to run type:
 
  ./DiabloMiner-YourOS.sh -u youruser -p yourpass
 
  ./DiabloMiner-YourOS.sh -u youruser -p yourpass
Where user and pass are the rpcuser and rpcpassword configuration settings from the bitcoin.conf file located your [[data directory]].
+
Where user and pass are the values for the rpcuser and rpcpassword configuration settings from the bitcoin.conf file located your [[Data directory#Files|data directory]].
  
 
To run on Windows you have to do something like:
 
To run on Windows you have to do something like:

Revision as of 03:51, 12 February 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 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 the values for the rpcuser and rpcpassword configuration settings from the bitcoin.conf file located your data directory.

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