ethereum / genesis_block_generator

34 stars 255 forks source link

Unexpected end of json input #8

Open c-georgen opened 9 years ago

c-georgen commented 9 years ago

When I run

python2 ./mk_genesis_block.py --extradata 0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa

in the go-ethereum directory and then attempt to load the json file using

build/bin/geth --genesis /path/to/file

it returns

I0730 16:54:46.675211   17367 backend.go:289] Protocol Versions: [61 60], Network Id: 1
Fatal: unexpected end of JSON input

Does anyone know what's causing this or how it can be fixed?