Next scheduled rescrape ... never
Version 2
Last scraped
Edited on 08/06/2025, 11:38:26 UTC
and get error saying Private KeySame problem for Address ******me too and i know the password is not known (code -4)correct. I get "null" in bitcoin core when I execute "walletpassphrase" command.
You probably created a descriptor walletThat's normal: it worked. I understand there are good reasons for Bitcoin CoreJust continue what you wanted to switch, but I find it annoying to deal withdo. Getting a private key is a lot of work.

I'm not even sure if the latest version still allows non-descriptor wallets, so I just used version 26.1. That link shows how I did it from the command line. In short:
Code:
~/bitcoin-26.1/bin/bitcoind -noconnect -deprecatedrpc=create_bdb -datadir=/dev/shm/bitcoin
sleep 5 #wait a few seconds
~/bitcoin-26.1/bin/bitcoin-cli -named -datadir=/dev/shm/bitcoin createwallet qr descriptors=false
~/bitcoin-26.1/bin/bitcoin-cli -datadir=/dev/shm/bitcoin getnewaddress

Running windows 8You did just reply to a post from 11 years ago.1
Are you sure you want to be using outdated Windows software for this?I hate it when I miss that <br>
Version 1
Scraped on 01/06/2025, 11:43:29 UTC
and get error saying Private Key for Address ****** is not known (code -4)
You probably created a descriptor wallet. I understand there are good reasons for Bitcoin Core to switch, but I find it annoying to deal with. Getting a private key is a lot of work.

I'm not even sure if the latest version still allows non-descriptor wallets, so I just used version 26.1. That link shows how I did it from the command line. In short:
Code:
~/bitcoin-26.1/bin/bitcoind -noconnect -deprecatedrpc=create_bdb -datadir=/dev/shm/bitcoin
sleep 5 #wait a few seconds
~/bitcoin-26.1/bin/bitcoin-cli -named -datadir=/dev/shm/bitcoin createwallet qr descriptors=false
~/bitcoin-26.1/bin/bitcoin-cli -datadir=/dev/shm/bitcoin getnewaddress

Running windows 8.1
Are you sure you want to be using outdated Windows software for this?

Same problem for me too and i know the password is correct. I get "null" in bitcoin core when I execute "walletpassphrase" command.
That's normal: it worked. Just continue what you wanted to do.
Original archived Re: Need Help Bitcoin Core "private key for address is not known (code -4)"
Scraped on 01/06/2025, 11:38:33 UTC
and get error saying Private Key for Address ****** is not known (code -4)
You probably created a descriptor wallet. I understand there are good reasons for Bitcoin Core to switch, but I find it annoying to deal with. Getting a private key is a lot of work.

I'm not even sure if the latest version still allows non-descriptor wallets, so I just used version 26.1. That link shows how I did it from the command line. In short:
Code:
~/bitcoin-26.1/bin/bitcoind -noconnect -deprecatedrpc=create_bdb -datadir=/dev/shm/bitcoin
sleep 5 #wait a few seconds
~/bitcoin-26.1/bin/bitcoin-cli -named -datadir=/dev/shm/bitcoin createwallet qr descriptors=false
~/bitcoin-26.1/bin/bitcoin-cli -datadir=/dev/shm/bitcoin getnewaddress