testnet icon indicating copy to clipboard operation
testnet copied to clipboard

fix aleth genesis file and instructions

Open hugo-dc opened this issue 6 years ago • 6 comments

I updated the genesis file and instructions to connect an aleth node to the testnet. Fixes https://github.com/ewasm/testnet/issues/140 Please let me know if not needed files for dummymetering and dummyevm2wasm has to be removed in this PR as well.

hugo-dc avatar Dec 16 '18 02:12 hugo-dc

I removed startingBlock for precompiles as all precompiles should be able to be callled since first block.

hugo-dc avatar Jan 24 '19 17:01 hugo-dc

I'm trying to figure out why I'm getting genesis mismatch errors trying to connect to the testnet using this PR.

jwasinger avatar Jan 24 '19 23:01 jwasinger

@jwasinger this genesis file won't work for the current testnet, the faucet balance was changed https://github.com/ewasm/testnet/commit/931c30402378176e2d34d7677bc38dc509deed45#diff-8ff30e3d87b04b0d6767d45bce187afd If you want to sync aleth to the testnet you must use the genesis file in the cluster repo (ewasm-spec.json)

hugo-dc avatar Jan 25 '19 17:01 hugo-dc

LGTM. can we merge this?

jwasinger avatar Jan 29 '19 01:01 jwasinger

@jwasinger how about @hugo-dc's last comment?

axic avatar Feb 05 '19 02:02 axic

Okay, genesis file should work now.

jwasinger avatar Feb 05 '19 02:02 jwasinger