Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
cpp-ethereum
libethashseal
genesis
transitionnetTest.cpp
Go to the documentation of this file.
1
/*
2
This file is part of cpp-ethereum.
3
4
cpp-ethereum is free software: you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation, either version 3 of the License, or
7
(at your option) any later version.
8
9
cpp-ethereum is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
GNU General Public License for more details.
13
14
You should have received a copy of the GNU General Public License
15
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
#include "../GenesisInfo.h"
18
19
static
dev::h256
const
c_genesisStateRootTest;
20
static
std::string
const
c_genesisInfoTest = std::string() +
21
R
"E(
22
{
23
"sealEngine": "Ethash",
24
"params": {
25
"accountStartNonce": "0x00",
26
"homsteadForkBlock": "0x05",
27
"daoHardforkBlock": "0x08",
28
"EIP150ForkBlock": "0x0a",
29
"EIP158ForkBlock": "0x0e",
30
"metropolisForkBlock": "0xfffffffffffffff",
31
"networkID" : "0x01",
32
"chainID": "0x01",
33
"maximumExtraDataSize": "0x20",
34
"tieBreakingGas": false,
35
"minGasLimit": "0x1388",
36
"maxGasLimit": "7fffffffffffffff",
37
"gasLimitBoundDivisor": "0x0400",
38
"minimumDifficulty": "0x020000",
39
"difficultyBoundDivisor": "0x0800",
40
"durationLimit": "0x0d",
41
"blockReward": "0x4563918244F40000",
42
"registrar" : "0xc6d9d2cd449a754c494264e1809c50e34d64562b"
43
},
44
"genesis": {
45
"nonce": "0x0000000000000042",
46
"difficulty": "0x400000000",
47
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
48
"author": "0x0000000000000000000000000000000000000000",
49
"timestamp": "0x00",
50
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
51
"extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa",
52
"gasLimit": "0x1388"
53
},
54
"accounts": {
55
"0000000000000000000000000000000000000001": { "wei": "1", "precompiled": { "name": "ecrecover", "linear": { "base": 3000, "word": 0 } } },
56
"0000000000000000000000000000000000000002": { "wei": "1", "precompiled": { "name": "sha256", "linear": { "base": 60, "word": 12 } } },
57
"0000000000000000000000000000000000000003": { "wei": "1", "precompiled": { "name": "ripemd160", "linear": { "base": 600, "word": 120 } } },
58
"0000000000000000000000000000000000000004": { "wei": "1", "precompiled": { "name": "identity", "linear": { "base": 15, "word": 3 } } }
59
}
60
}
61
)E";
dev::FixedHash< 32 >
Generated on Mon Oct 22 2018 15:15:28 for Fabcoin Core by
1.8.11