mintme-com / webchaind

Official Go language implementation of the MintMe Coin daemon.
https://mintme.com/coin/
GNU Lesser General Public License v3.0
50 stars 38 forks source link

WebChain is using a non-unique Chain ID #1

Closed suryanshkumr closed 5 years ago

suryanshkumr commented 5 years ago

Webchain is using ChainID 101 which is not unique because EtherInc is using ChainID 101.

EtherInc first block was created on 2018-02-13 21:59:01 +0530 (https://explorer.einc.io/block/1)

WebChain first block was created on 2018-05-08 14:12:10 +0530 (https://explorer.webchain.network/block/1)

so as you can see EtherInc was running chainID 101 from Feb and WebChain using same chainid from May.

lukaszmatczak commented 5 years ago

Only issue I see with it is replay attack. But because Webchain and EtherInc don't share the same addresses (at least they shouldn't), it shouldn't cause any trouble.

hackmod commented 5 years ago

Please see https://github.com/ethereum-lists/chains/issues/25