Cypherpunk2048 Standard. Offline Bitcoin wallet generator.
Forked from pointbiz/bitaddress.org. Maintained by parsec-wallet.
A client-side Bitcoin wallet generator that runs entirely in your browser. All cryptographic operations use local JavaScript — no server ever sees your keys.
If you are smart, you generate your wallet while disconnected from the internet.
- Single Wallet — generate a Bitcoin address + private key
- Paper Wallet — printable paper wallets with QR codes
- Bulk Wallet — generate many addresses at once
- Brain Wallet — derive a key from a passphrase
- Vanity Wallet — generate addresses with custom prefixes
- Split Wallet — Shamir's secret sharing for key backup
- Wallet Details — inspect and verify existing keys
- Zero remote dependencies at runtime
- All crypto from vetted local code
- Randomness from Web Crypto API
- Best used offline from a verified local artifact
- No analytics, no telemetry, no beacons
npm install
npm run buildOutputs: parsec-paper-export.html — a single self-contained HTML file.
- Download
parsec-paper-export.html - Disconnect from the internet
- Open the file in your browser
- Generate your wallet
- Print or record your keys
- Close the browser
Original: MIT License, Copyright (c) 2011-2016 bitaddress.org (pointbiz) Parsec modifications: (c) BANKON. All rights reserved.
- Original: pointbiz/bitaddress.org
- Fork: parsec-wallet
- Standard: Cypherpunk2048