Post
Topic
Board Development & Technical Discussion
Re: I made my own code to Create your own Bitcoin address (Python)
by
Phobos_Quake
on 18/12/2024, 17:11:41 UTC
BIP32 is applicable to both Bitcoin and Ethereum: BIP32 is a standard for hierarchical deterministic (HD) key generation and is used in both Bitcoin and Ethereum, among other cryptocurrencies.

Bech32 is used for SegWit addresses. If you're generating a Legacy or P2SH address, you'll need to use Base58Check encoding instead.

And you can see at the end of the code that IT IS showing the WIF format for a private key.