A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/workflow/CreateAPayToPublicKeyHashBitcoinAddress.html below:

Create a Pay-to-Public-Key-Hash Bitcoin Address—Wolfram Language Documentation

WOLFRAM Consulting & Solutions

We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technology expertise.

WolframConsulting.com

Create a Pay-to-Public-Key-Hash Bitcoin Address

Generate a P2PKH address and a QR barcode to make basic transactions on the Bitcoin blockchain network.

Using Bitcoin Mainnet... Generate the keys

Use GenerateAsymmetricKeyPair to create a Bitcoin key pair to be used for sending and receiving bitcoin:

Encode the keys

Use BlockchainKeyEncode to derive a unique new Bitcoin address from the public key:

Create QR code

Use BarcodeImage to create a QR code associated with this Bitcoin address:

Send QR code

Use SendMessage to send the address and QR code to your mobile device:

Save the private key

Use Export to save the private keys to a .wl file for later use:

Using Bitcoin Testnet... Generate the keys

Use GenerateAsymmetricKeyPair to create a Bitcoin key pair to be used for sending and receiving bitcoin:

Encode the keys

Use BlockchainKeyEncode to derive a unique new Bitcoin address from this public key:

Create QR code

Use BarcodeImage to create a QR code associated with this Bitcoin address:

Send QR code

Use SendMessage to send the address and QR code to your mobile device:

Save the private key

Use Export to save the private keys to a .wl file for later use:

Notes For this workflow to be useful, you need to have existing bitcoin in your wallet.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4