bitcoin-node-manager icon indicating copy to clipboard operation
bitcoin-node-manager copied to clipboard

What means "Mempool limited" ?

Open kosuodhmwa opened this issue 1 year ago • 1 comments

image

kosuodhmwa avatar Jun 19 '24 06:06 kosuodhmwa

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.

Mirobit avatar Jun 25 '24 10:06 Mirobit

Where can i set this?

kosuodhmwa avatar Jul 17 '24 02:07 kosuodhmwa

???

kosuodhmwa avatar Jul 19 '24 23:07 kosuodhmwa

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

kosuodhmwa avatar Jul 28 '24 18:07 kosuodhmwa

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

kosuodhmwa avatar Jul 28 '24 19:07 kosuodhmwa