moneroexamples / onion-monero-blockchain-explorer

Onion Monero Blockchain Explorer
https://xmrchain.net
BSD 3-Clause "New" or "Revised" License
361 stars 269 forks source link

Proposal: add --sync-pruned-blocks flag to docker-compose-yml #301

Closed DaWe35 closed 6 months ago

DaWe35 commented 6 months ago

Why? https://github.com/monero-project/monero/issues/8834

moneroexamples commented 6 months ago

Did you check how explorer works with prune blocks? I mean, does it cause any issues or all is fine?

DaWe35 commented 6 months ago

Hi, it was already pruned, so I didn't change that, I just added the possibility of syncing with pruned nodes. In theory, it should have performance benefits while syncing.

With that said, my node is synced now and the explorer looks good. If I understand it correctly, pruning only discards signatures, so the useful data shouldn't be effected.

moneroexamples commented 6 months ago

Thanks