Difference between revisions of "Electrum"
From Ravencoin Wiki
Jump to navigationJump to searchLine 10: | Line 10: | ||
Open plug in and unlock your Ledger, then open a terminal and say | Open plug in and unlock your Ledger, then open a terminal and say | ||
− | + | '''pip install ledgerblue''' | |
Then navigate to the folder where you downloaded the app.hex file and do | Then navigate to the folder where you downloaded the app.hex file and do | ||
− | + | '''python3 -m ledgerblue.loadApp --appFlags 0x40 --apdu --tlv --targetId 0x31100003 --delete --fileName app.hex --appName "Ravencoin" --appVersion 1.3.2 --dataSize 0x00000000 --icon 0100000000ffffff00ffffffffffff1ffc0ff80fe107c0078003f003f807f81ffc3ffcfffcffffffff''' |
Revision as of 14:37, 7 November 2018
Placeholder for the official Ravencoin on Electrum page.
For Windows, ownload binaries of Electrum here. Get the "-setup.exe" version. Windows Defender may complain. You'll have to add an exception and tell it to run anyway.
For Linux, go here and follow the short instructions on that page. (Scroll down to below the list of files).
Download and install WinPython
Download the app.hex app file for Ravencoin.
Open plug in and unlock your Ledger, then open a terminal and say
pip install ledgerblue
Then navigate to the folder where you downloaded the app.hex file and do
python3 -m ledgerblue.loadApp --appFlags 0x40 --apdu --tlv --targetId 0x31100003 --delete --fileName app.hex --appName "Ravencoin" --appVersion 1.3.2 --dataSize 0x00000000 --icon 0100000000ffffff00ffffffffffff1ffc0ff80fe107c0078003f003f807f81ffc3ffcfffcffffffff