• We just launched and are currently in beta. Join us as we build and grow the community.

BFGMINER Install tut

joopgames38

User Engagement Optimizer
J Rep
0
0
0
Rep
0
J Vouches
0
0
0
Vouches
0
Posts
84
Likes
36
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
You should obviously do this on Linux (this guide is for Ubuntu)
How to set-up bfgminer on Ubuntu 1. Open Terminal sudo apt-get update sudo apt-get upgrade sudo apt-get install git git clone
You must upgrade your account or reply in the thread to view hidden text.
cd bfgminer wget
You must upgrade your account or reply in the thread to view hidden text.
unzip master.zip cd hidapi-master sudo apt-get install autotools-dev autoconf automake libtool libudev-dev libusb-1.0 autoreconf --install --verbose --force chmod +x configure ./configure make sudo make install cd .. sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev sudo ./autogen.sh sudo ./configure sudo make sudo make install // Run with ./bfgminer ---------------------------------------------------------------------------- EXECUTIVE SUMMARY ON USAGE: Single pool: bfgminer -o http://pool-u username -p password Multiple pools: bfgminer -o http://pool1-u pool1username -p pool1password -o http://pool2 -u pool2usernmae -p pool2password Multiple blockchains: bfgminer -o http://pool1-u pool1username -p pool1password --pool-goal default -o http://pool2 -u pool2usernmae -p pool2password --pool-goal freicoin Single pool with a standard http proxy: bfgminer -o http://pool-x http://proxy -u username -p password Single pool with a socks5 proxy: bfgminer -o http://pool-x socks5://proxy:port -u username -p password The list of proxy types are: http: standard http 1.1 proxy socks4: socks4 proxy socks5: socks5 proxy socks4a: socks4a proxy socks5h: socks5 proxy using a hostname Proxy support requires cURL version 7.21.7 or newer. (sudo apt-get install curl) If you specify the --socks-proxy option to BFGMiner, it will only be applied to all pools that don't specify their own proxy setting like above After saving configuration from the menu (,[W]) you do not need to give BFGMiner any arguments, it will load your configuration instead. Any configuration file may also contain a single "include" : "filename" to recursively include another configuration file. Writing the configuration will save all settings from all files to the output configuration file.
Edited by Loggan, 16 December 2015 - 11:46 PM.
 

435,564

313,956

313,965

Top