Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 919 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 919 Bytes

bitcoin-convertpvk

This tool converts your extended private key to the usual wallet import format (WIF). The tool is simple and lightweight.

Hexadecimal extended private key example: 0C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D

This can not be imported by the bitcoin wallets, but if converted to the valid WIF format, it works! The script converts this key to: 5HueCGU8rMjxEXxiPuD5BDku4MkFqeZyd4dZ1jvhTVqvbTLvyTJ

USAGE:


pkconverter.py >private key extended hex here<

i.e

pkconverter.py 0C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D

output: 5HueCGU8rMjxEXxiPuD5BDku4MkFqeZyd4dZ1jvhTVqvbTLvyTJ


If you need any support, just contact me. Reddit: https://www.reddit.com/user/genius360 Email: geniusprodigy@protonmail.com

If this helped you, please leave a tip. BTC Address: 1FrRd4iZRMU8i2Pbffzkac5u4KwUptmc7S Use at your own risk. I am not responsible for any use.