From 42fd1fe4226b984739996668de39c09f6ce3f8c1 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 6 Mar 2019 16:54:58 +0800 Subject: params: Change taipei to 40 nodes (#227) --- params/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'params') diff --git a/params/config.go b/params/config.go index 8843c475a..29b3b7e50 100644 --- a/params/config.go +++ b/params/config.go @@ -142,13 +142,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{ -- cgit