privateKey2bitAddre​ss Generator GUI

Version 1.0.2 (4.95 KB) by David Hill
Generates both uncompressed and compressed Bitcoin addresses from private key (either WIF or Hexadecimal)
141 Downloads
Updated 3 Jun 2020

View License

bitAddress_GUI generates both the uncompressed and compressed Bitcoin addresses from any private key input. Input private key and select whether the key is in hexadecimal or WIF format. Hit the generate button to output the compressed and uncompressed Bitcoin addresses in Wallet Import Format (WIF) using base58check. I have checked and verified the outputs with several hundred private key inputs.

Once the addresses are generated, you could use an online QR code generator to distribute your addresses.

For example:
a private key input of: 5JiTk8LbFsGXXsDKCDhAipHBvQ9jxxKTNhTcCTXTXFk2HRHMcG3 (in WIF format) generates outputs of:
compressed address: 1UARw6LXwxTDxuZGmA7k7DcUXmvBSh1Xi
uncompressed address: 1PAxNfKfAwryAgHYczVi7RV2bknRwdvzd6

Cite As

David Hill (2024). privateKey2bitAddress Generator GUI (https://www.mathworks.com/matlabcentral/fileexchange/74448-privatekey2bitaddress-generator-gui), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2

Small change to ripemd160 function made

1.0.1

Upon testing on several hundred private keys, I discovered a small problem in a small percentage of cases. This update corrects the problem.

1.0.0