Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin Core wallet spends BTC 0.07!! USD 4000!! to make two small dust sendings
by
LoyceV
on 13/12/2021, 21:34:29 UTC
Running listaddressgroupings gives 5 addresses:

Blockchain explorer says about these 5 addresses:

1 address with Btc 1.00
1 with Btc 0.2262   The current value of this address is 0.22626603 BTC
1 address with 0.11000000 BTC
One empty
One empty
I foud the same results for the addresses you sent me. For transparency, I'll quote myself here:
For privacy, I used my own list of addresses instead of Blockchair. This is what I get:

~list of addresses~

The gray ones are empty, the other balances are in satoshi. I don't know what happened to your wallet file, but if this is correct, you should try to get the private keys out.

I would try this in Console (starting with the lowest balance, just in case):
dumpprivkey 1NCHQD3tP7gSR9wVo3qnwqFDSSshEBweCq
DO NOT share the private key!

If there's a password on your wallet, enter this first:
walletpassphrase "passphrase" timeout
Quote
Examples:

Unlock the wallet for 60 seconds
> bitcoin-cli walletpassphrase "my pass phrase" 60

If you can get the private key, there are several options from there. If you can't get the private key, I'm not sure what's next to try.