Dear developers,
I am a researcher at Brno University of Technology conducting research into the status of Lightning Network adoption.
I have cloned this repository, built the dcrd and dcrlnd Docker images (resuing this https://github.com/decred/dcrlnd/tree/master/docker), and run them for a couple of hours. Dcrd downloaded the entire blockchain and Dcrlnd synchronised its chain state with the current tip. However, I have been unable to reach any other peers in Decred's LN. At least, that is my understanding based on the logging output:
dcrlnd-1 | 2026-03-26 19:10:48.930 [INF] DISC: Attempting to bootstrap with: BOLT-0010 DNS Seed: []
dcrlnd-1 | 2026-03-26 19:10:48.930 [ERR] DISC: Unable to query bootstrapper BOLT-0010 DNS Seed: []: empty dns seeder
dcrlnd-1 | 2026-03-26 19:10:48.930 [INF] DISC: Attempting to bootstrap with: Authenticated Channel Graph
dcrlnd-1 | 2026-03-26 19:10:48.930 [ERR] SRVR: No addresses returned by boostrappers. Bumping attempt count.
dcrlnd-1 | 2026-03-26 19:10:53.319 [INF] CRTR: Pruning channel graph using block ac2097ffa57362a5ebd01a69533bb3aba4957e8bf7ae6ce63e4e496269d3d5e7 (height=1065810)
dcrlnd-1 | 2026-03-26 19:10:53.319 [INF] CRTR: Block ac2097ffa57362a5ebd01a69533bb3aba4957e8bf7ae6ce63e4e496269d3d5e7 (height=1065810) closed 0 channels
dcrlnd-1 | 2026-03-26 19:10:53.321 [INF] DCRW: Connected block ac2097ffa57362a5ebd01a69533bb3aba4957e8bf7ae6ce63e4e496269d3d5e7, height 1065810, 0 wallet transaction(s)
Hence, I am curious:
- Is Decred's LN still in use?
- If so, is there a list of static, well-known Decred LN peers that I can put into my dcrlnd configuration to bypass empty DNS seeders?
Best regards, and thanks in advance for any responses.
Dear developers,
I am a researcher at Brno University of Technology conducting research into the status of Lightning Network adoption.
I have cloned this repository, built the dcrd and dcrlnd Docker images (resuing this https://github.com/decred/dcrlnd/tree/master/docker), and run them for a couple of hours. Dcrd downloaded the entire blockchain and Dcrlnd synchronised its chain state with the current tip. However, I have been unable to reach any other peers in Decred's LN. At least, that is my understanding based on the logging output:
Hence, I am curious:
Best regards, and thanks in advance for any responses.