Difference between revisions of "Electrum"

From Ravencoin Wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
Download and install [https://sourceforge.net/projects/winpython/files/WinPython_3.6/3.6.6.2/ WinPython]
 
Download and install [https://sourceforge.net/projects/winpython/files/WinPython_3.6/3.6.6.2/ 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 [https://raw.githubusercontent.com/traysi/ledger-app-rvn/master/bin/app.hex app.hex app file for Ravencoin].
 
Download the [https://raw.githubusercontent.com/traysi/ledger-app-rvn/master/bin/app.hex app.hex app file for Ravencoin].
  
Open plug in and unlock your Ledger, then open a terminal and say
+
Open plug in and unlock your Ledger, copy the app.hex file to the folder you are in, and do  
  '''pip install ledgerblue'''
 
  
Then navigate to the folder where you downloaded the app.hex file 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'''
  '''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 15:52, 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.

Open 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