ethereum / genesis_block_generator

32 stars 255 forks source link

Error when pulling down the block #18

Open gohsoonheng opened 7 years ago

gohsoonheng commented 7 years ago

when pulling down the genesis block: python mk_genesis_block.py --extradata 0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa

it processed up to transaction record 8495 and then it throw out error: API not returning data. Retrying.

Any suggestion?

Also Do we really have to pull down everything even if we add the --insight flag for privatenet?

trungtt198x commented 6 years ago

I got today the same error as above. Any resolution?

GoBlue96 commented 6 years ago

I also got this error today. Any help on what could be the cause?

If I run it with the --insight flag I just get a timeout with no data returned.

gnarlymedia commented 6 years ago

Hello, I got the same error as above, although I used the hash: 0x2bf54fd6381f28f6b23944bcc9edc3be590cd8c1b14fbe374b859bf535796882 as retrieved from https://www.etherchain.org/block/1028201

Is there any resolution for this as yet? Thanks

nicolas-mpgutierrez commented 6 years ago

So... no news? I've gotten this same error after trying with the hash posted by both the original hash and the one posted by gnarlymedia. Both get to gathered history: 9081

gnarlymedia commented 6 years ago

After posting my comment above I realised I didn’t need to generate my own genesis.json - I just followed the instructions on https://github.com/ethereum/go-ethereum/blob/master/README.md under the heading ‘Operating a private network’, and it worked for me to set one up using geth.

On 20 Feb 2018, at 6:39 am, NicolasGutierrez notifications@github.com wrote:

So... no news? I've gotten this same error after trying with the hash posted by both the original hash and the one posted by gnarlymedia. Both get to gathered history: 9081

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

jeichel-miovision commented 6 years ago

I"m also experiencing the same error. Is this project being supported?