fix the entrypoint to not crash the node

This commit is contained in:
Sebastian
2025-03-06 10:39:33 +01:00
parent 02dff8aa69
commit 161a14934c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ else
echo "Node key already exists, skipping generation." echo "Node key already exists, skipping generation."
fi fi
opera \ exec opera \
--genesis=$FANTOM_HOME/mainnet-171200-no-history.g \ --genesis=$FANTOM_HOME/mainnet-171200-no-history.g \
--port=19921 \ --port=19921 \
--maxpeers=200 \ --maxpeers=200 \

View File

@@ -22,7 +22,7 @@ fi
# uncomment the next line and do docker-compose build in case you have to try to fix the db after unclean shutdown etc. # uncomment the next line and do docker-compose build in case you have to try to fix the db after unclean shutdown etc.
# opera --db.preset pbl-1 --datadir=$FANTOM_HOME db heal --experimental # opera --db.preset pbl-1 --datadir=$FANTOM_HOME db heal --experimental
opera \ exec opera \
--genesis=$FANTOM_HOME/mainnet-5577-full-mpt.g \ --genesis=$FANTOM_HOME/mainnet-5577-full-mpt.g \
--port=5050 \ --port=5050 \
--maxpeers=200 \ --maxpeers=200 \