Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: NotATether on March 05, 2022, 08:47:48 AM



Title: Python code to generate private key from BIP39 seed phrase and path
Post by: NotATether on March 05, 2022, 08:47:48 AM
Need to quickly get some Python for deriving private keys at a path given a seed, as I'm trying to create payment addresses for users on my website. (The addresses will be used in my Flask server and stored in a database.)

The seed phrase itself is going to be stored in some libsodium-kind of container, so no need to worry about that.