This commit is contained in:
Para Dox
2025-04-15 14:59:22 +07:00
parent 77963a6021
commit 2e2842bd83
5 changed files with 100 additions and 17 deletions

View File

@@ -1,13 +1,4 @@
#!/bin/sh
if [ ! -d "/root/.ethereum/geth/chaindata" ]; then
geth init /genesis/geth.json
else
echo "Chain already initialized."
fi
geth
root@rpc-jp-1:~/rpc# cat goat/node-entrypoint.sh
#!/bin/sh
# Custom initialization steps go here
echo "Starting initialization steps..."