Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin Core wallet spends BTC 0.07!! USD 4000!! to make two small dust sendings
by
nc50lc
on 03/12/2021, 08:39:57 UTC
Status: 0/ubekreftet, ikke i minnepool
There's something that causing your transactions to get rejected from your own mempool.
There are a few reasons and the most common in not-yet-synced client is if at least one of the input that you've used is invalid.

You must wait for it to fully sync before trying to spend from that "offline-saved" balance.

You can also try to manually broadcast it and see what mempool-related error you'll get:
  • In the transactions tab, right-click on one of the transactions, then select: "Copy raw transaction"
  • Open the console (Window->Console), then type: sendrawtransaction "Your_Copied_RAW_Transaction"
  • And it should return with an error which the reason why those aren't successfully sent.

If it somehow proceed, then there could be in your setting that's preventing txn broadcast like blocksonly=1.