You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LND registers a DNS Seeder by two domains: the root domain of the seeder, and the hostname of the name server. For example, the configuration of BTG lightning network testnet is:
lseed.testnet.bitcoingold.org: Root domain hosted by our lseed name server.
soa.testnet.bitcoingold.org: A/AAAA record pointing to our name server.
The name server must accept tcp dns queries in case the routers may drop long dns query result. However dns over tcp is not supported by lseed. We suggest to run lseed as a internal service and point a dns server like BIND to lseed as its upstream name server.
DNS Seeder
https://github.com/BTCGPU/lseed.git
Instructions
macaroons
enabled. See also: Technical Preview 2 #2lseed
Deploy as DNS Seeder
LND registers a DNS Seeder by two domains: the root domain of the seeder, and the hostname of the name server. For example, the configuration of BTG lightning network testnet is:
lseed.testnet.bitcoingold.org
: Root domain hosted by ourlseed
name server.soa.testnet.bitcoingold.org
: A/AAAA record pointing to our name server.The name server must accept tcp dns queries in case the routers may drop long dns query result. However dns over tcp is not supported by
lseed
. We suggest to runlseed
as a internal service and point a dns server like BIND tolseed
as its upstream name server.LND related Command flags
(TBD: check
lseed --help
andlncli --help
)Test
The text was updated successfully, but these errors were encountered: