cryptoadvance / specter-desktop

A desktop GUI for Bitcoin Core optimised to work with hardware wallets
MIT License
793 stars 237 forks source link

Wallet doesn't scan mempool on initial sync? #809

Open instagibbs opened 3 years ago

instagibbs commented 3 years ago

I have a 1 sat/vbyte transaction that's sitting in my bitcoind mempool that wasn't picked up by the specter wallet on rescan. Might make sense to do a mempool scan once block scan finishes?

haukehess commented 3 years ago

This is also a problem for me. I imported a colcard json into specter, wallet was recognized and all confirmed tx are shown. Mempool is ignored for all tx initiated by wasabi, only those generated by specter itself are recognized.

Electrum (4.0.9) discovers all utxo including unconfirmed from mempool within seconds.

instagibbs commented 3 years ago

FYI Core wallet doesn't seem to do this either, if the issue tracker is to be believed.

On Tue, Jan 12, 2021, 6:34 PM haukehess notifications@github.com wrote:

This is also a problem for me. I imported a colcard json into specter, wallet was recognized and all confirmed tx are shown. Mempool is ignored for all tx initiated by wasabi, only those generated by specter itself are recognized.

Electrum (4.0.9) discovers all utxo including unconfirmed from mempool within seconds.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cryptoadvance/specter-desktop/issues/809#issuecomment-758564790, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMAFU3BIRFQPH6ODUVE4SLSZQQUJANCNFSM4VJ4554A .

ben-kaufman commented 3 years ago

Do you know if there's a command to scan the mempool similar to scantxoutset?

BTCBellyButton commented 3 years ago

Same problem here, I think. The total balance is off when there are transactions waiting for confirmation.

Wasabi balance: image

Specter balance: image