update and pruned

This commit is contained in:
goldsquid
2025-09-06 20:12:27 +07:00
parent 5dddb8155f
commit d57d2bf5e1
3 changed files with 158 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ if [ ! -f "$datadir/initialized" ]; then
else
echo "Sonic is already initialized."
# just in case because after every shutdown this shit is corrupted by default
GOMEMLIMIT=28GiB sonictool --datadir "$datadir" --cache 12000 heal
# GOMEMLIMIT=28GiB sonictool --datadir "$datadir" --cache 12000 heal
fi
echo "Generating new Geth node key..."