Created
January 5, 2021 19:21
-
-
Save emadflash/7d586e04c913175b7e505e517f7ad381 to your computer and use it in GitHub Desktop.
generating bitcoin private key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1: Generate a random set of data | |
Step 2: Convert random data to 256-bit number | |
Step 3: Verify Number | |
Step 4: Add version number | |
Step 5: Add 32 bit checksum | |
Step 6: Convert new hexadecimal to base58 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment