DiabloMiner: Difference between revisions
Jump to navigation
Jump to search
→Examples: Make the link be to the specific section of the article. |
Make OpenCL a link to the OpenCL miner article. |
||
Line 1: | Line 1: | ||
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. | DiabloMiner is a Java GPU bitcoin miner that uses the [[OpenCL_miner|OpenCL]] framework to quickly perform the hashing computations. Works on current Nvidia drivers and ATI Stream SDK 2.1. | ||
==Donation== | ==Donation== | ||
Bitcoin address in the signature in the [http://www.bitcoin.org/smf/index.php?action=profile;u=1796 founder's page]. | Bitcoin address in the signature in the [http://www.bitcoin.org/smf/index.php?action=profile;u=1796 founder's page]. |
Revision as of 09:48, 2 March 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
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