Skip to content

Instantly share code, notes, and snippets.

@arnabmitra
Created June 6, 2021 00:33
Show Gist options
  • Save arnabmitra/80e30f03d7fddf7e1cac45cd0c7262c0 to your computer and use it in GitHub Desktop.
Save arnabmitra/80e30f03d7fddf7e1cac45cd0c7262c0 to your computer and use it in GitHub Desktop.
BIP32 - is a method for generating a tree of private keys from a master private key.
BIP39 - is a method for encoding 128-256 bits of random data into 12-24 word phrases from a list of interchangeable 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 facilitate 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