简体   繁体   中英

Python web3: How to get multiple addresses from a Private key?

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.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM