[Announcement] Unconfirmed Wallet State Issues Incoming #5264
Replies: 4 comments 6 replies
-
|
Can we also explicitly query nodes with large mempool sizes, like block explorers? Default mempool size is 300 MB, but the total unconfirmed transaction size of mempool.space is 700 MB. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe a solution is to increase the mempool size of the coordinator? Previous considerations for keeping the default, is to stay in sync with other default nodes. But maybe the issue gets resolved if our mempool doesn't drop transactions at all. But actually a question, is this issue on the backend mempool, or the client mempool? |
Beta Was this translation helpful? Give feedback.
-
|
More in depth look at the issue: bitcoinknots/bitcoin#30 |
Beta Was this translation helpful? Give feedback.
-
|
I cannot feed more tx with the backend it rejects all the tss because it already has it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
1 hour ago the backend was restarted to update Bitcoin Core however Core failed to deserialize its mempool, so it started with a clean state. We wrote a script that tries to feed the backend with as many mempool transactions as possible from random Bitcoin nodes, which should save most of the trouble, but in some edge cases, wallet state inconsistency and fee estimation issues regarding unconfirmed transactions will still be experienced during the next few hours and possibly the next few days.
Beta Was this translation helpful? Give feedback.
All reactions