The WIF private key provides information
to recreate a private/public key pair.
- Bitcoin Hash Checksum
- double SHA256(input)
- First 4 bytes of digest.
- Version byte:
- Mainnet: 0x80
- Testnet: 0xEF
- Compression Marker (0x01) ommited if associated public key is uncompressed
- Base58 Encoding
- Base58 encoded WIF begins with:
- Mainnet/Compressed: K/L
- Mainnet/Uncompressed: 5
- Testnet/Compressed: C
- Testnet/Uncompressed: 9