sr-gi / bitcoin_tools

Python Bitcoin tools
BSD 3-Clause "New" or "Revised" License
293 stars 94 forks source link

support segwit? #25

Open Mahsa-Bastankhah opened 3 years ago

Mahsa-Bastankhah commented 3 years ago

does this library support segwit transaction? I mean can I create a segwit trx using this library?

sr-gi commented 3 years ago

It does not currently. I started to add SegWit support on the split branch but I currently have no time for actively develop this.

I'd suggest you use https://github.com/summa-tx/riemann or https://github.com/petertodd/python-bitcoinlib if you're looking for something more production ready that supports SegWit.