This commit is contained in:
Sebastian
2024-11-23 08:53:42 +01:00
parent 4ae5c77f2d
commit 2c2a09878c
3 changed files with 41 additions and 7 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=testnet3