{ | |
"nonce": "0x0000000000000042", | |
"difficulty": "0x40000", | |
"alloc": { | |
"bbbbbaaaaa82db86a35502193b4c6ee9a76ebe8f": { | |
"balance": "10015200000000000000000" | |
} | |
}, | |
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"coinbase": "0x0000000000000000000000000000000000000000", | |
"timestamp": "0x00", | |
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"extraData": "0x", | |
"gasLimit": "0x4c4b40" | |
} |
This comment has been minimized.
This comment has been minimized.
Tip to stop anyone wasting time like I just did: You need enough memory to mine. If you never seem to find any blocks on your local testnet despite having the difficulty right down low, try closing some Chrome tabs... |
This comment has been minimized.
This comment has been minimized.
Same issue Fatal: invalid character '}' looking for beginning of object key string Kindly guide how to sort this issue. System is 16GB RAM with i7 + ATI Radeon 8k series. Mining should not be a issue. Seems like some thing wrong with genesis file |
This comment has been minimized.
This comment has been minimized.
I am having the same issue okay so this issue is caused by an extra comma at line 7. Removing it solved this particular issue. |
This comment has been minimized.
This comment has been minimized.
Weird that it never errored for me, made the changes :) |
This comment has been minimized.
The comma on the end of line 7 causes it to fail like this:
Removing that comma allows it to be loaded.