Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
122 stars 62 forks source link

What means "Mempool limited" ? #92

Closed kosuodhmwa closed 2 months ago

kosuodhmwa commented 3 months ago

image

Mirobit commented 3 months ago

The maximum size that you have set (or the default size (300 MB)) is smaller the current size of the total mempool. In that case Bitcoin Core starts removing transactions with the lowest fee rate from the mempool till it is smaller than your maximum size.

kosuodhmwa commented 2 months ago

Where can i set this?

kosuodhmwa commented 2 months ago

???

kosuodhmwa commented 2 months ago

hmm... https://github.com/bitcoin/bitcoin/issues/30539

kosuodhmwa commented 2 months ago

this: <You don't need to "handle" it at all. It's perfectly normal that your mempool drops transactions when it grows too large. You can configure the size of your mempool using the maxmempool setting> - https://github.com/bitcoin/bitcoin/issues/30539