Last active
September 7, 2015 03:03
-
-
Save maran/8c58a65df3c3a4548ae6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nonce": "0x0000000000000042", | |
"difficulty": "0x40000", | |
"alloc": { | |
"bbbbbaaaaa82db86a35502193b4c6ee9a76ebe8f": { | |
"balance": "10015200000000000000000" | |
} | |
}, | |
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"coinbase": "0x0000000000000000000000000000000000000000", | |
"timestamp": "0x00", | |
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"extraData": "0x", | |
"gasLimit": "0x4c4b40" | |
} |
Weird that it never errored for me, made the changes :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having the same issue
WARNING: No etherbase set and no accounts found as default
...
Fatal: invalid character '}' looking for beginning of object key string
Fatal: invalid character '}' looking for beginning of object key string
edit:
okay so this issue is caused by an extra comma at line 7. Removing it solved this particular issue.