Consensys / quorum-dev-quickstart

The Quorum Developer Quickstart utility can be used to rapidly generate local Quorum blockchain networks for development and demo purposes using Besu and GoQuorum
Apache License 2.0
135 stars 101 forks source link

Stuck at 9 blocks #212

Closed cyborgdennett closed 2 years ago

cyborgdennett commented 2 years ago

Hello, I am running this with GoQuorum, and I get stuck at 9 blocks. I did nothing but do ./run.sh image

joshuafernandes commented 2 years ago

Hello @cyborgdennett are your containers still running? That looks like one or more validators have failed, hence no more blocks

You can check with docker ps

joshuafernandes commented 2 years ago

Hi @cyborgdennett this is fixed in 0.0.80

Run npx quorum-dev-quickstart@0.0.80 and you should be sorted

Cheers