mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 19:49:33 +00:00
P2P: Add latest clearnet mainnet seed nodes. (#281)
Add Monerod latest clearnet mainnet seed nodes
This commit is contained in:
parent
90027143f0
commit
2291a96795
1 changed files with 6 additions and 1 deletions
|
@ -54,8 +54,13 @@ impl NetworkZone for ClearNet {
|
||||||
const NAME: &'static str = "ClearNet";
|
const NAME: &'static str = "ClearNet";
|
||||||
|
|
||||||
const SEEDS: &'static [Self::Addr] = &[
|
const SEEDS: &'static [Self::Addr] = &[
|
||||||
ip_v4(37, 187, 74, 171, 18080),
|
ip_v4(176, 9, 0, 187, 18080),
|
||||||
|
ip_v4(88, 198, 163, 90, 18080),
|
||||||
|
ip_v4(66, 85, 74, 134, 18080),
|
||||||
|
ip_v4(51, 79, 173, 165, 18080),
|
||||||
ip_v4(192, 99, 8, 110, 18080),
|
ip_v4(192, 99, 8, 110, 18080),
|
||||||
|
ip_v4(37, 187, 74, 171, 18080),
|
||||||
|
ip_v4(77, 172, 183, 193, 18080),
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALLOW_SYNC: bool = true;
|
const ALLOW_SYNC: bool = true;
|
||||||
|
|
Loading…
Reference in a new issue