node6.dragonx.is (13.140.58.251) and node7.dragonx.is (5.104.83.100) are new full nodes in regions the existing five did not cover. Both go into the compiled-in fixed-seed list and into the DRAGONX -addnode set. node8 through node10 are reserved names with no DNS records yet. A hostname that does not resolve is harmless on this path -- ThreadOpenAddedConnections simply fails to open the connection and retries on its normal cycle -- and reserving the names in the binary means a future seed can be brought into the default addnode set by creating a single DNS record, with no release and no waiting for users to upgrade. seed.dragonx.is already gives the DNS-seed path that property; this extends it to the addnode path. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FU87LdsJZiZkfq1eXubpeo
24 lines
513 B
Plaintext
24 lines
513 B
Plaintext
# generate-seeds.py expects <ip>:<port> (see its docstring). Without the port it
|
|
# emits 0, and every fixed seed becomes unconnectable -- which is what shipped:
|
|
# the whole chainparams_seed_main array carried 0x00,0x00 as the port.
|
|
# node1.dragonx.is
|
|
212.56.41.63:21768
|
|
|
|
# node2.dragonx.is
|
|
194.140.198.176:21768
|
|
|
|
# node3.dragonx.is
|
|
212.56.41.47:21768
|
|
|
|
# node4.dragonx.is
|
|
144.126.147.165:21768
|
|
|
|
# node5.dragonx.is
|
|
176.126.87.241:21768
|
|
|
|
# node6.dragonx.is
|
|
13.140.58.251:21768
|
|
|
|
# node7.dragonx.is
|
|
5.104.83.100:21768
|