Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 976 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 976 Bytes

nSPV pywallet

alt text

You can read about nSPV approach here

nSPV cli reference

Dev installation:

Python3 required for execution:

  • sudo apt-get install python3.6 python3-pip libgnutls28-dev

pip packages needed:

  • pip3 install setuptools wheel slick-bitcoinrpc

Starting:

  • Put wallet files to same folder with komodod or put komodod to the same folder with wallet (komodod should support nSPV)

  • Specify chain ticker as cli arg on start. For now KMD and ILN supported: python3 main.py KMD or python3 main.py ILN

If daemon wasn't started - wallet will start it for you. If daemon was started as nSPV superlight client - wallet should start fine as well.

Otherwise you'll need to stop daemon first then start wallet.