Add new bootnodes (DO and Ukr)

This commit is contained in:
Pedro Pombeiro 2018-06-04 19:30:27 +02:00 committed by Pedro Pombeiro
parent 7581766470
commit 2b193de5c1
2 changed files with 11 additions and 5 deletions

View File

@ -30,7 +30,7 @@ jobs:
script:
# Sync the chain first. It will time out after 30 minutes. Used network: Rinkeby.
- make statusgo
- ./build/bin/statusd -datadir=.ethereumtest/Rinkeby -les -networkid=4 -sync-and-exit=30 -log=WARN -standalone=false -discovery=false
- ./build/bin/statusd -datadir=.ethereumtest/Rinkeby -les -networkid=4 -sync-and-exit=45 -log=WARN -standalone=false -discovery=false
- make test-e2e networkid=4
cache:
directories:

View File

@ -9,8 +9,11 @@ type cluster struct {
var ropstenCluster = cluster{
NetworkID: 3,
BootNodes: []string{
"enode://8472a9a236afe091e9941909a23b8e987287ad76839da2d9260b3d1697fea180d494617d42e605a5c229c7bf326e2bfa3d1a390fd03bf1783376c275e380126e@206.189.108.52:30404",
"enode://c266882060e6670030fac53f07dfd802d51441c72b188722352d964095ab79f6aa1350b9000a2ab3a2d76a835c79ffcf6cd022a656ec04e7a02683417364ce5e@128.199.55.181:30404",
"enode://8472a9a236afe091e9941909a23b8e987287ad76839da2d9260b3d1697fea180d494617d42e605a5c229c7bf326e2bfa3d1a390fd03bf1783376c275e380126e@206.189.108.52:30404", // boot-01.do-ams3.eth.beta
"enode://c266882060e6670030fac53f07dfd802d51441c72b188722352d964095ab79f6aa1350b9000a2ab3a2d76a835c79ffcf6cd022a656ec04e7a02683417364ce5e@128.199.55.181:30404", // boot-02.do-ams3.eth.beta
"enode://f9c7d50832fd42a15157f4150b1ce3d306b8dc192fe4e3dbeb1761c8913a61fc62ed752235ccf5759c57b9b1c3634e57ad19e5d9e13b79f317f4ef16e6847d9b@35.202.99.224:30404", // boot-01.gc-us-central1-a.eth.beta
"enode://e81a60977e5e420c8dcdda4b5d2b419f629dd9f630f6db71daaf84364927c341db6d4fa9c509ebebb9a5cd967b2c2ed9f67489dae3ba17d5e4edf71a13b3be6b@104.154.154.58:30404", // boot-02.gc-us-central1-a.eth.beta
"enode://a7a0e0961b971db2b217bb494c844fa39ca8a3422537e07451265e55208ec757f6c3a13b888169c8b14f584ab3bda1fd134cf316f236b61a5b719138bc42e801@185.156.42.129:30404", // boot-03.eth.beta
},
StaticNodes: []string{
"enode://a6a2a9b3a7cbb0a15da74301537ebba549c990e3325ae78e1272a19a3ace150d03c184b8ac86cc33f1f2f63691e467d49308f02d613277754c4dccd6773b95e8@206.189.108.68:30304",
@ -35,8 +38,11 @@ var rinkebyCluster = cluster{
var mainnetCluster = cluster{
NetworkID: 1,
BootNodes: []string{
"enode://8472a9a236afe091e9941909a23b8e987287ad76839da2d9260b3d1697fea180d494617d42e605a5c229c7bf326e2bfa3d1a390fd03bf1783376c275e380126e@206.189.108.52:30404",
"enode://c266882060e6670030fac53f07dfd802d51441c72b188722352d964095ab79f6aa1350b9000a2ab3a2d76a835c79ffcf6cd022a656ec04e7a02683417364ce5e@128.199.55.181:30404",
"enode://8472a9a236afe091e9941909a23b8e987287ad76839da2d9260b3d1697fea180d494617d42e605a5c229c7bf326e2bfa3d1a390fd03bf1783376c275e380126e@206.189.108.52:30404", // boot-01.do-ams3.eth.beta
"enode://c266882060e6670030fac53f07dfd802d51441c72b188722352d964095ab79f6aa1350b9000a2ab3a2d76a835c79ffcf6cd022a656ec04e7a02683417364ce5e@128.199.55.181:30404", // boot-02.do-ams3.eth.beta
"enode://f9c7d50832fd42a15157f4150b1ce3d306b8dc192fe4e3dbeb1761c8913a61fc62ed752235ccf5759c57b9b1c3634e57ad19e5d9e13b79f317f4ef16e6847d9b@35.202.99.224:30404", // boot-01.gc-us-central1-a.eth.beta
"enode://e81a60977e5e420c8dcdda4b5d2b419f629dd9f630f6db71daaf84364927c341db6d4fa9c509ebebb9a5cd967b2c2ed9f67489dae3ba17d5e4edf71a13b3be6b@104.154.154.58:30404", // boot-02.gc-us-central1-a.eth.beta
"enode://a7a0e0961b971db2b217bb494c844fa39ca8a3422537e07451265e55208ec757f6c3a13b888169c8b14f584ab3bda1fd134cf316f236b61a5b719138bc42e801@185.156.42.129:30404", // boot-03.eth.beta
},
StaticNodes: []string{
"enode://93d67ae104ab9f28afa253942c7f7efeac300fb2b2cce6e59e661b0781b94365c0d987498022d0a338e7497786cfe5d3fe891173109319b4f92bc7c6df504f73@206.189.108.76:30304",