monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
8.89k stars 3.1k forks source link

Fast Sync checkpoints for stagenet #9075

Open duggavo opened 10 months ago

duggavo commented 10 months ago

Synchronizing on stagenet and testnet is very slow, especially syncing before RandomX, since Cryptonight verification is very slow,

Fast Synchronization check points should be added for stagenet and possibly testnet too, to reduce synchronization time.

selsta commented 10 months ago

Enabling fast sync causes some verification code to get skipped. For the sake of testing alone we shouldn't enable this on all 3 networks.

I guess enabling it on stagenet only is ok.