maybe not genesis needed?

This commit is contained in:
squidbear
2025-03-24 09:14:13 +01:00
parent cdb36e8b82
commit b8ce5f1319

View File

@@ -1,8 +1,8 @@
#!/bin/sh
if [ ! -d "/root/.ethereum/geth/chaindata" ]; then
exec geth init /genesis/geth.json
else
echo "Chain already initialized."
fi
# if [ ! -d "/root/.ethereum/geth/chaindata" ]; then
# exec geth init /genesis/geth.json
# else
# echo "Chain already initialized."
# fi
exec geth --goat=mainnet