Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.31 KB

Paper Wallet Printer

This is a simple tool for printing cryptocurrency paper wallets to be used in combination with any paper wallet generator. Follow links in the bottom if you need more information.

Ripple wallet

Virtualenv and requirements

$ virtualenv -p python3 env
$ source env/bin/activate
(env) $ pip install -r requirements.txt

Usage

(env) $ python pwp.py --amount=100 \
--address=your_wallet_address \
--secret_key=your_secret_key \
--template=designs/ripple-front-blue.svg

Building one-file executable

It is strongly recommended the usage of the script in an offline computer. In order to do that you will need to create one-file python executable.

(env) $ pyinstaller --onefile pwp.py

Then you are ready to execute the script from an offline computer, for example by runnig a live usb linux distro.

Paper wallets designs

Currenty, only Ripple design is available. You are welcome to create your own and open a pull request.I will be glad to accept it.

Helpful links