A Bitcoin wallet built from scratch on audited primitives — cold generation, honest entropy, and a testnet playground you can actually use.
For Olesia — my beautiful one. Your name means “defender of mankind,” and there's a quiet poetry in that: Bitcoin defends people too — their savings, their freedom, their right to hold what is their own. Everything good here is for you. ♥
Create or import in a guided flow — dice-roll entropy if you want it, seed confirmation, PIN-encrypted on your device. Every address type as its own account, confirmations & live fees on every send, lessons built in.
app.olesia.ioFree practice coins for Testnet3 / Testnet4 — paste your address and start sending in minutes. No sign-up.
olesia.io/faucetEntropy, keys, addresses & script types, UTXOs, fees, hot-vs-cold security — plain English, with "try it" links.
olesia.io/learnThe explorer for pay-to-public-key transactions — the ones no other explorer can find. The actual public keys, decoded, starting with the coins Satoshi mined.
olesia.io/p2pkThe build is byte-reproducible. Confirm any copy you download is exactly the reviewed code:
curl -sL https://offline.olesia.io -o olesia.html sha256sum olesia.html # expected: 6b8b5fa8a8a516fc0804256cacb48b7b243604c82c79e9870f8e58c296655d04
Full instructions and an independent Sparrow round-trip are in VERIFY.md. Source, security audit and reproducible build: github.com/testnetbtc/BTC_Wallet.
Cold generator — audited @scure/@noble primitives, 256-bit entropy from the OS CSPRNG, fail-closed self-check, encrypted authenticated backups, reproducible single-file build.
Online wallet — signs locally with @scure/btc-signer (RFC-6979); balances/broadcast over the network. Your seed stays in your browser — optionally saved encrypted (scrypt + XChaCha20-Poly1305) behind a PIN, never in plaintext.
Mainnet — supported for small amounts as a hot wallet, with a confirmation sheet on every send. For meaningful funds: watch-only online, sign offline (air-gap), broadcast through our own node.
Olesia is experimental and self-audited. Not financial advice; not a substitute for a hardware wallet for large sums. Testnet first, always.