forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaura.genesis
50 lines (50 loc) · 1.54 KB
/
aura.genesis
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
{
"config": {
"chainId": 6283,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"aura":{
"period" : 4,
"epoch" : 500,
"authorities":[
"0x0082a7bf6aaadab094061747872243059c3c6a07",
"0x00faa37564140c1a5e96095f05466b9f73441e44"],
"difficulty" : 131072,
"signatures": ["gA==","uEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsHcD/7g=="]
}
},
"nonce": "0x0",
"timestamp": "0x0",
"extraData": "",
"gasLimit": "6000000",
"difficulty": "0x20000",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"alloc": {
"0000000000000000000000000000000000000001": {
"balance": "0x1"
},
"0000000000000000000000000000000000000002": {
"balance": "0x1"
},
"0000000000000000000000000000000000000003": {
"balance": "0x1"
},
"0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x009fcc115ad9ef38288a82a014dea30f63a84383": {
"balance": "0x100000000000000000000000000000000000000000000000000",
"nonce": "0"
},
"0x0015c90d0e12186bc51c9d51aff4d3fb6e984291": {
"balance": "0x100000000000000000000000000000000000000000000000000",
"nonce": "0"
}
},
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
}