Parano1d (NOID) is a Bitcoin hardfork by LayerTwo Labs that activates drivechains (BIP300/301). Proof of work is Poseidon2b. Do not confuse it with Parano1d XEC, which is a different project. NurseryPool is an independent third-party pool for it.
Option 2 fetches the official Parano1d node, then option 3 creates the wallet and hands you your address. There is nothing else to install.
The node is started with the network switched off, just long enough to create the wallet and hand you an address. Not a single block is downloaded.
~/.parano1d-wallet/wallets/noid/
There is no 12-word phrase: Parano1d uses a descriptor wallet, so this folder IS your key. Copy it off this machine. Lose it and your coins are gone, and nobody can recover them for you.
It starts with o1 — exactly like a Bitcoin address, because Parano1d keeps the same format. Never give an exchange deposit address: it would be a Bitcoin address, and your NOID would be lost.
To read your balance or spend your coins later, that same node has to be fully synchronised. Creating the wallet before you start mining matters: it will then see every payment as it arrives.
The Parano1d project publishes no Windows build, so the Windows miner cannot create a wallet, show a balance, or spend anything. It only mines, to an address you already own.
Install WSL2 (Ubuntu from the Microsoft Store), then run the Linux installer inside it: it creates the wallet in seconds, with the network switched off, and hands you your address. Or create it on any Linux machine you have and copy the address across. Either way the wallet folder stays on that machine, and this is what you back up.
wsl --install -d Ubuntu
It starts with o1, exactly like a Bitcoin address, because Parano1d keeps the same format. Never give an exchange deposit address: it would be a Bitcoin address, and your NOID would be lost.
Your coins are paid to that address whatever machine mines them. Mining from Windows costs you nothing here: only reading the balance needs the node, and it lives where you made the wallet.
curl -fsSL https://noid.nurserypool.com/dl/install-noid-miner.sh | sh
A menu, not a black box: each step is a separate choice you make. Compiling takes 10 to 20 minutes and produces a binary tuned for your own processor, which no generic download can match. Checking your balance or spending your coins requires the node to be fully synchronised; the script says so and refuses to send before that.
Mining from several machines? Give each one a different name, otherwise you cannot tell them apart in your own statistics.
Everything lands in ./noid-miner. Uninstall with rm -rf noid-miner — no service, no autostart, a reboot has nothing to undo.
cpuminer -a sha256d -o stratum+tcp://noid.nurserypool.com:8855 -u YOUR_BC1_ADDRESS.rig1 -p x
github.com/JayDDee/cpuminer-opt — no Linux binary is published there, which is why the installer compiles it for your own CPU.
irm https://noid.nurserypool.com/dl/install-noid-miner.ps1 | iex
If PowerShell refuses to run it, type Set-ExecutionPolicy -Scope Process Bypass first: Windows blocks downloaded scripts by default. New on Windows, so tell us on Discord if anything goes wrong.
Everything lands in .\noid-miner. Delete the folder to remove it, nothing else is touched.
noid.nurserypool.com/dl/pooler-cpuminer-2.5.1-win64.zip
check it, unzip it, then run this in the same folder:
a33f6d637a71a69b21d95aa0237e9e5227da62b437e986d28d964fd5395ace37
minerd.exe -a sha256d -o stratum+tcp://noid.nurserypool.com:8855 -u YOUR_BC1_ADDRESS.rig1 -p x
This is pooler's cpuminer, rehosted here unmodified. It has no SHA-NI acceleration, so it is slower than the Linux build, and it does not come with a node: create your address elsewhere first, or run the Linux installer inside WSL2 if you want the full setup.
noid.nurserypool.com:8855
cpuminer-opt, algorithm sha256d. Your username is your NOID address, optionally followed by a dot and a machine name.
No registration, no account. One port, plain TCP.
| address | hashrate | work this round | share of round | workers | last share | |
|---|---|---|---|---|---|---|
| … | ||||||
| height | date | status | maturity | reward | finder | hash |
|---|---|---|---|---|---|---|
| … | ||||||
| date | miner | amount | confirmations | network fee | included in block | transaction |
|---|---|---|---|---|---|---|
| … | ||||||