-
Notifications
You must be signed in to change notification settings - Fork 2
/
config_base.json
47 lines (46 loc) · 1.39 KB
/
config_base.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"unddos": {
"origins": [
{
"origin": [ "*" ],
"ban_lengthy": 0,
"ban_peak": 0,
"max_calls_per_minute": 1000000000,
"max_calls_per_second": 1000000000,
"max_ws_conn": 65535
}
]
},
"sealEngine": "Ethash",
"params": {
"accountStartNonce": "0x00",
"homesteadForkBlock": "0x0",
"daoHardforkBlock": "0x0",
"EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0x00",
"byzantiumForkBlock": "0x0",
"constantinopleForkBlock": "0x0",
"networkID": "12313219",
"chainID": "0x1",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0xFFFFFFF",
"maxGasLimit": "0xFFFFFFF",
"gasLimitBoundDivisor": "0x0400",
"minimumDifficulty": "0x0",
"difficultyBoundDivisor": "0x0800",
"durationLimit": "0x0d",
"blockReward": "0x4563918244F40000",
"externalGasDifficulty": "0x1"
},
"genesis": {
"nonce": "0x0000000000000042",
"difficulty": "0x0",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000abc",
"author": "0x0000000000000000000000000000000000000001",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa",
"gasLimit": "0xFFFFFFF"
}
}