parity-spec icon indicating copy to clipboard operation
parity-spec copied to clipboard

Hash missmatch in parity

Open fr34kyn01535 opened this issue 6 years ago • 0 comments

Using Geth/v1.8.0 i've created a private network with the genesis configuration from: https://gist.github.com/fr34kyn01535/ec902fe6bdece6ae0c32a4232c8c138d When transforming it using parity-spec (result also in the gist), it seems to cause a missmatch in Parity/v1.8.7.

  • == Connected 2: Geth/v1.8.0-unstable-6198c53e/linux-amd64/go1.9.3
  • Sending status to 2, protocol version 63
  • New peer 2 (protocol: 63, network: 1337, difficulty: Some(433408313), latest:4308…7958, genesis:af28…d576, snapshot:None)
  • Status packet from expired session 2:Geth/v1.8.0-unstable-6198c53e/linux-amd64/go1.9.3
  • == Disconnecting 2: Geth/v1.8.0-unstable-6198c53e/linux-amd64/go1.9.3
  • == Connected 0: Geth/v1.8.0-unstable-6198c53e/linux-amd64/go1.9.3
  • Sending status to 0, protocol version 63
  • New peer 0 (protocol: 63, network: 1337, difficulty: Some(433408313), latest:4308…7958, genesis:af28…d576, snapshot:None)
  • Peer 0 genesis hash mismatch (ours: 8264…cf5f, theirs: af28…d576)
  • == Disconnecting 0: Geth/v1.8.0-unstable-6198c53e/linux-amd64/go1.9.3

fr34kyn01535 avatar Jan 30 '18 18:01 fr34kyn01535