privateKey2bitAddre​ss Generator GUI

版本 1.0.2 (5.0 KB) 作者: David Hill
Generates both uncompressed and compressed Bitcoin addresses from private key (either WIF or Hexadecimal)
141.0 次下载
更新时间 2020/6/3

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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