DiabloMiner: Difference between revisions
Jump to navigation
Jump to search
Added md5 checksum |
m changed 'newre' to 'newer' |
||
Line 1: | Line 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. | 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 | Bitcoin address of the founder is 1PxuwbvLYZfBUt6iDGyvnDazcH9S7jNnMs. | ||
==Download== | ==Download== | ||
[http://adterrasperaspera.com/images/DiabloMiner.zip Newest binary] (MD5 SUM: e27b993945d2b1c55bab4ff26ba7761d) | [http://adterrasperaspera.com/images/DiabloMiner.zip Newest binary] (MD5 SUM: e27b993945d2b1c55bab4ff26ba7761d) |
Revision as of 09:47, 22 June 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 of the founder is 1PxuwbvLYZfBUt6iDGyvnDazcH9S7jNnMs.
Download
Newest binary (MD5 SUM: e27b993945d2b1c55bab4ff26ba7761d)
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 --url
argument, for example:
/DiabloMiner-YourOS.sh --url http://youruser:yourpass@localhost:8332/
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
HomePage
Project Page on GitHub