Secure Paper Wallet Generator
A CLI tool to generate paper wallets for Bitcoin, Ethereum, Solana, and Chainlink. Air-gapped security with BIP39 compliance.
npm install -g bitpaperKey Features
Everything you need to securely generate and store paper wallets
100% Offline
Generate wallets without any internet connection. True air-gapped security for your crypto assets.
Multi-Currency
Support for Bitcoin, Ethereum, Solana, and Chainlink with more coming via plugins.
QR Codes
Scannable QR codes for each address make it easy to receive funds without typing long addresses.
Interactive CLI
Beautiful, user-friendly command-line interface with intuitive prompts and selections.
Plugin Architecture
Built on an extensible plugin system. Contributors can easily add support for new blockchains.
Contribute a wallet →BIP39/BIP44
Industry-standard HD wallet generation ensures compatibility with all major wallets.
Simple CLI Usage
Generate paper wallets with a single command
bitpaper generate --currencies bitcoin,ethereumbitpaper generate --count 5bitpaper generate --output wallets.txtbitpaper generate --dry-runSupported Currencies
Generate secure paper wallets for major cryptocurrencies
Bitcoin
BTCm/44'/0'/0'/0/0Ethereum
ETHm/44'/60'/0'/0/0Solana
SOLm/44'/501'/0'/0'Chainlink
LINKm/44'/60'/0'/0/0How It Works
Generate secure paper wallets in four simple steps
Install
Install BitPaper globally via npm or yarn
npm install -g bitpaperRun Offline
Disconnect from the internet for maximum security
# Disconnect WiFi/EthernetGenerate
Run the generate command to create wallets
bitpaper generateStore Safely
Print and store your paper wallet securely
# Print & shred digital filesSecurity Best Practices
- • Run this tool OFFLINE on a secure, air-gapped computer
- • Never share private keys or seed phrases with anyone
- • Store paper wallets in a secure physical location (safe, vault)
- • Make backup copies and store in separate secure locations
- • Verify addresses before sending any funds