Skip to content

Instantly share code, notes, and snippets.

@gianlucamazza
Forked from miguelmota/notes.md
Created November 21, 2020 00:37
Show Gist options
  • Save gianlucamazza/f7fe2057ec241aabd58edfce0fc7270a to your computer and use it in GitHub Desktop.
Save gianlucamazza/f7fe2057ec241aabd58edfce0fc7270a to your computer and use it in GitHub Desktop.
BIP32 vs BIP39 vs BIP44
  • BIP32 - is a method for generating a tree of private keys from a master private key.
  • BIP39 - method for encoding 128-256 bits of random data into 12-24 word phrases from a list of interchangable 2018 words, and then turn those phrases into a 64 byte hash.
  • BIP44 - is a method for structuring a private key tree in a specific way that will facilate usage/restoration/discovery of multiple accounts for multiple purposes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment