CLI for generating IOTA paper wallets
- OS X
- Linux
- Windows
2.1 Windows users please make sure Python is installed and availabe in PATH
iota-cli-paper-wallet [options]
Options:
-V, --version output the version number
-i, --index [index] Index of the generated address
-s, --seed [seed] An optional seed for the paper wallet
-l, --security-level [1, 2, 3] Security level of the generated address
-d, --discret Do not create qr codes
-q, --qr-error-level [L, M, Q, H] Error correction level for the qr codes
-o, --output Display the options used for address and qr generation
-h, --help output usage information
iota-cli-paper-wallet > paper_wallet.txt
This file can be printed from your browser or any editor which supports the fonts for the qr codes.
-
Download latest Node.js binaries from https://nodejs.org/en/ or via wget with
wget https://nodejs.org/dist/v8.9.3/node-v8.9.3-linux-x64.tar.xz
-
Download latest iota-cli-paper-wallet release bundle (e.g. iota-cli-paper-wallet-1.0.16.tgz) from https://github.com/looploooop/iota-cli-paper-wallet/releases
-
Copy both to an usb stick
sudo tar -xf node-v8.9.3-linux-x64.tar.xz --directory /usr/local --strip-components 1
sudo npm i -g iota-cli-paper-wallet-1.0.16.tgz
sha256sum iota-cli-paper-wallet-1.0.16.tgz
Make sure the output equals the checksum provided with the release bundle
iota-cli-paper-wallet