Stratum Information
-
EU Stratum
Stratum URL: stratum+tcp://noid.suprnova.cc Ports: 3337 (main port — VarDiff adapts to any hashrate; other tiers: 3338, 3339, 3340) TLS: stratum+ssl://noid.suprnova.cc:3341 (certificate terminated on the edge) Difficulty: VarDiff, target 1 share / 15 s Getting Ping Mining Pool Ping explained
-
US-East Stratum
Stratum URL: stratum+tcp://stratum-us.suprnova.cc Ports: 3337 (main port; other tiers: 3338, 3339, 3340) TLS: stratum+ssl://stratum-us.suprnova.cc:3341 (certificate terminated on this relay) Difficulty: VarDiff, target 1 share / 15 s Getting Ping
-
APAC Stratum (Hong Kong)
Stratum URL: stratum+tcp://stratum-apac.suprnova.cc Ports: 3337 (main port; other tiers: 3338, 3339, 3340) TLS: stratum+ssl://stratum-apac.suprnova.cc:3341 (certificate terminated on this relay) Difficulty: VarDiff, target 1 share / 15 s Getting Ping
Port overview
Use 3337. VarDiff moves every miner to its ideal difficulty within a minute; the other ports only change the starting difficulty.
| Port | For | Start diff |
|---|---|---|
| 3337 | everyone (recommended) | 50 M |
| 3338 | multi-GPU rigs | 200 M |
| 3339 | farms / FPGA | 800 M |
| 3340 | proxies, rentals | 3.2 G |
| 3341 (EU, US, APAC) | TLS / stratum+ssl (terminated on the edge / relay, plain inside our tunnels, lands on the 3340 tier) | 3.2 G |
VarDiff range 3.125 M – 6.4 G, target one share every 15 s. Fixed difficulty: password d=<number> within that range.
Miner Config Information
Miner developers: the pool speaks parano1d-stratum-v1 (mining.subscribe / authorize / notify / submit over JSON-RPC, 16-byte little-endian nonce: low 8 bytes chosen by the miner, high 8 bytes = the session namespace assigned at subscribe, per-job share target, clean-job notifies within milliseconds of every network block). Plain TCP on 3337–3340, TLS on 3341. Protocol reference: contact suprnova for the spec.
-
Username: Use your Walletaddress as Username Workername: Add .workername to your Username Algo: Poseidon2b Example: o1YOUR_WALLET_ADDRESS.myWorker01priority_high
Linux Mining Information
GPU Miners
-
suprminer Recommended NVIDIA GPU suprnova.cc
Download: github.com/ocminer/suprminer/releases Example Command:./suprminer-neptune -a noid -o stratum+tcp://noid.suprnova.cc:3337 -u o1YOUR_WALLET_ADDRESS.rig01TLS:-o stratum+ssl://noid.suprnova.cc:3341· Username = your NOID address (o1…) with an optional .workername. No password needed; VarDiff sets the difficulty automatically. Driver note: suprminer needs a recent NVIDIA driver for full Poseidon2b performance. If a GPU reports only about 1.4 MH/s, your driver is too old — update it and restart the miner. -
Fl4shMiner NVIDIA / AMD GPU Third-party maintained
This software is maintained by a third party. Compatibility does not mean suprnova.cc audits, endorses or supports its security, stability or future versions. Minimum compatible version: v1.3.7. Download: View upstream releases Startup arguments:./fl4shminer -a noid -pool stratum+tcp://noid.suprnova.cc:3337 -w "o1YOUR_WALLET_ADDRESS.rig01" -pass xTLS:-pool stratum+ssl://noid.suprnova.cc:3341
Windows Mining Information
GPU Miners
-
suprminer Recommended NVIDIA GPU suprnova.cc
Download: github.com/ocminer/suprminer/releases Example Command:suprminer-neptune.exe -a noid -o stratum+tcp://noid.suprnova.cc:3337 -u o1YOUR_WALLET_ADDRESS.rig01TLS:-o stratum+ssl://noid.suprnova.cc:3341· Username = your NOID address (o1…) with an optional .workername. No password needed; VarDiff sets the difficulty automatically. Driver note: suprminer needs a recent NVIDIA driver for full Poseidon2b performance. If a GPU reports only about 1.4 MH/s, your driver is too old — update it and restart the miner. -
Fl4shMiner NVIDIA / AMD GPU Third-party maintained
This software is maintained by a third party. Compatibility does not mean suprnova.cc audits, endorses or supports its security, stability or future versions. Minimum compatible version: v1.3.7. Download: View upstream releases Startup arguments:Fl4shMiner.exe -a noid -pool stratum+tcp://noid.suprnova.cc:3337 -w "o1YOUR_WALLET_ADDRESS.rig01" -pass xTLS:-pool stratum+ssl://noid.suprnova.cc:3341
Hashrate Rental Services
-
Nicehash / Mining Rig Rentals
Support for Nicehash and Mining Rig Rentals is not yet available for Poseidon2b. We will provide a guide once these services add support for this algorithm. -
Octa.Space Available Now
In the meantime, you can rent GPU and CPU hashpower on Octa.Space. A detailed guide for using Octa.Space with our pool will be provided shortly.
HiveOS / MMPOS Configuration
-
HiveOS Setup
For detailed HiveOS flight sheet configuration, refer to the miner's GitHub page: • suprminer (Recommended) — custom miner, algonoid, poolstratum+tcp://noid.suprnova.cc:3337, walleto1….%WORKER_NAME%• Fl4shMiner (third-party, HiveOS flight sheets supported) —-a noid -pool stratum+tcp://noid.suprnova.cc:3337 -w "%WAL%.%WORKER_NAME%" -pass xQuick Setup: Pool URL:stratum+tcp://noid.suprnova.cc:3337Wallet:o1YOUR_WALLET_ADDRESSWorker name will be added automatically by HiveOS, or use%WORKER_NAME% -
MMPOS Setup
MMPOS configuration is similar to HiveOS. Use custom miner if Poseidon2b isn't listed. Pool URL:stratum+tcp://noid.suprnova.cc:3337Wallet:o1YOUR_WALLET_ADDRESS.%WORKER%Refer to the miner GitHub pages above for specific MMPOS configuration examples.
Building your own miner? Add support for our stratum and make it compatible!
The complete parano1d-stratum-v1 specification with exact JSON, nonce layout, hashing rules, error codes and a compatibility checklist — written for miner developers and for AI coding agents (there is a raw markdown version you can hand straight to your agent).
Read the stratum protocol spec Raw spec (markdown) for AI agents