Difference between revisions of "Bitcoin Miner: BFGMiner"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
BFGMiner bisa digunakan untuk usbstick miner
 +
 +
 
==Install==
 
==Install==
  

Revision as of 06:46, 29 September 2017

BFGMiner bisa digunakan untuk usbstick miner


Install

add-apt-repository ppa:eugenesan/ppa
apt update
apt-get install bfgminer -y

atau compile

sudo su
cd /usr/local/src
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
cd bfgminer
./autogen.sh
./configure
make

./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


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


Slushpool1.jpeg