https://github.com/overtorment/cli-cold-wallet
💰👛 Make a cold storage for your coins right in terminal, offline
https://github.com/overtorment/cli-cold-wallet
bitcoin cryptocurrency ethereum nodejs
Last synced: over 1 year ago
JSON representation
💰👛 Make a cold storage for your coins right in terminal, offline
- Host: GitHub
- URL: https://github.com/overtorment/cli-cold-wallet
- Owner: Overtorment
- Created: 2017-10-15T20:52:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T18:32:11.000Z (over 4 years ago)
- Last Synced: 2025-03-18T00:51:38.582Z (over 1 year ago)
- Topics: bitcoin, cryptocurrency, ethereum, nodejs
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 74
- Watchers: 9
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
$ git clone git@github.com:Overtorment/cli-cold-wallet.git
$ cd cli-cold-wallet
$ npm install
```
## Usage
```bash
$ nodejs cli-cold-wallet.js
```

OR
```bash
$ nodejs cli-cold-wallet-ethereum.js
```
OR
```bash
$ nodejs cli-cold-wallet.js > my-bitcoin-wallet.txt # save to file
```
OR
```bash
$ nodejs cli-cold-wallet-with-password.js # will prompt for password
```
## Licence
WTFPL
## Author
* [Igor Korsakov](http://igorkorsakov.com)