https://github.com/coldcard/wordlist-paper
Creates the BIP39 wordlist on PDF for easy printing
https://github.com/coldcard/wordlist-paper
Last synced: 11 months ago
JSON representation
Creates the BIP39 wordlist on PDF for easy printing
- Host: GitHub
- URL: https://github.com/coldcard/wordlist-paper
- Owner: Coldcard
- Created: 2021-04-14T14:02:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T18:58:20.000Z (about 3 years ago)
- Last Synced: 2025-04-01T06:42:04.388Z (about 1 year ago)
- Language: Python
- Size: 266 KB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BIP39 Wordlist on Paper
Use python's "reportlab" to make a PDF file of 4 pages, containing every English
BIP-39 seed word, and their hex value.
Could be cut into squares for drawing from a hat... or for looking up values to do
your own math.
Hexidecimal number that each words represents is shown in the corner.
Look here for the final PDF ready to go: [wordlist.pdf](wordlist.pdf)
# Seed XOR Worksheets and Explainer
This repo is also holds some code to explain how to XOR two or more
seed phrases together, using your hands... fully airgapped.
See [xor-example.md](xor-example.md)
To follow along, or to use this paper method yourself, you may want to use this worksheet:
[worksheet.pdf](worksheet.pdf)
You will need the wordlist as reference as well.
# Security
Be sure to completely destroy any paper materials used in your work. They
contain your master secret and could be used to steal your funds! It's best
to burn them after use.