Slow reindex probably due to high mempool

+1 vote
Hi,

My node has been reindexing for 3 weeks. Right now it has synchronized/checked 5kk out of 8kk blocks.

Mempool is very high, around 1.1k. My question is, what's the best way to handle this situation and what will happen if I restart multichain service during reindex process?

I'm not concerned about losing mempool since I can replicate the value(docs hash) of transactions. My primary goal is to get the node running correctly asap. Unfortunately, I do not have backup/snapshot of the node.

In advance, thank you for an assistance.
asked 2 days ago by venduim

1 Answer

0 votes

There's a clearmempool command for this purpose:

https://www.multichain.com/developers/json-rpc-api/

answered 1 day ago by MultiChain
...