
Princess Donut, the Queen Anne Chonk. No value, all fun.
One file. Run it and it makes you a wallet (back up ~/.donutcoin/wallet.json; it is your coins) and starts mining to it against donutcoin.meme. Version v0.1.2 2026-09-17, built by GitHub from the source at v0.1.2. Each file's SHA-256 is shown so you can check what you downloaded (shasum -a 256 file on a Mac, certutil -hashfile file SHA256 on Windows).
Mac or Linux:
curl -fsSL https://donutcoin.meme/install.sh | bash
Windows, in PowerShell:
irm https://donutcoin.meme/install.ps1 | iex
The same program either way: donutcoin start mines, donutcoin wallet holds and sends, donutcoin node runs a full node with its own explorer at http://localhost:8555. The source is MIT-licensed and short enough to read in an evening.