Skip to content

Releases: project-ecc/ledger-app-btc

ECCoin Ledger Nano S App 1.5.0

12 Oct 12:48
82ca309
Compare
Choose a tag to compare
Pre-release

ATTENTION

THIS IS A BETA TESTING LEDGER NANO S APPLICATION INSTALLER PACKAGE!
DO NOT USE FOR PRODUCTIVE PURPOSES!

SETUP

This guide assumes a current Debian/Ubuntu Linux installation:

  • sudo apt install python3-venv
  • python -m venv virtualenv
  • . virtualenv/bin/activate
  • pip install ledgerblue
  • deactivate

INSTALLING THE APP

Verify that you have installed the official Bitcoin App in Version 1.5.0 with Ledger Live

  • unzip the achive
  • cd app-eccoin
  • chmod +x install-to-ledger-nano-s.sh
  • plug your ledger to an USB port of your PC and enter the unlock PIN
  • ./install-to-ledger-nano-s.sh
  • The ledger device will ask you to permit the "inofficial" ledger manager, which is okay in this case
  • The ledger device will also ask you to verify some hash values of the application to install

UNINSTALLING THE APP

In case you want to upgrade the official Bitcoin App with Ledger Live you have to uninstall this inofficial app first!
This ECCoin App will not work any longer in this version! The ECCoin Ledger App has to be on the same version as the Bitcoin App!

  • cd app-eccoin
  • chmod +x delete-from-ledger-nano-s.sh
  • plug your ledger to an USB port of your PC and enter the unlock PIN
  • ./delete-from-ledger-nano-s.sh
  • The ledger device will ask you to permit the "inofficial" ledger manager, which is okay in this case

USAGE

  • download recent Electrum-ECC release
  • plug your ledger to an USB port of your PC and enter the unlock PIN
  • start the ECCoin app on your ledger device
  • create a new wallet with hardware wallet support
    • select "Standard wallet"
    • select "Use a hardware device"
    • select your ledger device
    • go on as usual

ECCoin Ledger App 1.4.7

12 Oct 10:36
99f4b85
Compare
Choose a tag to compare
Pre-release

ATTENTION

THIS IS A BETA TESTING LEDGER APPLICATION INSTALLER PACKAGE!
DO NOT USE FOR PRODUCTIVE PURPOSES!

SETUP

This guide assumes a current debian linux installation:

  • sudo apt install python3-venv
  • python -m venv virtualenv
  • pip install ledgerblue

INSTALLING THE APP

Verify that you have installed the official Bitcoin App in Version 1.4.7 with Ledger Live

  • unzip the achive
  • cd app-eccoin
  • chmod +x install-to-ledger.sh
  • plug your ledger to an USB port of your PC and enter the unlock PIN
  • ./install-to-ledger.sh
  • The ledger device will ask you to permit the "inofficial" ledger manager, which is okay in this case
  • The ledger device will also ask you to verify some hash values of the application to install

USAGE

  • download recent Electrum-ECC release
  • plug your ledger to an USB port of your PC and enter the unlock PIN
  • start the ECCoin app on your ledger device
  • create a new wallet with hardware wallet support
    • select "Standard wallet"
    • select "Use a hardware device"
    • select your ledger device
    • go on as usual