Skip to content

adrianrv/paperwalletprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple tool for printing cryptocurrency paper wallets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages