mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
TestNet Config updated
This commit is contained in:
parent
38180d8147
commit
ab70081cf9
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ package common
|
||||||
import "math/big"
|
import "math/big"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
RewardMasterPercent = 40
|
RewardMasterPercent = 90
|
||||||
RewardVoterPercent = 50
|
RewardVoterPercent = 0
|
||||||
RewardFoundationPercent = 10
|
RewardFoundationPercent = 10
|
||||||
HexSignMethod = "e341eaa4"
|
HexSignMethod = "e341eaa4"
|
||||||
HexSetSecret = "34d38600"
|
HexSetSecret = "34d38600"
|
||||||
|
|
@ -12,7 +12,7 @@ const (
|
||||||
EpocBlockSecret = 800
|
EpocBlockSecret = 800
|
||||||
EpocBlockOpening = 850
|
EpocBlockOpening = 850
|
||||||
EpocBlockRandomize = 900
|
EpocBlockRandomize = 900
|
||||||
MaxMasternodes = 150
|
MaxMasternodes = 18
|
||||||
LimitPenaltyEpoch = 4
|
LimitPenaltyEpoch = 4
|
||||||
BlocksPerYear = uint64(15768000)
|
BlocksPerYear = uint64(15768000)
|
||||||
LimitThresholdNonceInQueue = 10
|
LimitThresholdNonceInQueue = 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue