Skip to content

simple Python wallet based on Komodo nSPV technology

License

Notifications You must be signed in to change notification settings

Alrighttt/nspv_pywallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

simple Python wallet based on Komodo nSPV technology

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%