micahstubbs / lightpay

Atomic swaps for the Lightning Payment Network
https://lightpay.it/
MIT License
17 stars 2 forks source link

uncomment second neutrino line in lnd.conf #8

Closed micahstubbs closed 6 years ago

micahstubbs commented 6 years ago
# Edit ~/.lnd/lnd.conf

vim ~/.lnd/lnd.conf

### change the IP to your server's external IP
### then
### paste this in:
[Application Options]
externalip=144.202.102.131
maxpendingchannels=10

[autopilot]
autopilot.active=1
autopilot.maxchannels=10
autopilot.allocation=0.8

[Bitcoin]
bitcoin.active=1
bitcoin.node=neutrino
bitcoin.testnet=1

[neutrino]
neutrino.addpeer=127.0.0.1
neutrino.addpeer=btcd0.lightning.computer:18333
micahstubbs commented 6 years ago
screen shot 2018-04-08 at 10 48 08 am