|
1 | 1 | Converts Geth proof of work chain spec e.g.
|
2 | 2 | ```
|
3 | 3 | {
|
4 |
| - "nonce": "0x0000000000000042", |
5 |
| - "timestamp": "0x0", |
6 |
| - "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", |
7 |
| - "extraData": "0x0", |
8 |
| - "gasLimit": "0x8000000", |
9 |
| - "difficulty": "0x400", |
10 |
| - "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", |
11 |
| - "coinbase": "0x3333333333333333333333333333333333333333", |
12 |
| - "alloc": { |
13 |
| - "0000000000000000000000000000000000000001": {"balance": "1"}, |
14 |
| - "0000000000000000000000000000000000000002": {"balance": "1"}, |
15 |
| - "0000000000000000000000000000000000000003": {"balance": "1"}, |
16 |
| - "0000000000000000000000000000000000000004": {"balance": "1"}, |
17 |
| - "dbdbdb2cbd23b783741e8d7fcf51e459b497e4a6": {"balance": "1606938044258990275541962092341162602522202993782792835301376"}, |
18 |
| - "e4157b34ea9615cfbde6b4fda419828124b70c78": {"balance": "1606938044258990275541962092341162602522202993782792835301376"} |
19 |
| - } |
| 4 | + "nonce": "0x0000000000000000", |
| 5 | + "timestamp": "0x0", |
| 6 | + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", |
| 7 | + "extraData": "", |
| 8 | + "gasLimit": "0x8000000", |
| 9 | + "difficulty": "0x400", |
| 10 | + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", |
| 11 | + "coinbase": "0x0000000000000000000000000000000000000000", |
| 12 | + "alloc": { |
| 13 | + "0000000000000000000000000000000000000001": {"balance": "1"}, |
| 14 | + "0000000000000000000000000000000000000002": {"balance": "1"}, |
| 15 | + "0000000000000000000000000000000000000003": {"balance": "1"}, |
| 16 | + "0000000000000000000000000000000000000004": {"balance": "1"}, |
| 17 | + "dbdbdb2cbd23b783741e8d7fcf51e459b497e4a6": {"balance": "1606938044258990275541962092341162602522202993782792835301376"}, |
| 18 | + "e4157b34ea9615cfbde6b4fda419828124b70c78": {"balance": "1606938044258990275541962092341162602522202993782792835301376"} |
| 19 | + } |
20 | 20 | }
|
21 | 21 | ```
|
22 | 22 | to Parity one, which should enable the two to connect to each other.
|
|
0 commit comments