-
Hi, I am trying to mint my own taproot assets and I followed the steps:
- Launched bitcoin testnet with `bitcoind`, where the `bitcoin.conf` looks like:
```
txindex=1
rpcuser=umi
rpcpassword=what…
-
-
# Implement SegWit v1 Taproot
## Introduction
This is a mega thread to summarize the efforts of upgrading Wasabi Wallet to segregated witness version 1, and implement the taproot functionality. …
-
This tracks the work necessary to spend P2TR outputs containing scripts.
Since signatures for the key-path spend and for each tapleaf are distinct, the interface should take that into account; the …
-
This will be a place to brainstorm ideas...
Needs:
1. Tagged Hashes (maybe make a smaller separate package)
2. Taproot builder (can we wedge this into the existing Payments API??? it seems to a…
-
Hello everyone, I am trying to create a transaction using btcwallet.
## Situation
I am using simnet based on https://gist.github.com/davecgh/2992ed85d41307e794f6. My transactions have two inputs a…
-
As suggested here https://github.com/rust-bitcoin/rust-miniscript/pull/275#pullrequestreview-805441757
-
After reviewing [this example](https://github.com/sanket1729/rust-miniscript/blob/tap_example/examples/tap_script_spend.rs) I decided to try to test it and implement it on testnet however, unfortunate…
-
https://github.com/bitcoin-core/btcdeb/blob/master/doc/tapscript-example-with-tap.md#generating-a-taproot-commitment
When running the example it gives an error about an invalid script instead of disp…
-
Hey bro, Im excited about using your lib to generate Taproot address and It did work for my case.
But as I reading Vectors from bip86 https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki …