Skip to content

Conversation

@mbonenberger
Copy link

Script was failing, because it converted private_key_bytes into a list, which led to an error.

I also removed print ("Enter a mnemonic string:") and revised pw = getpass() to pw = getpass("Enter a mnemonic string: ") so that the script does not ask for a password, which I found confusing.

Finally, I revised the wallet derivation path to m/44'/1022'/1'/525'/1460'/1', because this was where the first address generated with the seed was located in Radix Wallet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants