Everything specific to Parano1d (NOID) on this pool. For how NurseryPool works in general, see the shared documentation.
github.com/JayDDee/noid-gpu noid-gpu · Poseidon2b
No registration, no account.
| algorithm | Poseidon2b |
| host and port | noid.nurserypool.com:9700 |
| difficulty | automatic (vardiff) |
| pool fee | 1 % |
| payout threshold | 0.3 NOID |
| block maturity | 101 confirmations |
| block reward | 3.125 NOID |
A round runs from one block to the next.
The reward is split in proportion to real work.
A coinbase reward matures after 101 confirmations.
One command, then a menu. It checks your build dependencies, can fetch the official Parano1d node to create a wallet, compiles the miner for your own processor, and lets you start it, stop it, read its logs, check your balance and send your coins.
curl -fsSL https://noid.nurserypool.com/dl/install-noid-miner.sh | sh
Piping a script into a shell means running code you have not read. If you would rather check first — and you should:
1 — download it
curl -fsSL -O https://noid.nurserypool.com/dl/install-noid-miner.sh
2 — compare the checksum
sha256sum install-noid-miner.sh
expected:
bf5a7bbabd8f9828fe6b54c3d7995b555b8459fa3938256d4fbaf883e05cdfc2
3 — read it, then run it
less install-noid-miner.sh && sh install-noid-miner.sh
Everything lands in ./noid-miner and ~/.parano1d-wallet: no service, no autostart, nothing added to your shell. rm -rf noid-miner removes the miner, and a reboot has nothing to undo. Keep the wallet folder — it holds your key.
The script ships no binary of ours: it compiles the miner from JayDDee's official sources, and downloads the node only from the project's own release site. It never asks for anything but your public address, and it never runs sudo without showing you the exact package list first.
NOID has no market, no listing and no price. The chain this pool currently mines is a rehearsal network: the alpha fork happens at block 963,648 and the final mainnet is set for 31 October 2026. Mining it is a bet on what it becomes, not an income. Mine only what you can afford to see come to nothing.