Skip to content

This tool converts your extended private key to the usual wallet import format (WIF).

Notifications You must be signed in to change notification settings

geniusprodigy/bitcoin-convertpvk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

About

This tool converts your extended private key to the usual wallet import format (WIF).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages