bitcoin_tools icon indicating copy to clipboard operation
bitcoin_tools copied to clipboard

support segwit?

Open Mahsa-Bastankhah opened this issue 4 years ago • 1 comments

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

Mahsa-Bastankhah avatar Oct 13 '20 15:10 Mahsa-Bastankhah

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.

sr-gi avatar Oct 19 '20 12:10 sr-gi