You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to ask if the following would be a proper and safe approach to generating a seed phrase, as opposed to using the generate function in the mnemonic class:
use the native python random function to pick the first 23 words of the seed phrase
iterate over all 2048 words in the word list to find the 8 valid options for the 24th word
use the native python random function again to pick one of the valid 8 seed phrases
Thank you!
The text was updated successfully, but these errors were encountered:
Good morning!
I wanted to ask if the following would be a proper and safe approach to generating a seed phrase, as opposed to using the generate function in the
mnemonic
class:Thank you!
The text was updated successfully, but these errors were encountered: