mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Update bootnodes.go
This commit is contained in:
parent
ac1228ad88
commit
516e13fdc5
1 changed files with 5 additions and 13 deletions
|
|
@ -32,23 +32,15 @@ var MainnetBootnodes = []string{
|
||||||
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
|
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
|
||||||
// Ropsten test network.
|
// Ropsten test network.
|
||||||
var TestnetBootnodes = []string{
|
var TestnetBootnodes = []string{
|
||||||
"enode://6ce05930c72abc632c58e2e4324f7c7ea478cec0ed4fa2528982cf34483094e9cbc9216e7aa349691242576d552a2a56aaeae426c5303ded677ce455ba1acd9d@13.84.180.240:30103", // US-TX
|
"enode://425c5aea21effeaad0fae8296625cb0d38671618cb8f6f63990fd67c12114db89ad0ffde7a739bc27b4d085469bd7d236b6d505aab50d08cd034496ebf118fd2@13.250.220.4:30103",
|
||||||
"enode://20c9ad97c081d63397d7b685a412227a40e23c8bdc6688c6f37e97cfbc22d2b4d1db1510d8f61e6a8866ad7f0e17c02b14182d37ea7c3c8b9c2683aeb6b733a1@52.169.14.227:30103", // IE
|
"enode://ed921763675e39249426a1741804a778b195a974da420c49dbfe54113528bb81f2736b535ee7481fd0d1155aa401016577011c0c780f21693baaff8ecc55a9c1@54.153.222.128:30103",
|
||||||
"enode://6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f@52.232.243.152:30103", // Parity
|
"enode://75673d1da98c59d515b6ca8c6ef7ede3bb12601e7e01a738afef1ac0c02af9c4fa4ff6eeb6c6ce7c42dbd63b3877ba0dd66db67c1d41c7c5eace4c5f4ef41000@13.211.100.173:30103",
|
||||||
"enode://94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09@192.81.208.223:30103", // @gpip
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
|
// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
|
||||||
// Rinkeby test network.
|
// Rinkeby test network.
|
||||||
var RinkebyBootnodes = []string{
|
var RinkebyBootnodes = []string{}
|
||||||
"enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30103", // IE
|
|
||||||
"enode://343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8@52.3.158.184:30103", // INFURA
|
|
||||||
"enode://b6b28890b006743680c52e64e0d16db57f28124885595fa03a562be1d2bf0f3a1da297d56b13da25fb992888fd556d4c1a27b1f39d531bde7de1921c90061cc6@159.89.28.211:30103", // AKASHA
|
|
||||||
}
|
|
||||||
|
|
||||||
// DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the
|
// DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the
|
||||||
// experimental RLPx v5 topic-discovery network.
|
// experimental RLPx v5 topic-discovery network.
|
||||||
var DiscoveryV5Bootnodes = []string{
|
var DiscoveryV5Bootnodes = []string{}
|
||||||
"enode://06051a5573c81934c9554ef2898eb13b33a34b94cf36b202b69fde139ca17a85051979867720d4bdae4323d4943ddf9aeeb6643633aa656e0be843659795007a@35.177.226.168:30103",
|
|
||||||
"enode://0cc5f5ffb5d9098c8b8c62325f3797f56509bff942704687b6530992ac706e2cb946b90a34f1f19548cd3c7baccbcaea354531e5983c7d1bc0dee16ce4b6440b@40.118.3.223:30104",
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue