Author

Topic: Bitcoind UTXO address private keys not in wallet (Read 183 times)

legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
Did you tried to dump the private key of the address(The unspent address) using console and this command dumpprivkey

Can you try this command line in the console below.
Code:
validateaddress "address"

To check if you own this address
it should show something like this below.

Quote
{
"isvalid" : true,
"address" : "1umybitcoinaddress54321",
"ismine" : false,
"account" : ""
}

If the 'ismine' shows "false" it is not your wallet address but if the result is "true" you own that address.
legendary
Activity: 1652
Merit: 1007
Is there a reason why a transaction's unspent output would go to an address which the wallet says it doesn't own? The transaction consists of 2 inputs (which are owned by the wallet) 1 spent output, also owned by the wallet, and 1 unspent output seemingly not owned. Cant find the private keys anywhere for that unspent address Huh Huh Huh

Bitcoin Core 0.17.1

Is the wallet balance not affected? If not, the unknown private key is in there somewhere. To quickly resolve this, move all balance into another address you control.
legendary
Activity: 1624
Merit: 2481
What you are describing (with your 2 input - 2 output transactions) sounds like a standard transaction.

2 Inputs (from your wallet) -> 1 output (to the recipient) + 1 output (change to your wallet).

Did you send a transaction, or did it happen 'automatically' ?
Where did you try to send the TX to ? To another address in your wallet ? Or to another person / wallet ?
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
The transaction consists of 2 inputs (which are owned by the wallet) 1 spent output, also owned by the wallet, and 1 unspent output seemingly not owned. Cant find the private keys anywhere for that unspent address Huh Huh Huh
if the nature of this transaction is payment transaction then that looks normal
the two inputs are the source of your bitcoin, and the spent output is the change that has already been used
while the unspent output belongs to the person you are sending the bitcoin to
newbie
Activity: 2
Merit: 0
Yup, ran list unspent and its not there... Is it possible that the address somehow got removed from the wallet?
legendary
Activity: 2758
Merit: 6830
Are you sure you don't own it? Maybe that's your change address.

Run listunspent in Core's console and see if the UTXO is there.
newbie
Activity: 2
Merit: 0
Is there a reason why a transaction's unspent output would go to an address which the wallet says it doesn't own? The transaction consists of 2 inputs (which are owned by the wallet) 1 spent output, also owned by the wallet, and 1 unspent output seemingly not owned. Cant find the private keys anywhere for that unspent address Huh Huh Huh

Bitcoin Core 0.17.1
Jump to: