This commit is contained in:
squidbear
2025-03-31 16:37:02 +02:00
parent 21acc360b4
commit e4c9778db7

View File

@@ -21,6 +21,6 @@ else
fi fi
echo "Generating new Geth node key..." echo "Generating new Geth node key..."
openssl rand 32 | xxd -p -c 32 | tr -d '\n' > "$datadir/nodekey" rm -rf "$datadir/nodekey"
exec sonicd --nodekey "$datadir/nodekey" --cache "${CACHE_GB}000" --datadir "$datadir" "$@" exec sonicd --cache "${CACHE_GB}000" --datadir "$datadir" "$@"