User Tools

Site Tools


computing:bfgminer

This is an old revision of the document!


  Open a terminal (if it is on a remote machine, SSH into it)
  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.1620674227.txt.gz · Last modified: 2021/05/10 19:17 by oemb1905