Miner Configuration
How to setup your miner and connect to our pool.
Step 1 – Prepare your System (Ubuntu/Debian)
sudo apt update sudo apt upgrade sudo apt install autoconf git build-essential pkg-config libcurl4-openssl-dev
Step 2 – Download and Build ALPHA Miner
git clone https://github.com/unicitynetwork/alpha-miner --recursive cd alpha-miner ./autogen.sh ./configure make
Step 3 – Start Mining
./minerd -o stratum+tcp://nopoolnogain.net:3054 -u YOUR_WALLET_ADDRESS.YOUR_RIG_NAME
ⓘ
Replace YOUR_WALLET_ADDRESS
with your ALPHA wallet address.
ⓘ
Replace YOUR_RIG_NAME
with a custom name (ex: HomeRig
).
Tip: For best practice, run your miner inside a screen
session to keep it running in background.
Start a screen session with:
screen -S miner
Then launch your miner command inside the screen.
Download Link
Official repository: https://github.com/unicitynetwork/alpha-miner
Pool Configuration
This shows the current pool settings.