juju515 / PaperGap_Wallet

Secure Live Boot Linux Environment For Bitcoin Paper Wallet Generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team12 Project

Licence

PaperGap_Wallet is released under the terms of the MIT license. See https://opensource.org/licenses/MIT for more information.

PaperGap_Wallet


Table of Contents

  1. Abstract
  2. Authors
  3. Built With
  4. User Guide

Abstract

Secure Live-Boot Linux Environment For Bitcoin Paper Wallet Generation

This app creates a live bootable USB linux distribution. When booted shows a simplstic one-app system, completely air-gapped with no networking intefaces and no desktop environment. A simplistic UI created using Pythons frontend framework Kivi will help the user create/restore a valid bitcoin wallet in the simplest and easiest way possible, while being completely secure at the same time.

  • NOTE: Unfortunately our custom Linux distribution is not ready for deployment as the scope of our project was too large. So we are releasing the application as a standalone Windows app. It all works as intended, same as the other Paper Wallet Generators out there, it's just the superb security aspect of our project that's lacking.

Authors

  • Ozzak Jure Matic
  • Oliver Cunnington
  • Robert O'Brien
  • John Furlong
  • Janine Dunlea

Built With

  • Kivi - The Python Frontend framework used
  • pybitcointools - Python library for interaction with Bitcoin network
  • Linux From Scratch - Linux Distro Builder manual used as the template for our custom distro

User Guide

Installation

  • ONLY WORKS ON WINDOWS

The installation assumes that:

  • Python 3 or above is already installed on your machine

  • An up-to-date version of Pip is also available on your machine

  • As referenced before, your machine must run on a working Windows operating system

  • A stable internet connection is present

Instructions

First extract the zipped file as provided

Extract-Image

Navigate to the extracted folder.

You should see the following files:

Project-Files

  • Then double click on the Windows Batch File called runscript

If a red warning comes up, simply allow the file to run.

Following this a cmd terminal window will show up and the script will install all needed dependencies and run the project for you.

If you need to re-run the app, no need to run the Batch script again, just double click main.py


Application walk-through

Step 1

Upon running the app you will land on our "welcome page" there are 3 options to choose from here:

  1. Create a New Wallet: choose this one if you are first time user and don't have an existing wallet seed. If you choose this option go to Step 2

  2. Restore Previous Wallet: choose this one if you already have a seed and wish to generate more addresses from the same seed. If you choose this option go to Step 4

  3. Reset App: if you need to generate another seed

HomePage

Step 2

  • Now you need to specify what type of wallet/seed you wish to generate.

There are three dropdown menus:

  1. Coin Type: only Bitcoin works at the moment

  2. Word Number: there are 4 options: 12, 16, 20 and 24. We recommend using 24 words as the safest option. Alternatively if you are using some of the older wallets as your hot wallet choose 12 words. (like Electrum for example).

  3. Mnemonic Language: there are 3 options: English, Spanish and French. Pick one you are most comfortable with.

After choosing the options click Generate Wallet and go to Step 3

Create-AWallet

Step 3

This step is VERY important. Your "recovery phrase" represents your seed which is used to generate your PRIVATE keys.

Your PRIVATE keys need to be PRIVATE and kept a secret!

Do not enter them on any machine with network access.

Do not lose them (you will lose your Bitcoin).

Do not share them with anyone.

Use pen and paper to write down the seed by hand. And store the paper in a safe and dry place.

Mnemonic-Generation-Page

Example:

seed

After writing down the seed tick the box "I have safely stored my recovery phrase offline" and click Continue to Wallet and go to Step 4

  • Note: if you have want different words go back to Step 1 and click Reset App to start over

Step 4

Here you will need to enter the seed you just wrote down back to the application to confirm that you stored it correctly. After clicking Submit Phrase if you entered the seed correctly the application will forward you to the next screen, and go to Step 5

  • If you didn't generate the seed now (steps 2 and 3) but are using previously generated seed (came here from step 1) enter that previously generated seed now.

Confirm-Mnemonic-Page

Step 5

At this stage we are almost there. The applicaton will offer you to choose the number of PUBLIC addresses asociated with the PRIVATE seed/key you provided.

Public addresses will be stored in a .pdf file and are safe to share.

You will use them to send Bitcoin to your wallet.

We recommend choosing 50 or 100 to increase privacy (use different one every time you send yourself Bitcoin)

After choosing a number of addresses tick "Add QR code" box for future convinience. And enter a name/label for your waller (example "TestWallet1")

Create-PDF

Step 6

A scrolldown summary of all your adresses will be shown you are free to observe and then return to home to perform another action or simply close the app.

  • You will be able to download your PDF wallet from your local filespace.

PDFPreview-Page

  • You will be able to download your PDF wallet from your local filespace.

Step 7

Final result is composed of two items:

  1. your hand written seed (12-24 words) that you need to keep private and secure (you can find the example in Step 3)

  2. your public keys .pdf file that you use to send yourself Bitcoin (this is safe to share with other people)

Example:

Sample-Wallet

About

Secure Live Boot Linux Environment For Bitcoin Paper Wallet Generation

License:Other


Languages

Language:Python 99.1%Language:Batchfile 0.9%