module Bitcoin
Overview
An example implementation of a Bitcoin account using an Secp256k1
keypair and a Bitcoin network version identifier; only for educational
purposes and should not be used in production.
Defined in:
bitcoin.crConstant Summary
-
BASE_58 =
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" -
The Base-58 alphabet for
Bitcoinaddresses is a Base-64 alphabet without0,O,I, andlto omit similar-looking letters.