Mining¶
Mining software¶
https://en.bitcoin.it/wiki/Mining_software
cgminer¶
https://github.com/ckolivas/cgminer
$ sudo apt-get install cgminer
$ cgminer --userpass omidraha.worker1:anything --url stratum+tcp://jp.stratum.slushpool.com:3333
bfgminer¶
https://linuxhint.com/bfgminer-ubuntu/
https://bitcointalk.org/?topic=877081
$ sudo apt-get install bfgminer
$ bfgminer -o stratum+tcp://jp.stratum.slushpool.com:3333 -u omidraha.worker1 -p anything
poclbm¶
https://github.com/m0mchil/poclbm
$ git clone https://github.com/m0mchil/poclbm
$ cd poclbm
$ poclbm.py omidraha.worker1:anything@jp.stratum.slushpool.com:3333
Pool¶
https://en.bitcoin.it/wiki/Comparison_of_mining_pools
slushpool¶
https://slushpool.com/help/get-started/getting_started
flypool¶
antpool¶
Hash Rate¶
Hash Rate Measured & its Unit¶
Hash rate denominations
1 kH/s is 1,000 (one thousand) hashes per second
1 MH/s is 1,000,000 (one million) hashes per second.
1 GH/s is 1,000,000,000 (one billion) hashes per second.
1 TH/s is 1,000,000,000,000 (one trillion) hashes per second.
1 PH/s is 1,000,000,000,000,000 (one quadrillion) hashes per second.
1 EH/s is 1,000,000,000,000,000,000 (one quintillion) hashes per second.
Common Hash rate Conversions
1 MH/s = 1,000 kH/s
1 GH/s = 1,000 MH/s = 1,000,000 kH/s
1 TH/s = 1,000 GH/s = 1,000,000 MH/s = 1,000,000,000 kH/s
1 PH/s = 1,000 TH/s = 1,000,000 GH/s = 1,000,000,000 MH/s
1 EH/s = 1,000 PH/s = 1,000,000 TH/s = 1,000,000,000 GH/s