Mine Verium with your CPU
Verium is CPU-mineable on the computer you already own. Run the Verium Qt wallet as a full node and mine solo — block rewards go straight to your wallet.
Live pool stats
A dedicated Verium mining pool is available when you want shared work and regular payouts — no account required.
Public mining pool
Cached- Pool hashrate
- —
- Active miners
- —
- Active workers
- —
- Blocks found
- —
- Pool fee
- —
Solo mine with the Qt wallet
Verium ships as a full-node Qt wallet — the same Bitcoin Core-style flow: download, encrypt, sync, then mine on your own node. No pool account and no third party holding your rewards.
Solo mining
- 1
Download the Verium Qt wallet
Install the Verium Qt wallet for your platform (see downloads below or the wallets page). Launch it — the embedded veriumd node starts automatically and creates a receiving address on the Receive tab. Addresses start with “V”. - 2
Encrypt and sync the chain
Use Settings → Encrypt Wallet to set a passphrase, then leave the wallet open until it catches up with the network. On a fresh install, File → Reload Blockchain or a bootstrap from files.vericonomy.com/vrm/bootstrap speeds this up. Solo mining needs a synced node. - 3
Start solo mining
On the Overview screen, unlock your wallet and use the built-in mining control to start CPU mining with scrypt². Alternatively, run veriumMiner pointed at your local RPC (127.0.0.1:58683) — see the solo example below. - 4
Watch hashrate and rewards
Hashrate and mining status appear on Overview. When your node finds a block, the full reward lands in your wallet after maturity. Tune thread count to match your CPU and ~128 MB RAM per thread.
Solo and pool examples
Replace the address with your own. For solo mining, point at your veriumd RPC instead of stratum.
cpuminer -a scrypt2 \
-o 127.0.0.1:58683 \
-u YOUR_VRM_ADDRESS \
-p YOUR_RPC_PASSWORD \
-t 4cpuminer -a scrypt2 \
-o stratum+tcp://mine.vericonomy.com:3333 \
-u YOUR_VRM_ADDRESS.worker1 \
-p x -t 4Public pool parameters
Optional — use these when connecting to the shared stratum endpoint.
- Stratum
- mine.vericonomy.com:3333
- Algorithm
- scrypt² (CPU)
- Reward system
- PPLNS
- Pool fee
- 1%
- Minimum payout
- 1 VRM
- Payout maturity
- 105 confirmations
Mining downloads
The Verium Qt wallet includes built-in solo mining. veriumMiner is optional if you prefer a standalone miner against local RPC.
Verium Qt wallet
Full node with built-in solo mining on the Overview screen. Sync the chain, unlock your wallet, and start CPU mining — or enable RPC for veriumMiner.
veriumMiner v1.4.5
Optional standalone CPU miner for solo work against your local veriumd RPC. The Qt wallet can mine on its own without this.
Mining FAQ
Do I need special hardware to mine Verium?
How much memory does mining use?
Solo or pool mining?
When do I get paid?
Ready to mine?
Grab the Verium Qt wallet, sync your node, and start solo CPU mining — or try the public pool if you prefer shared work.