Skip to content

peterzen/decred-pi-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Decred cold wallet on the Raspberry Pi

This is a guide for setting up a Decred cold wallet on the Raspberry Pi.

  1. Get the Raspbian Lite image and flash it onto a USB stick or SD card

  2. If you want to perform a headless installation (e.g. don't have a keyboard connected to the Pi) you can enable SSH before booting the Pi for the first time. Note that this way you won't have a 100% cold wallet.

  3. Log into the Pi for the first time and change your user password. Set up SSH access if you need to log in remotely.

  4. Download the installer script and verify its SHA256 value:

wget https://raw.githubusercontent.com/peterzen/decred-pi-wallet/master/install.sh
sha256sum install.sh
7e1b537d4a607ce3bc10902ebe5a75b3b8725381153d0de46eb5346399f91068  install.sh
  1. Run the install script that will update the system, install all the required packages and configure the Pi's hardware random number generator (RNG). After the upgrade and package installation is completed, it will ask you to confirm the kernel upgrade - answer Yes. Once the upgrade is finished, the Pi will reboot.
chmod +x install.sh && ./install.sh
  1. If you want to run a cold wallet, you can now disconnect the network cable and carry on with creating your wallet offline.

  2. After the reboot, log back in and proceed with creating your wallet: see Offline wallets for more information.

Donate if you like the project: DsSs1yBDvJXj4S74Vb3ECgAu8fPTFRRFPMd

About

Decred cold wallet on the Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages