mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Allow connecting to coindaemon peers by hostname, not just localhost #368

Closed gertjaap closed 6 years ago

gertjaap commented 6 years ago

This allows you to connect to coindaemons not just by IP or localhost but also hostname. So i could use reg=someserver:18444

delbonis commented 6 years ago

This is very useful for the vending machine since running bitcoind on a Pi is a little hard.