A checklist to connect the Zeus app with ZeroTier to the lighning node LND.
- visit https://my.zerotier.com
- sign up
- create a network and you get a
network-id
- log in with
sshto your node - visit https://www.zerotier.com/download/
- go to linux and copy the desired install command
- paste and execute the install command on your node
- you got a
zerotier-addressfor the lnd node - test the zerotier-cli
sudo zerotier-cli info - join the network with the node
sudo zerotier-cli join network-id
- visit https://my.zerotier.com
- select the network with the
network-id - auth the
zerotier-addressof the lnd node - you get a
managed-ipfor the lnd node
- locate
lnd.confon your nodesudo find . -name lnd.conf - edit
lnd.confwith vi or nano - add an additional
tlsextraip=managed-ipline - save and exit
lnd.conf - restart lnd
- install
ZeroTier Onefrom the app store - start the app and you will see the
zerotier-addressfor the device at the bottom - press add network and scan the
network-idonmy.zerotier.com - press add
- auth the
zerotier-addressof the mobile device onmy.zerotier.com - connect in the app to the network with the
toggle switchon the right side
- open the nodes in the zeus app
- open an existing tor node config or add an new one
- duplicate the tor node config
- change the host to
https://managed-ipof the lnd node - use tor
no - certificate validation
no - press save node config
- connect