How to Mine

Start mining in minutes. Pick your coin, download the miner, configure and run.

Select a coin
C64
1 Pool Details
Stratum Server
stratum.fairminingpool.com
Port
3315
Algorithm
RandomX
Fee
1.0%
2 Get Your Mining Script

Enter your wallet address. We'll generate a ready-to-run installer that downloads SRBMiner 3.1.8, configures everything and launches mining in a screen session.

Then on your server: chmod +x install_c64.sh && sudo ./install_c64.sh
The script downloads SRBMiner, creates a start script, and launches mining in a screen session with sudo (MSR tweaking +10-15%).
3 Script Preview

Preview of the generated installer script:

install_c64.sh

          
4 Verify Your Miner

Once your miner is running, you should see shares being accepted in the console output. Check the pool dashboard to monitor your hashrate and earnings.

Expected Output
# You should see something like:
[2026-03-04 15:35:27] Connected to stratum.fairminingpool.com:3315 [randomx]
[2026-03-04 15:35:30] CPU share accepted      [   67ms] [randomx][0]
[2026-03-04 15:35:31] CPU share accepted      [   62ms] [randomx][0]
[2026-03-04 15:35:32] CPU share accepted      [   63ms] [randomx][0]
Note: MSR tweaking requires root privileges (sudo). It improves hashrate by 10-15% on most CPUs. If your system doesn't support it, the miner will still work without it.