0

Is it possible for me to get multiple public address using python web3?

I want to create a unique public address for each of my customers from my private key in python web3.

1 Answer 1

2

You cannot create multiple addresses from a private key, because each private key corresponds one public key.

You can create multiple private keys from a seed.

Sign up to request clarification or add additional context in comments.

2 Comments

But How can I generate new accounts from a node? I guess we can generate a new account from a passphrase.
yes, you need to generate new accounts from the passphrase

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.