diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-03-06 16:54:58 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:50:03 +0800 |
commit | 4dda1f3232e18e156b685e9665b04f0609b08b1c (patch) | |
tree | f30691f9c55f068977f88902da4310637a608ff6 /params | |
parent | 5067e85f91a27cef123026de882d66f97e47b380 (diff) | |
download | dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.tar dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.tar.gz dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.tar.bz2 dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.tar.lz dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.tar.xz dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.tar.zst dexon-4dda1f3232e18e156b685e9665b04f0609b08b1c.zip |
params: Change taipei to 40 nodes (#227)
Diffstat (limited to 'params')
-rw-r--r-- | params/config.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/params/config.go b/params/config.go index 97693143b..0439662a2 100644 --- a/params/config.go +++ b/params/config.go @@ -135,13 +135,13 @@ var ( MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e6)), LockupPeriod: 86400 * 3 * 1000, MiningVelocity: 0.1875, - NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.4e8)), + NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.8e8)), LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.6e7)), BlockGasLimit: 21000 * 5000, LambdaBA: 250, LambdaDKG: 10000, - NotarySetSize: 18, - DKGSetSize: 14, + NotarySetSize: 24, + DKGSetSize: 24, RoundLength: 1200, MinBlockInterval: 500, FineValues: []*big.Int{ |