Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 883 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 883 Bytes

Yadigar DIY Hardware Wallet Guide

Yadigar is an improved version of Blockstream's Jade firmware, featuring Turkish language support instead of English and optimized specifically for TTGO T-Display hardware.

Turn your TTGO T-Display into a bitcoin hardware wallet using the Yadigar firmware.

Hardware Required

  • TTGO T-Display
  • USB cable
  • Computer running Linux, macOS, or ChromeOS

Installation

  1. Open Terminal
  2. Copy and paste this command:
/bin/bash -c "$(curl -sSL https://github.com/sukunetsiz/yadigar-diy/raw/master/device_specific/flash_the_ttgo_tdisplay)"

Acknowledgements

  • Thanks to Blockstream for the original Jade firmware that Yadigar is based on
  • Thanks to GitHub user epiccurious whose DIY guide and repository served as the foundation for this project