How can I change compressed priv key to priv key? or just to wallet import format?
Hi there, on linux you can use this script
bitcoin.shhttps://github.com/grondilu/bitcoin-bash-tools/you run it simply from the command line
source ~/bitcoin.shnewBitcoinKey 0x8010b1bb119ad37d4b65a1022a314897b1b3614b345974332cb1b9582cf03536The first command activates the script
the second command translates your private key to compressed and uncompressed wif so you can import it to bitcoin core:
Once you see the address with your funds, you have won!importprivkey your keyIf there is problem with script, try entering the key in reverse order for example:
aabbcc.........8899
9988.........ccbbaa
(because sometimes keys are reversed)
good luck