executable

This commit is contained in:
Sebastian
2024-12-22 08:26:05 +01:00
parent df7c4b12af
commit 3ad79dced3
2 changed files with 25 additions and 0 deletions

View File

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