Skip to content

Instantly share code, notes, and snippets.

@maran
Last active September 7, 2015 03:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save maran/8c58a65df3c3a4548ae6 to your computer and use it in GitHub Desktop.
Save maran/8c58a65df3c3a4548ae6 to your computer and use it in GitHub Desktop.
{
"nonce": "0x0000000000000042",
"difficulty": "0x40000",
"alloc": {
"bbbbbaaaaa82db86a35502193b4c6ee9a76ebe8f": {
"balance": "10015200000000000000000"
}
},
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x4c4b40"
}
@dooglus
Copy link

dooglus commented Aug 13, 2015

The comma on the end of line 7 causes it to fail like this:

Fatal: invalid character '}' looking for beginning of object key string

Removing that comma allows it to be loaded.

@edmundedgar
Copy link

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...

@18dew
Copy link

18dew commented Aug 16, 2015

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

@ResourceHog
Copy link

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.

@maran
Copy link
Author

maran commented Sep 5, 2015

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