-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenesis.json
45 lines (45 loc) · 1.58 KB
/
genesis.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
{
"name": "bitindichain",
"genesis": {
"nonce": "0x0FD9",
"timestamp": "0x5f714b2f",
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000616aab00DaD6f966C160EA939D6e1FE33B40f6fc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x1C9C38000000000",
"difficulty": "0x1",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x616aab00DaD6f966C160EA939D6e1FE33B40f6fc",
"alloc": {
"616aab00DaD6f966C160EA939D6e1FE33B40f6fc": {
"balance": "0x295BE96E64066972000000"
}
},
"number": "0x0",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"params": {
"forks": {
"homestead": 0,
"byzantium": 0,
"constantinople": 0,
"petersburg": 0,
"istanbul": 0,
"EIP150": 0,
"EIP158": 0,
"EIP155": 0
},
"chainID": 4099,
"engine": {
"ibft": {
"epochSize": 100,
"type": "PoA",
"validator_type": "bls"
}
},
"blockGasTarget": 0
},
"bootnodes": [
"/ip4/95.179.246.28/tcp/1478/p2p/16Uiu2HAkxcdj1KNakRqyXm49PQmsFLqFGh41MpXbqJNoSU2ssPWP",
"/ip4/185.92.221.129/tcp/1478/p2p/16Uiu2HAkzTsrGRdpzoPD8NRScgRyXmfrprMf1xC4NN7wHxT82EK1"
]
}