No company, no premine, no admin key. Amounts stay hidden, addresses never touch the chain, and you can prove the supply yourself. This is not “100% anonymous.” The honest list is below.
Every node re-checks that no coin exists which was never mined. Full numbers — height, difficulty, listener count. No addresses.
Most privacy coins ask you to trust that no one is quietly printing money behind the confidentiality. Nightfall does not ask. Every node evaluates one equation over the entire chain, and it only balances if not a single coin was ever created out of nothing.
Sum every unspent output, subtract every transaction kernel, and the result must equal exactly the coins that were legitimately mined minus the fees that were burned — and, after the subsidy ends, not minted as extra. Inflation cannot hide in this equation — it breaks it, and every node sees the break instantly.
Every output carries a zero-knowledge proof that its hidden amount is a real number between zero and 2⁶⁴. Without it, a negative amount would mint value while the books still appeared to balance.
Each transaction proves knowledge of a secret with respect to a second generator. That is only possible if the amounts cancel exactly — it is the mathematical statement "I created no money".
While blocks still pay a subsidy, fees are burned — the fee is the one public number in a transaction, so the burn can be checked rather than merely claimed. After the last reward, that same public fee goes to the miner. Nothing is minted either way.
Privacy here is not a mode you switch on. There is no transparent path to fall back to, because there is no transparent path at all.
What lands on the chain is a Pedersen commitment — a point on an elliptic curve that mathematically binds the sender to a value while revealing nothing about it. Only you and the recipient know what moved.
Every payment generates a fresh one-time key derived from a shared secret. Two payments to the same address share no visible field — not even the sender can link them afterwards.
Attach a note to a payment; only the recipient can read it. Every payload is padded to the same size, so even the length of what you wrote gives nothing away.
Hand an accountant, an auditor or a partner a key that reveals every amount and memo you send or receive — and nothing else. It is structurally incapable of moving a coin.
A block does not store a list of transactions. Every payment in it is merged into one flat, sorted set of inputs and outputs, so an observer cannot tell which input paid which output. CoinJoin, automatically, in every block.
There is no mint authority, no blacklist, no pause switch. Not as a policy — the capability simply does not exist in the protocol, and a fair genesis with zero allocations is enforced in code.
A payment is handed to one random peer before the network hears it. Combine that with Tor in the wallet if you do not want your ISP to see which seed you dial.
A view key shows everything. A receipt shows one output: the commitment opens to the amount, and the spend key of your address signs it. An auditor does not need the rest of your wallet.
Nighthash-v2 is Argon2id: producing a single hash requires 32 MiB of randomly-addressed memory. Purpose-built hardware would need that much fast RAM per parallel core, which is exactly where the economics of an ASIC stop working.
There is no pool to join, no configuration file, no separate miner to install. The wallet runs a full node inside itself and uses every CPU core but one.
Two miners who never meet build two separate chains from the same genesis, and the lighter one is discarded when they finally connect. The wallet warns you loudly if you are mining with no peers.
Chain selection compares cumulative proof of work, never block count. Difficulty retargets every single block over a 90-block weighted average, so the network absorbs hashrate swings in minutes.
Block subsidies unlock after 1,440 blocks, roughly six hours. The delay protects you from reorganisations — the coins are already yours, just not spendable yet.
Every coin that will ever exist has to be mined. There was no allocation to a team, a foundation or a fund — the genesis block contains nothing, and the code refuses to start if it ever does.
6 NIGHT per block, halving every 7,500,000 blocks (~3.6 years). Half the supply in the first era, 89 million around year 23. After the subsidy ends, fees go to miners. The August 2026 chain that minted 20 NIGHT is buried — those coins are not these coins.
Ristretto throughout. Blake3 for hashing, Bulletproofs for range proofs, Schnorr for signatures, XChaCha20-Poly1305 for payloads, Argon2id for proof of work. No trusted setup, anywhere.
Workspace crates, no unsafe code in the consensus path, and a regression suite that replays the six real attacks against the previous protocol version and asserts every one of them now fails.
The Core Wallet runs a complete node inside itself. No server to trust, no third party watching your balance, nothing to configure.
061a052d…, protocol v8, wire v6. Every coin
mined on the August 2026 chain (c8614333…, wallets 0.6.x)
stays on that archive. It is not NIGHT here. We reset because that
emission minted almost everything in seven years and two miners held
the float. The record is on GitHub:
HISTORY.md,
RESET.md.
Builds are unsigned. macOS: right-click → Open on first launch.
Windows: More info → Run anyway.
iPhone: the IPA is unsigned. Install with AltStore, Sideloadly or
Xcode using your own Apple ID. Tapping the file does nothing — that
is Apple, not us. The web wallet needs no install.
Verify what you downloaded against
SHA256SUMS-0.7.7.txt,
SHA256SUMS-0.7.7-windows.txt,
SHA256SUMS-0.7.7-linux.txt,
SHA256SUMS-0.7.0-android.txt
and
SHA256SUMS-0.7.0-ios.txt,
or build it yourself from source —
that is the point.
Linux Core and the CLI wallet are on the same checksum list;
a one-command node install is on the build page.
A privacy project that hides its weaknesses is a privacy project you should not use. Here is everything currently missing, in plain language.
The previous protocol version had a balance proof that proved nothing — anyone could have minted unlimited coins. We found it, published the full analysis, threw the chain away and started over. Read the current review · v4 audit.