Complete bitcoin cold wallet, address and secret, text & QR

版本 1.1.0 (18.1 KB) 作者: Marcelino Ferri
Script solving all the operations required for the generation of an offline BTC "cold wallet".
163.0 次下载
更新时间 2023/3/13

查看许可证

The main functions (BTCwallet and QuarkBTCwallet) perform all the operations required for the generation of a bitcoin "cold wallet", from a simple "entropy pump" dependent on mouse movement to the offline generation of QR codes for the bitcoin address and secret key. The included scripts, which can be invoked individually, perform the SHA256 and ripemd160 hashes, the ECDSA cryptography in the secp256k1 curve as well as the bi-directional hex to base58 conversion.
QuarkBTCwallet assigns, for each bitcoin address, three paper "Quark" wallets each containing two-thirds of the private key. This minimizes the risk, because even if one of the three paper wallets is lost or stolen, we don't lose our bitcoins as long as we keep two out of three cold wallets.
The inclusion of QRencoder.m and the detailed explanations in the "Entropy bomb" section of BTCwallet.m are intended to make everything transparent and secure, by not relying on third party applications or online connections.

引用格式

Marcelino Ferri (2024). Complete bitcoin cold wallet, address and secret, text & QR (https://www.mathworks.com/matlabcentral/fileexchange/76562-complete-bitcoin-cold-wallet-address-and-secret-text-qr), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
与 R2010a 及更高版本兼容
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0

We have added an extra layer of security, evaluating if your version of Matlab is running smoothly. If there is a version conflict, the execution is stopped. The mathematical linkage between your public/private wallets is guaranteed.

1.0.2

Adding an image, no changes in code

1.0.1

Small details affecting figure numbers, comments in the script, names of functions, etc. Equally functional than version 1.0.0

1.0.0