diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-15 15:50:20 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:53 +0800 |
commit | 80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d (patch) | |
tree | eff054e778f212fa33cc634ec0f7218dba6a5d39 /params | |
parent | d9e305d9883b052c12fcb27be34447bbd85a934f (diff) | |
download | dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.tar dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.tar.gz dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.tar.bz2 dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.tar.lz dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.tar.xz dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.tar.zst dexon-80ad8ac30b6ef7a7803b6466c8ad2e5853cac60d.zip |
dex: run consensus core on Start
Diffstat (limited to 'params')
-rw-r--r-- | params/bootnodes.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go index b946dad00..31dda1fd4 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -19,13 +19,13 @@ package params // MainnetBootnodes are the enode URLs of the P2P bootstrap nodes running on // the main Ethereum network. var MainnetBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.201.33:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@10.17.1.70:30301", } // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Ropsten test network. var TestnetBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.201.33:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@10.17.1.70:30301", } // RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the |