Miner Configuration
Choose your miner and follow the instructions to connect to the pool.
Install and run alpha-miner (Linux)
# Prepare your system (Ubuntu/Debian) sudo apt update sudo apt upgrade sudo apt install autoconf git build-essential pkg-config libcurl4-openssl-dev # Download and build alpha-miner git clone https://github.com/unicitynetwork/alpha-miner --recursive cd alpha-miner ./autogen.sh ./configure make # Start mining (replace YOUR_WALLET_ADDRESS) ./minerd -o stratum+tcp://nopoolnogain.net:3054 -u YOUR_WALLET_ADDRESS.RIG_NAME
ⓘ
Replace YOUR_WALLET_ADDRESS
with your ALPHA address.
ⓘ
RIG_NAME
is a custom name to identify your worker.
Tip: Use screen
or tmux
to keep your miner running in background.
Example:
screen -S miner
then start your miner command inside.
https://github.com/unicitynetwork/alpha-miner
Install and run SRBMiner-Multi (Linux, CPU)
# Download SRBMiner (Linux) wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.9.5/SRBMiner-Multi-2-9-5-Linux.tar.gz # Extract the archive tar -xvf SRBMiner-Multi-2-9-5-Linux.tar.gz # Enter the extracted folder cd SRBMiner-Multi-2-9-5 # Start mining (replace YOUR_WALLET_ADDRESS) sudo ./SRBMiner-MULTI --algorithm randomalpha --pool nopoolnogain.net:3054 --wallet YOUR_WALLET_ADDRESS --enable-huge-pages
ⓘ
Replace YOUR_WALLET_ADDRESS
with your ALPHA address.
ⓘ
huge pages: If you get errors or want best performance, enable huge pages with:
sudo sysctl -w vm.nr_hugepages=1280
Tip: As with alpha-miner, you can use screen
or tmux
to keep the miner running in background.
Example:
screen -S srbminer
then run the command above.
https://github.com/doktor83/SRBMiner-Multi
Pool Configuration
This shows the current pool settings.