mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
20 lines
No EOL
558 B
Go
20 lines
No EOL
558 B
Go
package common
|
|
|
|
const (
|
|
RewardMasterPercent = 40
|
|
RewardVoterPercent = 50
|
|
RewardFoundationPercent = 10
|
|
HexSignMethod = "e341eaa4"
|
|
HexSetSecret = "34d38600"
|
|
HexSetOpening = "e11f5ba2"
|
|
EpocBlockSecret = 800
|
|
EpocBlockOpening = 850
|
|
EpocBlockRandomize = 900
|
|
MaxMasternodes = 150
|
|
LimitPenaltyEpoch = 4
|
|
BlocksPerYear = uint64(15768000)
|
|
LimitThresholdNonceInQueue = 10
|
|
MinGasPrice = 2500
|
|
)
|
|
|
|
var IsTestnet bool = false |