Getting Started
Start mining VRSC on SinarLink Pool in just a few minutes
How to Start Mining VRSC
STEP 1
Get a Verus Wallet
Download the official Verus Desktop wallet from verus.io and create a new wallet. Your VRSC address starts with the letter "R". Keep your seed phrase safe - never share it with anyone.
STEP 2
Download Mining Software
We recommend SRBMiner-Multi for best performance on VerusHash 2.2. Download the latest release:
https://github.com/doktor83/SRBMiner-Multi/releases
STEP 3
Configure & Start Mining (Windows)
Create a
start-mining.bat file with this content:@echo off
SRBMiner-MULTI.exe ^
--algorithm verushash ^
--pool pool.sinarlink.com:3032 ^
--wallet YOUR_VRSC_ADDRESS ^
--password x ^
--disable-gpu ^
--cpu-threads 12
pause
Replace YOUR_VRSC_ADDRESS with your actual VRSC wallet address. Adjust --cpu-threads to match your CPU thread count.
STEP 3B
Linux Configuration
Create a
start.sh script:#!/bin/bash
./SRBMiner-MULTI \
--algorithm verushash \
--pool pool.sinarlink.com:3032 \
--wallet YOUR_VRSC_ADDRESS \
--password x \
--disable-gpu \
--cpu-threads $(nproc)
Make it executable:
chmod +x start.shSTEP 3C
Solo Mining (Optional)
To mine solo (keep the entire block reward if you find a block), simply set your password to solo instead of x:
SRBMiner-MULTI.exe --algorithm verushash --pool pool.sinarlink.com:3032 --wallet YOUR_VRSC_ADDRESS --password solo --disable-gpu --cpu-threads 12
With solo mining, you receive the full block reward (minus 0.1% pool fee) when you find a block, but there is no reward sharing between miners.
STEP 4
Monitor Your Mining
Use the Miner Lookup tool to monitor your hashrate, shares, and pending balance in real-time. Your stats will appear within a few minutes of starting to mine. You can also bookmark your miner detail page for quick access.
Connection Details
Pool Host
pool.sinarlink.com
Stratum Port
3032
Username
Your VRSC wallet address
Password (PPLNS)
x
Password (Solo)
solo
Stratum URL
stratum+tcp://pool.sinarlink.com:3032
Pool Features
✓ Low 0.1% pool fee
✓ CPU-optimized VerusHash 2.2
✓ PPLNS + Solo reward system
✓ Auto-payout every 10 minutes
✓ Minimum payout: 0.0001 VRSC
✓ Real-time stats dashboard
✓ No registration required
✓ 24/7 server uptime
Performance Tips
⚡ Use --disable-gpu for CPU-only mining
⚡ Set threads to your CPU thread count
⚡ Enable huge pages for +10-15% hashrate
⚡ Keep CPU cool for stable performance
⚡ Close background apps to free CPU
⚡ Use wired connection for lower latency