Paper Wallet Generator for Cryptic Cash

CRYPTIC CASH
3 min readMay 30, 2018

--

Create your own paper wallet in a few easy steps and generate Print and Fold !

Step 0. Follow the security checklist recommendation

First step is to download this website from Github and open the index.html file directly from your computer. It’s just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don’t want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, unplug your Internet accesswhile generating your wallet.

Step 1. Generate new address

Choose your currency and click on the “Generate new address” button.

Step 2. Print the Paper Wallet

Click the Paper Wallet tab and print the page on high quality setting. Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.

Step 3. Fold the Paper Wallet

Fold your new Paper wallet following the lines.

You can insert one side inside the other to lock the wallet.

Step 4. Share your public address

Use your public address to receive money from other crypto-currency users. You can share your public address as much as you want.

Step 5. Keep your private key secret

The private key is literally the keys to your coins, if someone was to obtain it, they could withdraw the funds currently in the wallet, and any funds that might be deposited in that wallet.

Please test spending a small amount before receiving any large payments.

Consider supporting us

This service is free and will stay free, without advertising or tracking of any sort. Please consider making a donation to support us and the people that add support for new currencies.

Frequently asked questions :

• Is it safe ?

• Why should I use a paper wallet ?

• How to use a paper wallet ?

• How to spend the coins stored in a paper wallet ?

• How walletgenerator.net is different than another wallet generator ?

• Can you add support for cryptocurrency XYZ ?

• Why should I make a donation ?

• I found a bug, what shall I do ?

• Who are you ?

• How can I help ?

Security Checklist :

  • You appear to be running this generator off of a live website, which is not recommended for creating valuable wallets. Instead, use the download link at the bottom of this page to download the ZIP file from GitHub and run this generator offline as a ‘local’ HTML file.
  • Your browser is capable of generating cryptographically random keys using window.crypto.getRandomValues
  • Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?

--

--