Overview
This quick guide shows how to mine Interchained (ITC) using cpuminer and SRBMiner on the RPlant pool.
Use your own ITC address (itc1...) in the examples below.
Checkout the pool at: https://pool.rplant.xyz/#interchained
Pool (EU)
• Non‑SSL (TCP): stratum+tcp://eu.rplant.xyz:17158
• SSL/TLS: stratum+tcps://eu.rplant.xyz:17158
Pool (ASIA)
• Non‑SSL (TCP): stratum+tcp://asia.rplant.xyz:17158
• SSL/TLS: stratum+tcps://asia.rplant.xyz:17158
Pool (AMERICA)
• Non‑SSL (TCP): stratum+tcp://na.rplant.xyz:17158
• SSL/TLS: stratum+tcps://na.rplant.xyz:17158
Downloads
• cpuminer‑opt (RPlant fork) releases: https://github.com/rplant8/cpuminer-opt-rplant/releases/
• SRBMiner‑MULTI releases: https://github.com/doktor83/SRBMiner-Multi/releases
• cpuminer‑opt (Interchained build): https://github.com/ethgr0wth/cpuminer-opt-interchained/releases/tag/itc-miner
Quick Start — cpuminer (Linux)
Non‑SSL example:
./cpuminer -a interchained -o stratum+tcp://eu.rplant.xyz:17158 -u itc1qymatqt9ujxrgrhx833dje8g6gm4qzk8wjdlklp -t 6
SSL/TLS example:
./cpuminer -a interchained -o stratum+tcps://eu.rplant.xyz:17158 -u itc1qymatqt9ujxrgrhx833dje8g6gm4qzk8wjdlklp -p start=1 -t 6
Notes:
• -t = number of CPU threads (tune for your CPU)
• -p start=1 is optional (pool‑side option)
Quick Start — cpuminer (Windows)
Open the terminal, and use the following command to run cpuminer.exe:
cpuminer.exe -a interchained -o stratum+tcp://eu.rplant.xyz:17158 -u itc1qymatqt9ujxrgrhx833dje8g6gm4qzk8wjdlklp -t 6
Now that's about it for CPU miner, here's the details for SRBMiner
SRBMiner‑MULTI (CPU) — yespowerinterchained
One‑liner (Linux/Windows):
SRBMiner-MULTI --algorithm yespowerinterchained --pool eu.rplant.xyz:17158 --wallet itc1qymatqt9ujxrgrhx833dje8g6gm4qzk8wjdlklp --password x --cpu-threads 6
Minimal config example (config.json):
{
"algorithm": "yespowerinterchained",
"url": "eu.rplant.xyz:17158",
"user": "itc1qymatqt9ujxrgrhx833dje8g6gm4qzk8wjdlklp",
"pass": "x",
"cpus": "6"
}
Tuning Tips
• Close heavy background apps.
• Start threads at your number of physical cores; test ±1 for best H/s.
• If you see reconnects, try switching between TCP and TCPS, and verify firewall rules.
Verifying
• Your miner should display 'authorized' and start submitting shares.
• Check your worker stats and payouts on the RPlant Interchained page with your wallet address.
#interchained #ITC #Mining