mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 19:58:52 +00:00
add seed nodes
This commit is contained in:
parent
57fdbe2902
commit
dd88245898
@ -680,7 +680,7 @@ namespace nodetool
|
|||||||
if (m_nettype == cryptonote::TESTNET)
|
if (m_nettype == cryptonote::TESTNET)
|
||||||
{
|
{
|
||||||
full_addrs.insert("207.254.29.107:11180");
|
full_addrs.insert("207.254.29.107:11180");
|
||||||
full_addrs.insert("51.81.32.130:11180");
|
full_addrs.insert("135.148.138.255:11180");
|
||||||
}
|
}
|
||||||
else if (m_nettype == cryptonote::STAGENET)
|
else if (m_nettype == cryptonote::STAGENET)
|
||||||
{
|
{
|
||||||
@ -697,6 +697,8 @@ namespace nodetool
|
|||||||
full_addrs.insert("188.166.237.187:34567"); // sg1.wownodes.com
|
full_addrs.insert("188.166.237.187:34567"); // sg1.wownodes.com
|
||||||
full_addrs.insert("51.161.131.176:34567"); // node.suchwow.xyz
|
full_addrs.insert("51.161.131.176:34567"); // node.suchwow.xyz
|
||||||
full_addrs.insert("167.114.196.241:34567"); // wowbux.org
|
full_addrs.insert("167.114.196.241:34567"); // wowbux.org
|
||||||
|
full_addrs.insert("135.148.138.255:34567");
|
||||||
|
full_addrs.insert("207.254.29.107:34567");
|
||||||
}
|
}
|
||||||
return full_addrs;
|
return full_addrs;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user