Difference between revisions of "Electrum"
Line 19: | Line 19: | ||
'''python -m ledgerblue.loadApp --appFlags 0x40 --apdu --tlv --targetId 0x31100003 --delete --fileName app.hex --appName "Ravencoin" --appVersion 1.3.2 --dataSize 0x00000000 --icon 0100000000ffffff00ffffffffffff1ffc0ff80fe107c0078003f003f807f81ffc3ffcfffcffffffff''' | '''python -m ledgerblue.loadApp --appFlags 0x40 --apdu --tlv --targetId 0x31100003 --delete --fileName app.hex --appName "Ravencoin" --appVersion 1.3.2 --dataSize 0x00000000 --icon 0100000000ffffff00ffffffffffff1ffc0ff80fe107c0078003f003f807f81ffc3ffcfffcffffffff''' | ||
+ | |||
+ | Follow the prompts on your hardware Ledger to allow the installation. Once it's done, you should see a Ravencoin app in the list of apps on the Ledger. Open Ravencoin. |
Revision as of 15:04, 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
After you install that, open a terminal window and do:
cd \Users\USERNAME\Downloads\WPy-3670/scripts
and then
pip install ledgerblue
Download the app.hex app file for Ravencoin. For convenience sake, save it to the same folder that you're in right now - \Users\USERNAME\Downloads\WPy-3670/scripts
Plug in and unlock your Ledger, copy the app.hex file to the folder you are in, and do
python -m ledgerblue.loadApp --appFlags 0x40 --apdu --tlv --targetId 0x31100003 --delete --fileName app.hex --appName "Ravencoin" --appVersion 1.3.2 --dataSize 0x00000000 --icon 0100000000ffffff00ffffffffffff1ffc0ff80fe107c0078003f003f807f81ffc3ffcfffcffffffff
Follow the prompts on your hardware Ledger to allow the installation. Once it's done, you should see a Ravencoin app in the list of apps on the Ledger. Open Ravencoin.