diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:20:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-01-14 15:26:26 +0800 |
commit | 27c033710623e8e144182f42a0b20c5bd3af66e9 (patch) | |
tree | d99d06b1689dac990853f02c6e3c15e7c8251d99 /params | |
parent | a304f1d9c6bb09b866e40a910d1e67221b30503d (diff) | |
download | dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.gz dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.bz2 dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.lz dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.xz dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.zst dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.zip |
params: update taipei testnet genesis and config (#113)
Diffstat (limited to 'params')
-rw-r--r-- | params/bootnodes.go | 2 | ||||
-rw-r--r-- | params/config.go | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go index 2fc3562ad..339a5a64c 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -31,7 +31,7 @@ var TestnetBootnodes = []string{ // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Taipei test network. var TaipeiBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.229.247.207:30301", + "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.198.255:30301", } // DiscoveryV5Bootnodes are the enode URLs of the P2P bootstrap nodes for the diff --git a/params/config.go b/params/config.go index aeb11bad2..e4b31a3f6 100644 --- a/params/config.go +++ b/params/config.go @@ -121,13 +121,13 @@ var ( BlockReward: big.NewInt(1e18), BlockGasLimit: 40000000, NumChains: 6, - LambdaBA: 250, - LambdaDKG: 2500, + LambdaBA: 400, + LambdaDKG: 10000, K: 0, PhiRatio: 0.667, - NotarySetSize: 4, - DKGSetSize: 4, - RoundInterval: 600000, + NotarySetSize: 18, + DKGSetSize: 7, + RoundInterval: 3600000, MinBlockInterval: 900, }, } |