User Tools

Site Tools


computing:bfgminer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
computing:bfgminer [2021/05/10 19:17] oemb1905computing:bfgminer [2021/05/11 02:39] oemb1905
Line 1: Line 1:
 +bfg seems broken, running straight minerd (cpuminer) now:
  
 +  git clone https://github.com/pooler/cpuminer.git
 +  ./autogen.sh
 +  ./nomacro.pl
 +  ./configure CFLAGS="-O3"
 +  sudo make
 +  
 +Once installed, typical single pool use syntax is as follows:
 +  
 +  ./minerd --url=stratum+tcp://us.litecoinpool.org:3333 --userpass=oemb1905.workstation:1
  
-    Open a terminal (if it is on a remote machine, SSH into it) + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/05/10 20:37//
-    Run “apt-get update” +
-    Run “apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev” +
-    Run “git clone git://github.com/luke-jr/bfgminer.git” +
-    Enter the bfgminer directory (eg. “cd bin/bfgminer”) +
-    Run “./autogen.sh” +
-    Run “./configure” (if you don’t want to use GPU support on the machine add the flag –disable-opencl) +
-     +
-    OR ./configure --enable-cpumining --enable-scrypt +
-     +
-    Run “make” +
-    When make completes, you can run bfgminer directly from within the directory: run “./bfgminer” and enter the pool, workername and password +
-    BFGMiner starts now to mine +
computing/bfgminer.txt · Last modified: 2021/05/11 02:40 by oemb1905