The script type isn't important when recovering funds in Bitcoin core because it can look for all types when scanning for balance.
So if you've successfully imported the private key, it should be able to restore the previous balance once Bitcoin Core finished the rescan.
PS: tried cmd : importprivkey in the new wallet, it returns error: Invalid private key encoding (code -5)
You shouldn't include the <> in "
";
but if you typed it correctly, then you've included invalid characters to your private key. It should start with K or L consisting of 52 characters.
example command:
importprivkey KxQ1ibqgPztpugBjWBuUrBp1TwbuJnzrNHTzhDrRVyzWScMZBmUp
Question: is your Bitcoin Core fully synced to the network after the reinstall? Have you disabled "
prune" settings?
Thanks for the help..! This is exactly what i provided in the Console window for privkey importing:
which triggered the error of "Invalid private key encoding (code -5)"
the thing is, i use this laptop as a COLD wallet, so there is no internet connected to it, and hence it is not synced with the "chain" at all. I have no plan to get it connected to internet to sync up, to keep it COLD(that means, absolutely SAFE).
I have a separate laptop with internet connected , and i also have a portable hard driver. I was following some guidance via google to send out the btc. The guidance says :
0)both laptops should have bitcoin core wallet installed;
1)use the laptop with internet to sync up the main chain and save all the blockchain data(size is ~380 GB) into the portable hard driver;
2) connect the hard driver to the laptop w/o internet, where i can trigger the "sending" operation with a "request message",
3)then copy the "request message" to the hard driver, and then connect the hard driver back to the laptop with internet, to finish signing the request.
In this way , the signature is fulfilled "offline".
---> it is kinda confusing when i try out the solution and no luck so far...
"Have you disabled "prune" settings?"-->No idea what is that. what is "prune" for?
All in all, my goal is to transfer the btc in the legacy address to a hardware wallet. I am open to any solution that is better way to fulfill that, in a safe way.
Thanks again!!