@@ -706,18 +706,18 @@ namespace nodetool
706
706
if (m_nettype == cryptonote::TESTNET)
707
707
{
708
708
full_addrs.insert (" 176.9.0.187:28080" );
709
- full_addrs.insert (" 88.99.173.38:28080" );
710
709
full_addrs.insert (" 51.79.173.165:28080" );
711
710
full_addrs.insert (" 192.99.8.110:28080" );
712
711
full_addrs.insert (" 37.187.74.171:28080" );
712
+ full_addrs.insert (" 77.172.183.193:28080" );
713
713
}
714
714
else if (m_nettype == cryptonote::STAGENET)
715
715
{
716
716
full_addrs.insert (" 176.9.0.187:38080" );
717
- full_addrs.insert (" 88.99.173.38:38080" );
718
717
full_addrs.insert (" 51.79.173.165:38080" );
719
718
full_addrs.insert (" 192.99.8.110:38080" );
720
719
full_addrs.insert (" 37.187.74.171:38080" );
720
+ full_addrs.insert (" 77.172.183.193:38080" );
721
721
}
722
722
else if (m_nettype == cryptonote::FAKECHAIN)
723
723
{
@@ -727,10 +727,10 @@ namespace nodetool
727
727
full_addrs.insert (" 176.9.0.187:18080" );
728
728
full_addrs.insert (" 88.198.163.90:18080" );
729
729
full_addrs.insert (" 66.85.74.134:18080" );
730
- full_addrs.insert (" 88.99.173.38:18080" );
731
730
full_addrs.insert (" 51.79.173.165:18080" );
732
731
full_addrs.insert (" 192.99.8.110:18080" );
733
732
full_addrs.insert (" 37.187.74.171:18080" );
733
+ full_addrs.insert (" 77.172.183.193:18080" );
734
734
}
735
735
return full_addrs;
736
736
}
@@ -861,23 +861,22 @@ namespace nodetool
861
861
if (m_nettype == cryptonote::MAINNET)
862
862
{
863
863
return {
864
- " xwvz3ekocr3dkyxfkmgm2hvbpzx2ysqmaxgter7znnqrhoicygkfswid.onion:18083" ,
865
- " 4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083" ,
866
864
" zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083" ,
867
865
" qz43zul2x56jexzoqgkx2trzwcfnr6l3hbtfcfx54g4r3eahy3bssjyd.onion:18083" ,
868
866
" plowsof3t5hogddwabaeiyrno25efmzfxyro2vligremt7sxpsclfaid.onion:18083" ,
869
867
" plowsoffjexmxalw73tkjmf422gq6575fc7vicuu4javzn2ynnte6tyd.onion:18083" ,
868
+ " plowsofe6cleftfmk2raiw5h2x66atrik3nja4bfd3zrfa2hdlgworad.onion:18083" ,
869
+ " aclc4e2jhhtr44guufbnwk5bzwhaecinax4yip4wr4tjn27sjsfg6zqd.onion:18083" ,
870
870
};
871
871
}
872
872
return {};
873
873
case epee::net_utils::zone::i2p:
874
874
if (m_nettype == cryptonote::MAINNET)
875
875
{
876
876
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" ,
881
880
};
882
881
}
883
882
return {};
0 commit comments