Skip to content

Commit 24ccaba

Browse files
committed
Merge pull request #9323
1123ae9 net_node: update seed nodes (selsta)
2 parents 1ec7eae + 1123ae9 commit 24ccaba

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/p2p/net_node.inl

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -706,18 +706,18 @@ namespace nodetool
706706
if (m_nettype == cryptonote::TESTNET)
707707
{
708708
full_addrs.insert("176.9.0.187:28080");
709-
full_addrs.insert("88.99.173.38:28080");
710709
full_addrs.insert("51.79.173.165:28080");
711710
full_addrs.insert("192.99.8.110:28080");
712711
full_addrs.insert("37.187.74.171:28080");
712+
full_addrs.insert("77.172.183.193:28080");
713713
}
714714
else if (m_nettype == cryptonote::STAGENET)
715715
{
716716
full_addrs.insert("176.9.0.187:38080");
717-
full_addrs.insert("88.99.173.38:38080");
718717
full_addrs.insert("51.79.173.165:38080");
719718
full_addrs.insert("192.99.8.110:38080");
720719
full_addrs.insert("37.187.74.171:38080");
720+
full_addrs.insert("77.172.183.193:38080");
721721
}
722722
else if (m_nettype == cryptonote::FAKECHAIN)
723723
{
@@ -727,10 +727,10 @@ namespace nodetool
727727
full_addrs.insert("176.9.0.187:18080");
728728
full_addrs.insert("88.198.163.90:18080");
729729
full_addrs.insert("66.85.74.134:18080");
730-
full_addrs.insert("88.99.173.38:18080");
731730
full_addrs.insert("51.79.173.165:18080");
732731
full_addrs.insert("192.99.8.110:18080");
733732
full_addrs.insert("37.187.74.171:18080");
733+
full_addrs.insert("77.172.183.193:18080");
734734
}
735735
return full_addrs;
736736
}
@@ -861,23 +861,22 @@ namespace nodetool
861861
if (m_nettype == cryptonote::MAINNET)
862862
{
863863
return {
864-
"xwvz3ekocr3dkyxfkmgm2hvbpzx2ysqmaxgter7znnqrhoicygkfswid.onion:18083",
865-
"4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083",
866864
"zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083",
867865
"qz43zul2x56jexzoqgkx2trzwcfnr6l3hbtfcfx54g4r3eahy3bssjyd.onion:18083",
868866
"plowsof3t5hogddwabaeiyrno25efmzfxyro2vligremt7sxpsclfaid.onion:18083",
869867
"plowsoffjexmxalw73tkjmf422gq6575fc7vicuu4javzn2ynnte6tyd.onion:18083",
868+
"plowsofe6cleftfmk2raiw5h2x66atrik3nja4bfd3zrfa2hdlgworad.onion:18083",
869+
"aclc4e2jhhtr44guufbnwk5bzwhaecinax4yip4wr4tjn27sjsfg6zqd.onion:18083",
870870
};
871871
}
872872
return {};
873873
case epee::net_utils::zone::i2p:
874874
if (m_nettype == cryptonote::MAINNET)
875875
{
876876
return {
877-
"s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:18080",
878-
"sel36x6fibfzujwvt4hf5gxolz6kd3jpvbjqg6o3ud2xtionyl2q.b32.i2p:18080",
879-
"uqj3aphckqtjsitz7kxx5flqpwjlq5ppr3chazfued7xucv3nheq.b32.i2p:18080",
880-
"vdmnehdjkpkg57nthgnjfuaqgku673r5bpbqg56ix6fyqoywgqrq.b32.i2p:18080",
877+
"uqj3aphckqtjsitz7kxx5flqpwjlq5ppr3chazfued7xucv3nheq.b32.i2p",
878+
"vdmnehdjkpkg57nthgnjfuaqgku673r5bpbqg56ix6fyqoywgqrq.b32.i2p",
879+
"ugnlcdciyhghh2zert7c3kl4biwkirc43ke33jiy5slnd3mv2trq.b32.i2p",
881880
};
882881
}
883882
return {};

0 commit comments

Comments
 (0)