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

Remove --prune-blockchain from docker-compose.yml #304

Closed DaWe35 closed 6 months ago

DaWe35 commented 6 months ago

This fixes https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/303 I'm not sure why, bit it seems onion-monero-blockchain-explorer is unable to read v2 transaction hashes when the local blockchain is pruned. The easiest fix is to not prune, so I disable it in the example.

(I'm not sure if we also want to include "--fast-block-sync=0" as default, I think it is another discussion about trust. The "--out-peers=64" parameter is also helpful in some cases, but since I'm not quite sure what's the right number, I didn't include any of my other tweaks in this PR)

DaWe35 commented 6 months ago

Link related https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/305