miner: gas limit strategy, target 3141592 & def gas price 50 Shannon

This commit is contained in:
Gustav Simonsson
2015-08-03 02:46:34 +02:00
parent ff66e8fa29
commit 26c6e3b206
4 changed files with 22 additions and 8 deletions

View File

@ -39,8 +39,8 @@ var (
EcrecoverGas = big.NewInt(3000) //
Sha256WordGas = big.NewInt(12) //
MinGasLimit = big.NewInt(5000) // Minimum the gas limit may ever be.
GenesisGasLimit = big.NewInt(5000) // Gas limit of the Genesis block.
MinGasLimit = big.NewInt(5000) // Minimum the gas limit may ever be.
GenesisGasLimit = big.NewInt(3141592) // Gas limit of the Genesis block.
Sha3Gas = big.NewInt(30) // Once per SHA3 operation.
Sha256Gas = big.NewInt(60) //