Skip to content

Overtorment/cli-cold-wallet

Repository files navigation

cli-cold-wallet

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)

Installation

$ git clone git@github.com:Overtorment/cli-cold-wallet.git
$ cd cli-cold-wallet
$ npm install

Usage

$ nodejs cli-cold-wallet.js 

cli cold wallet

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

Licence

WTFPL

Author

About

πŸ’°πŸ‘› Make a cold storage for your coins right in terminal, offline

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published