Make a cold storage for your coins right in terminal, offline.
- Super tiny - 20 lines. See for yourself that there's no backdoors, leaks etc (OBLIGATORY: don't trust - verify!)
- Makes random cold wallet each run
- Offline
- Print (now it's a paper wallet!) or save to file
- Bitcoin (SegWit suported) or Ethereum
- Password-encrypted (BIP38)
$ git clone [email protected]:Overtorment/cli-cold-wallet.git
$ cd cli-cold-wallet
$ npm install
$ nodejs cli-cold-wallet.js
OR
$ nodejs cli-cold-wallet-ethereum.js
OR
$ nodejs cli-cold-wallet.js > my-bitcoin-wallet.txt # save to file
OR
$ nodejs cli-cold-wallet-with-password.js # will prompt for password
WTFPL