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 #!/bin/sh
if [ ! -d "/root/.ethereum/geth/chaindata" ]; then # if [ ! -d "/root/.ethereum/geth/chaindata" ]; then
exec geth init /genesis/geth.json # exec geth init /genesis/geth.json
else # else
echo "Chain already initialized." # echo "Chain already initialized."
fi # fi
exec geth --goat=mainnet exec geth --goat=mainnet