# icewallet

> Cold storage enabled command line bitcoin wallet based on bitpay's bitcore

Latest version **1.1.3** (published 2017-06-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install icewallet
pnpm add icewallet
yarn add icewallet
bun add icewallet
```

Provides the commands `iwpub`, `iwpriv`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2017-06-30 |
| First published | 2016-07-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Michael Welnick |
| Maintainers | bijeebus |
| Keywords | bitcoin, cold, storage, BIP44, BIP32, bitcoin, wallet |

## Links

- npm: https://www.npmjs.com/package/icewallet
- Repository: https://github.com/bijeebuss/icewallet
- Homepage: https://github.com/bijeebuss/icewallet#readme
- Issues: https://github.com/bijeebuss/icewallet/issues
- npm.io page: https://npm.io/package/icewallet

## Dependencies (10)

- [intl](https://npm.io/package/intl.md) 1.2.4
- [async](https://npm.io/package/async.md) 2.0.0-rc.6
- [scrypt](https://npm.io/package/scrypt.md) 6.0.3
- [request](https://npm.io/package/request.md) 2.72.0
- [inquirer](https://npm.io/package/inquirer.md) 1.1.2
- [cerialize](https://npm.io/package/cerialize.md) 0.1.7
- [commander](https://npm.io/package/commander.md) 2.9.0
- [bitcore-lib](https://npm.io/package/bitcore-lib.md) 0.13.16
- [qrcode-terminal](https://npm.io/package/qrcode-terminal.md) 0.10.0
- [bitcore-mnemonic](https://npm.io/package/bitcore-mnemonic.md) 1.1.1

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 1.1.3 (latest) — 2017-06-30
- 1.1.2 — 2016-08-14
- 1.1.1 — 2016-08-06
- 1.1.0 — 2016-08-06
- 1.0.4 — 2016-07-13
- 1.0.3 — 2016-07-12
- 1.0.2 — 2016-07-12
- 1.0.1 — 2016-07-11
- 1.0.0 — 2016-07-11

## README

# IceWallet
Cold storage enabled command line bitcoin wallet based on [bitpay's bitcore](https://github.com/bitpay/bitcore-lib)
##Setup
To use as a cold storage wallet you will need familiarity with the command line and two computers (if you just want to try it out skip to usage)

1. Your main computer
2. A small inexpensive computer, preferably with no wifi, such as raspberry pi zero

## Usage
### Command Line
#### Creating or importing a wallet
1. install on both computers

    `npm install icewallet -g`

2. disconnect the cold storage computer from the internet

3. create a new private wallet on the cold storage computer and follow the instructions

    `iwpriv new`

4. after its created, select the option to print the public key

5. create a new public wallet on your main computer and follow the instructions (it will ask for the public key from the previous step)

    `iwpub new`

thats it, now you have a cold storage wallet
#### Withdraw from cold storage
1. open the public wallet on your main computer

    `iwpub open`

2. select "Initiate Withdraw" from the menu
3. choose a path to your usb flash drive
4. unmount the flash drive then insert it into the cold storage computer
5. open the private wallet then select "Sign Transaction" from the menu

    `iwpriv open`

6. choose an export path on the flash drive
7. unmount the flash drive and put it back into the main computer
8. open the public wallet wallet and choose "Complete Withdraw" from the menu

    `iwpub open`

#### Deposit to cold storage
1. open the private wallet on the cold storage computer and select deposit from the menu

    `iwpriv open`

2. scan the QR code or copy down the address on the wallet you are sending funds from

---
_Source: https://npm.io/package/icewallet · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
