Difference between revisions of "DiabloMiner"

From Bitcoin Wiki
Jump to: navigation, search
m
m (Cleanup)
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 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].
 
==Download==
 
==Download==
[http://adterrasperaspera.com/images/DiabloMiner.zip Newest binary.]
+
[http://adterrasperaspera.com/images/DiabloMiner.zip Newest binary]
  
[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:
 
+
./DiabloMiner-YourOS.sh -u youruser -p yourpass
"./DiabloMiner-YourOS.sh -u youruser -p yourpass" matching the user and pass set in your bitcoin.conf.
+
Where user and pass are what you set in your bitcoin.conf.
  
  
 
To run on Windows you have to do something like:
 
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
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==
 
==Founder==
 
[http://www.bitcoin.org/smf/index.php?action=profile;u=1796 DiabloD3]
 
[http://www.bitcoin.org/smf/index.php?action=profile;u=1796 DiabloD3]

Revision as of 11:57, 24 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 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 what you 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