Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 971 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 971 Bytes

Skimpy Bitcoin Notes

Print cost-effective bitcoin banknotes!

This script can generate "storage sheets" and "banknotes".

See the difference: http://imgur.com/a/Umuaj

Usage & Installation

Bitcoin vanitygen https://github.com/samr7/vanitygen

And the python packages listed in requirements.txt

pip install -r requirements.txt

Examples

Generate one sheet of storage sheets:

python generate.py 

Generate two sheets of foldable notes

python generate.py -n 2 -b

Foldable sheet with all bitcoin addresses starting with "1ZZ"

python generate.py -b -s 1ZZ

Authors

This script is from the authors of LocalBitcoins.com and EasyWallet.org

LocalBitcoins.com - set up your own local bitcoin to cash exchange and start making money!

EasyWallet.org - easy browser-based bitcoin wallet solution, works on any device with a web browser!