LayerTwo-Labs / ethereum-sidechain

Ethereum sidechain implementation based on geth.
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Attempt to BMM failed #2

Open Abhishek-1857 opened 1 year ago

Abhishek-1857 commented 1 year ago

Hey Guys i m using the ethside to work with drivechain but after doing everything on both drivechain and ethside when i'm running the geth ..im getting this error

INFO [09-26|15:06:01.420] attempting new bmm request attempt_bmm call failed INFO [09-26|15:06:02.428] bmm commitment wasn't inclued in a main:block

Any idea how to solve this ?

nchashch commented 1 year ago

If you have followed the https://www.drivechain.info/blog/ethside-guide/ tutorial, then you activated sidechain number 1. But because it conflicted with other sidechains, we changed the number to 6. Unfortunately the guide wasn't updated.

When activating the sidechain you need to replace 1 with 6:

./drivechain-0.42.00/bin/drivechain-cli -datadir=./datadirs/main createsidechainproposal 6 ethereum

Then it should work.