SELECT POOL: solo pplns

⛏️ Mining Configuration

MAIN STRATUM (TCP)
Technical details to connect your hardware.

PPLNS: stratum+ssl://btc.gokby.com:3334

SOLO:: stratum+ssl://btc.gokby.com:3367

Location: Europe (Low Latency)

User / Wallet YOUR_BTC_ADDRESS
bc1qt57atgl5m2cetv98xetmjp8zpnwarq8h6xw7cy.NerdQaxe-1
BTC:bc1qt57atgl5m2cetv98xetmjp8zpnwarq8h6xw7cy.NerdQaxe-1
Password x (or anything, not used or example for bitaxe 601 "d=1500" or a static maxDifficulty value that suits you "d=?")
Algorithm SHA-256 (Bitcoin)
Payout Scheme 1 PPLNS (Pay Per Last N Shares - Fair Shared Rewards)
Payout Scheme 2 SOLO (You are a "lone wolf"; you do all the work,)
Pool Fee 0.75% (Lowest in the market)
NERDQAXE 5TH SETUP : Start Tutorial

Need help setting up your

Bitaxe or Nerdminer?

Read Setup Tutorials on our Blog

🛠️ Common Errors & Troubleshooting

1. "Unauthorized Worker" / IP Ban

Your miner is getting 10s temporary bans in our logs.

Cause: Using a prefix like BTC: or bitcoin:.

Fix: Use ONLY your clean wallet address as username.

BTC:bc1qxs2j...

bc1qxs2j...



2. Difficulty Too High / No Shares

Miner connected but 0 Shares on dashboard.

Cause: Wrong port for your hardware power.

Fix: Match your device to the right port: PPLNS

  • Bitaxe (1-2 TH/s): Use Port 3345 or 3346 (TLS)
  • NerQaxe (5-10 TH/s): Use Port 3355 or 3356 (TLS)
  • S21-S19 (10-500 TH/s): Use Port 3333 or 3334 (TLS)

Fix: Match your device to the right port: SOLO

  • Bitaxe (1-2 TH/s): Use Port 3375 or 3376 (TLS)
  • NerQaxe (5-10 TH/s): Use Port 3388 or 3389 (TLS)
  • S21-S19 (10-500 TH/s): Use Port 3366 or 3367 (TLS)
3. SSL/TLS Handshake Failed

Fix: If using stratum+ssl://, make sure to use our dedicated TLS ports (SOLO: 3376, 3389, 3367; PPLNS: 3334, 2256, 3346). Our German node supports full TLS 1.2/1.3 for maximum security.

root@server1 ~ # echo | openssl s_client -servername public-pool.io -connect public-pool.io:4333 2>/dev/null | openssl x509 -noout -dates
notBefore=Feb 19 01:37:55 2026 GMT
notAfter=May 20 01:37:54 2026 GMT
root@server1 ~ # echo | openssl s_client -servername btc.gokby.com -connect btc.gokby.com:3389 2>/dev/null | openssl x509 -noout -dates
notBefore=Feb 10 00:00:00 2026 GMT
notAfter=Mar 13 23:59:59 2027 GMT