-1

Hello and thank you for your help.

I need to generate a big amount of bitcoin BASE58(P2SH) Addresses (starts with '3') and their private keys using python, or also with other methods you know, i just need to generate them.

I've tried a lot of methods also found here but didn't work. (problems like i've genereted the addresses but the private key doesn't work).

I'll apprecciate your help.

Best Regards.

giuliaresto
  • 13
  • 1
  • 2
  • 5

1 Answers1

-1

You can use the BTCPY library to do it. https://github.com/chainside/btcpy

There are many examples about how to do it in the documentation. Basically, you can use a private key to generate a public key, and then, generate the addresses from it.

brunoerg
  • 208
  • 1
  • 6