kristapsk / bitcoin-scripts

Various shell scripts, mainly to be used together with Bitcoin Core (bitcoind or bitcoin-qt) wallet. Fake coinjoin, ricochet, poor man's cli block explorer.
81 stars 30 forks source link

bech32m / P2TR (taproot) support should be added to calc_tx_vsize() and get_bitcoin_address_type() #12

Open kristapsk opened 2 years ago

kristapsk commented 2 years ago

https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki

https://bitcoinops.org/en/tools/calc-size/

kristapsk commented 2 years ago

For fake coinjoins, should be added only after merging https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1084 and having next JoinMarket release.