You can read about nSPV approach here
nSPV cli reference
Python3 required for execution:
sudo apt-get install python3.6 python3-pip libgnutls28-dev
pip packages needed:
pip3 install setuptools wheel slick-bitcoinrpc
-
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
orpython3 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.