We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi to all I am trying to deploy local version of polygon-edge 1.3.2 using
export EDGE_CONSENSUS=polybft docker-compose -f ./docker/local/docker-compose.yml up -d --build
export EDGE_CONSENSUS=polybft
docker-compose -f ./docker/local/docker-compose.yml up -d --build
and first time it starts it works. But after I restart server or need to start it again, I always get error:
polygon-edge-validator-1 | 2024-01-28T16:24:24.273Z [INFO] polygon.server: Data dir: path=/data/data-1 polygon-edge-validator-1 | 2024-01-28T16:24:24.273Z [INFO] polygon.server: Prometheus server started: addr==0.0.0.0:5001 polygon-edge-validator-1 | genesis file does not match current genesis polygon-edge-validator-4 | Executing polygon-edge... polygon-edge-validator-4 | polygon-edge-validator-4 | 2024-01-28T16:14:27.875Z [INFO] polygon.server: Data dir: path=/data/data-4 polygon-edge-validator-4 | 2024-01-28T16:14:27.876Z [INFO] polygon.server: Prometheus server started: addr==0.0.0.0:5001 polygon-edge-validator-4 | genesis file does not match current genesis polygon-edge-validator-4 | Executing polygon-edge...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi to all
I am trying to deploy local version of polygon-edge 1.3.2 using
export EDGE_CONSENSUS=polybft
docker-compose -f ./docker/local/docker-compose.yml up -d --build
and first time it starts it works. But after I restart server or need to start it again, I always get error:
The text was updated successfully, but these errors were encountered: