Post
Topic
Board Hardware wallets
Merits 12 from 7 users
Re: Foundation Passport (FE) hardware wallet review and walkthrough
by
n0nce
on 29/09/2022, 23:20:03 UTC
⭐ Merited by vapourminer (3) ,ETFbitcoin (3) ,dkbit98 (2) ,DireWolfM14 (1) ,m2017 (1) ,JayJuanGee (1) ,DdmrDdmr (1)
~

  • Get Ubuntu 22.04.1 ISO and spin up the VM.
  • [1] Update all packages (after all, this is a fresh Ubuntu install).
Code:
sudo apt update
sudo apt upgrade
[2] Install git and dependencies
Code:
sudo apt install git autotools-dev automake libusb-1.0-0-dev libtool python3-virtualenv libsdl2-dev pkg-config curl gcc xterm
[3] Clone repository
Code:
git clone https://github.com/Foundation-Devices/passport2.git
cd passport2/simulator
[4] Install Rust & Cargo (never hurts Grin) to then install 'Just' (command runner).
Code:
cargo install just
[5] Create work and snapshots folders (not sure why they don't exist)
Code:
mkdir work snapshorts
[6] Start simulator (this builds the firmware)
Code:
just sim color