diff --git a/src/i2p/i2pseed.h b/src/i2p/i2pseed.h index f17e554..ce34ba9 100644 --- a/src/i2p/i2pseed.h +++ b/src/i2p/i2pseed.h @@ -3,24 +3,23 @@ // Hardcoded I2P seed nodes for initial peer discovery. // These are .b32.i2p addresses (Destination hashes). -// Nodes must run i2pd with a server tunnel forwarding to the Triangles P2P port. +// Nodes must run i2pd (embedded or external) with a server tunnel +// forwarding to the Triangles P2P port. // // NOTE: .b32.i2p addresses are derived from the destination's public key. // They are generated when the node first creates its I2P tunnel keys. -// Replace these placeholders with actual seed node addresses once deployed. +// These addresses were captured from running daemons via getnetworkinfo +// on 2026-08-05. See i2pseed-capture-2026-08-05.md for the raw outputs. // -// Dynamic seeds will also be available at: +// Dynamic seeds are also available at: // https://seeds.cryptographic-triangles.org/i2p-seeds.txt static const char *strMainNetI2PSeed[][1] = { - // SAMI-PC - authoritative wallet node (main PC) + // SAMI-PC - authoritative wallet node (main PC). Captured 2026-08-05. {"fecv4pomdm47epuadgrpkvxzjqfqwsjfc7t7xadwaac5bislyrhq.b32.i2p"}, - // DNS2 - primary bootstrap server (194.233.88.206) - // Generated by embedded i2pd on first run, keys persist in i2p_data/ - {"hnupgkbtcn4hlo6sunhbp6uuz4k6bkgsa5jtcruyyt7y6q7qsoda.b32.i2p"}, - // DNS3 - canonical chain reference (74.208.167.19) - {"hvvr2yys3nll4l6fdywecvn3baw6h5i7bsa2ldbz2e5xwangnn7q.b32.i2p"}, - // Hetzner Helsinki - ARM64 staking node (46.62.249.20) - {"2hyeunnkax5du4snip4gdsdicxtmlnagtlkatv57rjpx2kvfssma.b32.i2p"}, + // DNS2 - primary bootstrap server (194.233.88.206). Captured 2026-08-05. + {"7d5gujh6tw6xbd2uquedhpm3ixoglsgt3nkfqb4b5lvunhjdb2kq.b32.i2p"}, + // DNS3 - canonical chain reference (74.208.167.19). Captured 2026-08-05. + {"jdrpj364rmdule7rw2jdl63wvk3kbaivuje7wyhayugjbxvgbj2a.b32.i2p"}, {nullptr} };