-
Notifications
You must be signed in to change notification settings - Fork 2
/
config-empty-blocks.json
70 lines (69 loc) · 2.1 KB
/
config-empty-blocks.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"sealEngine": "Ethash",
"params": {
"accountStartNonce": "0x00",
"homesteadForkBlock": "0x0",
"daoHardforkBlock": "0x0",
"EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0x00",
"byzantiumForkBlock": "0x0",
"constantinopleForkBlock": "0x0",
"networkID": "12313219",
"chainID": "0x01",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0xFFFFFFF",
"maxGasLimit": "0xFFFFFFF",
"gasLimitBoundDivisor": "0x0400",
"minimumDifficulty": "0x020000",
"difficultyBoundDivisor": "0x0800",
"durationLimit": "0x0d",
"blockReward": "0x4563918244F40000"
},
"genesis": {
"nonce": "0x0000000000000042",
"difficulty": "0x020000",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000abc",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa",
"gasLimit": "0xFFFFFFF"
},
"accounts": {
"0xD9e934d088c3f7c68BA81A5FDC26640058ff6E66":{
"balance": "1000000000000000000000"
},
"0x88a733ff9fc70fb07ba3767ab9578cf9cf0e3ad1":{
"balance": "1000000000000000000000"
},
"0xae4f0cbd0dcf6fc32e345b0d1b39d262719697e2":{
"balance": "1000000000000000000000"
},
"0xc3b9aea6b4b3045e1c0a4887ed10d2054e110549":{
"balance": "1000000000000000000000"
},
"0xde6aa2724b2e800f65cf54c3c632fded758aff7c":{
"balance": "1000000000000000000000"
}
},
"skaleConfig": {
"nodeInfo": {
"nodeName": "Node1",
"nodeID": 1112,
"bindIP": "127.0.0.1",
"basePort": 1231,
"logLevel": "trace",
"logLevelProposal": "trace",
"emptyBlockIntervalMs": 1000
},
"sChain":
{
"schainName": "TestChain",
"schainID": 1,
"nodes": [
{ "nodeID": 1112, "ip": "127.0.0.1", "basePort": 1231, "schainIndex" : 1}
]
}
}
}