DiabloMiner: Difference between revisions
Jump to navigation
Jump to search
→HomePage: Clarify which link is for the repository. |
→HomePage: Reference |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
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]. | ||
==Download== | ==Download== | ||
[http://adterrasperaspera.com/images/DiabloMiner.zip Newest binary] | [http://adterrasperaspera.com/images/DiabloMiner.zip Newest binary] (MD5 SUM: e27b993945d2b1c55bab4ff26ba7761d) | ||
[https://github.com/Diablo-D3/DiabloMiner/archives/master Source] | [https://github.com/Diablo-D3/DiabloMiner/archives/master Source] | ||
==Examples== | ==Examples== | ||
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: | ||
Line 18: | Line 19: | ||
==Founder== | ==Founder== | ||
[http://www. | [http://www.bitcointalk.org/index.php?action=profile;u=1796 DiabloD3] | ||
==HomePage== | ==HomePage== | ||
[https://github.com/Diablo-D3/DiabloMiner Project Page] on GitHub | [https://github.com/Diablo-D3/DiabloMiner Project Page] on GitHub | ||
[http://www. | [http://www.bitcointalk.org/index.php?topic=1721.0 Project Thread] | ||
* [http://www.bitcoinmining.com/bitcoin-mining-software/ Bitcoin Mining Software] | |||
==License== | ==License== |
Latest revision as of 01:32, 1 June 2015
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 (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