You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restart with --unsafe-pruning --pruning <NUM_BLOCKS> flags
iirc NUM_BLOCKS must be sufficiently large for validators to allow reorgs for grandpa in worst-case scenarios e.g. (5 * 12 * 60 * 24) would be enough for 1 day of reorgs
After trying the above process, this seems to sync well
Helps to reduce disk space:
https://wiki.polkadot.network/docs/ru/maintain-guides-how-to-validate-polkadot#synchronize-chain-data
--unsafe-pruning --pruning <NUM_BLOCKS>
flagsiirc
NUM_BLOCKS
must be sufficiently large for validators to allow reorgs for grandpa in worst-case scenarios e.g. (5 * 12 * 60 * 24) would be enough for 1 day of reorgsAfter trying the above process, this seems to sync well
docker run --restart=always -v $(pwd)/data:/data -p 9944:994 \ cennznet/cennznet:1.5.0 \ --chain=/cennznet/genesis/azalea.raw.json \ --unsafe-ws-external \ --validator \ --base-path=/data \ --unsafe-pruning \ --pruning 1000
DB usage:
5.4G data/chains/CENNZnet Azalea V1
Other validators showing around 90GB
The text was updated successfully, but these errors were encountered: