Mining - ranchimall/stratum-mining GitHub Wiki

Pool FLO Mining: Quick Start Guide

Create account

  • Register here, or Login if you already have account
  • After registration verify your email by opening the link sent to your email Inbox (check spam if its not in Inbox).
  • Create a worker that will be used by the miner to login

CPU Mining

Linux

Install pre-requisites

sudo apt-get update 
sudo apt-get install libcurl4-openssl-dev git  
sudo apt-get install build-essential  
sudo apt-get install autotools-dev autoconf  
sudo apt-get install libcurl3 libcurl4-gnutls-dev  
sudo apt-get checkinstall

Install cpuminer

git clone https://github.com/pooler/cpuminer  
cd cpuminer  
./autogen.sh  
CFLAGS="-march=native" ./configure  
sudo make  
sudo make install  

(or) in some cases

sudo checkinstall

Start miner

Run the following command to start the miner

minerd -o stratum+tcp://rm-pool.duckdns.org:3333 -a scrypt -u <user>.<worker> -p <workerpassword>

Windows

  • Download the software from here and extract it to a folder.
  • Run the following command to start the miner
./minerd.exe -o stratum+tcp://rm-pool.duckdns.org:3333 -a scrypt -u <user>.<worker> -p <workerpassword>

Note: Remember to replace <user>, <worker> and <workerpassword> with the login/worker details created in step 1.

GPU Mining

Windows

  • Downloaded the binary from here or github.
  • Extract the files to a folder.
  • Delete or rename cgminer.conf
  • Run the following command to start the miner
./cgminer --scrypt -o stratum+tcp://rm-pool.duckdns.org:3333 -u <user>.<worker> -p <workerpassword>

Note: Remember to replace <user>, <worker> and <workerpassword> with the login/worker details created in step 1.

TIPS: (Windows Only) You can create a .bat file with the command and run it.

ASIC Mining

ASIC miner units are mining devices that are manufactured specifically to mine cryptocurrencies. ASIC mining for FLO can be set up as follows.

  • Access the ASIC-miner admin panel by the instruction given by the manufacturer (usually, by entering the local IP address of the ASIC unit in the browser).
  • Login to the admin panel
  • Edit the coin configurations as follows
Coin: FLO
Algorithm: scrypt
  • Enter the pool configuration as follows
Protocol: stratum+tcp
Pool URL/port: rm-pool.duckdns.org:3333
User: <user>.<worker>
Password: <workerpassword>

Note: in some cases, if protocol input is not separate, then it is entered in pool URL Input as stratum+tcp://rm-pool.duckdns.org:3333.

⚠️ **GitHub.com Fallback** ⚠️