Skip to content

Commit e177f52

Browse files
holimantwpostm
authored andcommitted
Fixes (#26)
* aura: genesis + init-script * aura genesis
1 parent 1f6086d commit e177f52

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

aura.genesis

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
}

init.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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+

0 commit comments

Comments
 (0)