Difference between revisions of "Bitcoin Miner: BFGMiner"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) (Undo revision 49760 by Onnowpurbo (talk)) |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | BFGMiner bisa digunakan untuk usbstick miner | ||
− | add-apt-repository ppa:eugenesan/ppa | + | |
+ | ==Install== | ||
+ | Instalasi dari binary tidak detect gekkoscience | ||
+ | |||
+ | add-apt-repository ppa:eugenesan/ppa -y | ||
apt update | apt update | ||
apt-get install bfgminer -y | apt-get install bfgminer -y | ||
− | + | ==Compile== | |
− | + | Jika anda ingin meng-compile dapat menggunakan perintah | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | sudo su | |
− | + | cd /usr/local/src | |
− | + | apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev libevent-2.0-5 libevent-dev | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev | ||
git clone git://github.com/luke-jr/bfgminer.git | git clone git://github.com/luke-jr/bfgminer.git | ||
− | cd bfgminer | + | cd /usr/local/src/bfgminer |
./autogen.sh | ./autogen.sh | ||
− | ./configure | + | ./configure --enable-gekko |
make | make | ||
− | |||
+ | Cek | ||
+ | |||
+ | ./bfgminer -V | ||
+ | |||
+ | ==Menjalankan== | ||
Single pool: | Single pool: | ||
Line 45: | Line 42: | ||
./bfgminer -o stratum.slushpool.com:3333 -O username.worker:password -S all | ./bfgminer -o stratum.slushpool.com:3333 -O username.worker:password -S all | ||
+ | bfgminer -o stratum.slushpool.com:3333 -O username.worker:password -S all | ||
+ | |||
+ | ==NiceHash== | ||
+ | |||
+ | So, what can you do with the Compas? Well, basically you have at least two options. | ||
+ | |||
+ | A) You can point it to a regular SHA256 pool, for example NiceHash SHA256 pool. The USB sticks are performing really well, and can be overclocked to achieve various hashing speeds. Here are two Compacs, together with some bigger brothers in our lab: | ||
+ | |||
+ | bfgminer -o stratum+tcp://sha256.eu.nicehash.com:3334/#xnsub -u YOUR-BITCOIN-ADDRESS.Compac1 -p d=128 --set compac:clock=x0983 | ||
+ | |||
+ | B) Since these miners are slow compared to regular SHA256 Bitcoin miners, you will hardly earn any profit by regular mining. However, you can also point this miner to our solo mining pool - and play some blockchain lottery. This will give you a chance to win a full Bitcoin block. Now, if this isn't fun or what ;) ? Here are two Compacs, hashing in our SHA256 solo mining pool: | ||
+ | |||
+ | bfgminer -o stratum+tcp://stratum.solo.nicehash.com:3334 -u YOUR-BITCOIN-ADDRESS.Compac1 -p diff_64 --set compac:clock=x0983 | ||
+ | |||
[[File:Slushpool1.jpeg|center|200px|thumb]] | [[File:Slushpool1.jpeg|center|200px|thumb]] |
Latest revision as of 06:44, 20 November 2017
BFGMiner bisa digunakan untuk usbstick miner
Install
Instalasi dari binary tidak detect gekkoscience
add-apt-repository ppa:eugenesan/ppa -y apt update apt-get install bfgminer -y
Compile
Jika anda ingin meng-compile dapat menggunakan perintah
sudo su cd /usr/local/src apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev libevent-2.0-5 libevent-dev git clone git://github.com/luke-jr/bfgminer.git cd /usr/local/src/bfgminer ./autogen.sh ./configure --enable-gekko make
Cek
./bfgminer -V
Menjalankan
Single pool:
bfgminer -o http://pool:port -u username -p password
Multiple pools:
bfgminer -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password
Multiple blockchains:
bfgminer -o http://pool1:port -u pool1username -p pool1password --pool-goal default -o http://pool2:port -u pool2usernmae -p pool2password --pool-goal freicoin
Slushpool
./bfgminer -o stratum.slushpool.com:3333 -O username.worker:password -S all bfgminer -o stratum.slushpool.com:3333 -O username.worker:password -S all
NiceHash
So, what can you do with the Compas? Well, basically you have at least two options.
A) You can point it to a regular SHA256 pool, for example NiceHash SHA256 pool. The USB sticks are performing really well, and can be overclocked to achieve various hashing speeds. Here are two Compacs, together with some bigger brothers in our lab:
bfgminer -o stratum+tcp://sha256.eu.nicehash.com:3334/#xnsub -u YOUR-BITCOIN-ADDRESS.Compac1 -p d=128 --set compac:clock=x0983
B) Since these miners are slow compared to regular SHA256 Bitcoin miners, you will hardly earn any profit by regular mining. However, you can also point this miner to our solo mining pool - and play some blockchain lottery. This will give you a chance to win a full Bitcoin block. Now, if this isn't fun or what ;) ? Here are two Compacs, hashing in our SHA256 solo mining pool:
bfgminer -o stratum+tcp://stratum.solo.nicehash.com:3334 -u YOUR-BITCOIN-ADDRESS.Compac1 -p diff_64 --set compac:clock=x0983