How to Generate a Bitcoin Address — Step by Step


Original Post used with permission from: https://medium.com/@jordan.baczuk/how-to-generate-a-bitcoin-address-step-by-step-9d7fcbf1ad0b
How to Generate a Bitcoin Address — Step by Step
Introduction
This is a hands on, technical guide about the generation of Bitcoin addresses including private and public keys, and the cryptography involved.
This guide will walk you through all the steps to generate a Bitcoin address using the command line on a Mac. Similar steps should be possible on other operating systems using similar cryptographic tools. Lines starting with $denote terminal commands, which you can type and run (without the $ of course).
Mac Terminal (iTerm 2)
Dependencies
brew — Installation: https://brew.sh/pip — Installation: sudo easyinstall piplibressl — Installation: brew install libresslbase58 — Installation: pip install base58
Read More