privateKey2bitAddre​ss Generator GUI

Versión 1.0.2 (4,95 KB) por David Hill
Generates both uncompressed and compressed Bitcoin addresses from private key (either WIF or Hexadecimal)
141 descargas
Actualizado 3 jun 2020

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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