File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "config": {
3
+ "chainId": 6283,
4
+ "homesteadBlock": 0,
5
+ "eip150Block": 0,
6
+ "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
7
+ "eip155Block": 0,
8
+ "eip158Block": 0,
9
+ "aura":{
10
+ "period" : 4,
11
+ "epoch" : 500,
12
+ "authorities":[
13
+ "0x0082a7bf6aaadab094061747872243059c3c6a07",
14
+ "0x00faa37564140c1a5e96095f05466b9f73441e44"],
15
+ "difficulty" : 131072
16
+ }
17
+ },
18
+ "nonce": "0x0",
19
+ "timestamp": "0x0",
20
+ "extraData": "",
21
+ "gasLimit": "6000000",
22
+ "difficulty": "0x20000",
23
+ "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
24
+ "coinbase": "0x0000000000000000000000000000000000000000",
25
+ "alloc": {
26
+ "0000000000000000000000000000000000000001": {
27
+ "balance": "0x1"
28
+ },
29
+ "0000000000000000000000000000000000000002": {
30
+ "balance": "0x1"
31
+ },
32
+ "0000000000000000000000000000000000000003": {
33
+ "balance": "0x1"
34
+ },
35
+ "0000000000000000000000000000000000000004": {
36
+ "balance": "0x1"
37
+ },
38
+ "0x009fcc115ad9ef38288a82a014dea30f63a84383": {
39
+ "balance": "0x100000000000000000000000000000000000000000000000000",
40
+ "nonce": "0"
41
+ },
42
+ "0x0015c90d0e12186bc51c9d51aff4d3fb6e984291": {
43
+ "balance": "0x100000000000000000000000000000000000000000000000000",
44
+ "nonce": "0"
45
+ }
46
+ },
47
+ "gasUsed": "0x0",
48
+ "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
49
+ }
Original file line number Diff line number Diff line change
1
+ make geth && rm -rf /tmp/foo2 &&
2
+ build/bin/geth --datadir /tmp/foo2 init aura.genesis &&
3
+ build/bin/geth --datadir /tmp/foo2 --nodiscover --maxpeers 0 console
4
+
You can’t perform that action at this time.
0 commit comments