mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update bootnodes
This commit is contained in:
parent
bf7e5b5370
commit
08cb835839
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,9 @@ package params
|
|||
// the main Ethereum network.
|
||||
var MainnetBootnodes = []string{
|
||||
// Ethereum Foundation Go Bootnodes
|
||||
"enode://e18a9244d95151f19fcb1d71c7f05ca502d2c3b5aade4ac82882b09bab4cc2da328f78351668a6984f761590e20ab03c22430c2d906d89cd649f8f7077ff78d7@199.168.139.155:30303", // IE
|
||||
"enode://2fc4ed3da56a486537db3bccd2456fd21634360040cf1e31031b1761bcc48a69e6268f598cf72b52f8b32a65f43150988e4b7ecf67ce34ff5b9055a7e29b089e@199.168.139.152:30303", // US-WEST
|
||||
"enode://2054a1ff09838ede84ae8b4b5bfff35df9d7f5196261f14475ee94c97e2299e430b7b5f722ce5c587010da6bfd7ee7d1bf376cce7d2833cee4295d9d9eeaeaf1@199.168.139.155:30303", // US-1
|
||||
"enode://4f1c81a9f968cb8a492fb94ac14d557da12734e8f835647314deed2e7abda42f6835af0d7d39426940e555934956b61f7361fb807d84f7082e7270fee32bc42c@199.168.139.152:30303", // US-2
|
||||
"enode://727c8b546456508b7653d8a8a507a56d592ca387512cff75f35cfb6c51cf534a2151a09ea0b7cba1b616be24c0d62a84ef29dffafd6b3b443c0f6a8db6628155@199.168.139.158:30303", // US-3
|
||||
|
||||
// Ethereum Foundation C++ Bootnodes
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue