How To Make Your Own Paper Wallet
It is common (and secure) practice to save cryptocurrency/blockchain keys on paper. There exists several tools for the various blockchains to generate a public/private key pair and the corresponding the paper wallet at once. In this post, I would like to show you how I created my custom paper wallets.
TL;DR: Generate QR Codes from the public/private keys, paste everything into a simple document and print it.
Whenever I created an account for any blockchain, I made sure I got hold of the private key; or at least of the seed phrase. No matter what the creation method was (website, local wallet software, browser plugin, etc.): I want to have control over my stakes!
Now, what’s a paper wallet? I am gonna assume a paper wallet is simply an offline (physical) document that stores the necessary data to access a blockchain account. Depending on the blockchain technology, this might only be the private key or the seed phrase of an account. Furthermore, the public key as well as some non-mandatory information is handy. For convenience, the hard-to-remember-and-easy-to-mistype strings are often encoded as Quick Response Code.
In practice, my approach is the following: I generate QR code images of the keys and write a simple markdown document with all necessary information. Finally, I use Pandoc to generate a PDF from that file that can be easily printed.
The QR code can be generated with various tools. It is important to do this offline - do not paste any sensitive information to a website that creates QR codes. I did use qrcode for generation in the past which is simply enough.
Then, we’ll make a simple markdown document with all information needed. Note that I only list two blockchain accounts here but more can be used, of course.
(Download)
Finally, we’ll simply generate a PDF from that input …
… giving us our paper wallet:
Less nice than other tools but it does the job! Importantly, this approach makes it possibly to independently create a “paper wallet” for already existing accounts where not printable output has been auto-generated.
Actually, it would be good to add even further hints to the paper wallet on how to access the funds. This would help my clueless inheritors ;)