-
I want to get rid of my SegWit tainted coins, and keep my untainted Bitcoins. Clearly, untainted coins have more value, as they can always be turned into SegWit coins, but not the other way around.
…
-
Currently, Clarinet's deployment plans supports some kind of Bitcoin transactions but not others, specifically not SegWit or Taproot transactions. The bitcoind program running in Clarinet `integrate` …
-
There are two ways to calculate transaction sizes on the Bitcoin (BTC) chain. The literal way simply takes the total transaction size, but the weighted way discounts bytes in the segwit area by 4x. Bo…
-
[Bitcoin issue 10542](https://github.com/bitcoin/bitcoin/issues/10542#issuecomment-352534442) discusses how to expand the current sign/verify functionality to include Segwit.
The basic idea is to e…
-
**Is your feature request related to a problem? Please describe.**
Having an address format that is different from Bitcoin is detrimental to user experience especially with the upcoming sBTC upgrad…
yknl updated
10 months ago
-
To activate support in Linux full nodes, you should add "-daemon" after bitcoind so the daemon would start
The command should look like:
echo "uacomment=UASF-SegWit-BIP148" >> ~/.bitcoin/bitcoin.c…
-
The code provided works fine with the Xverse wallet, but it throws the following error when trying to sign the transaction with the UniSat wallet.
// error
```js
{
"code": -32603,
"mes…
-
Dear maintainers/contributors
Bitcoinlib version `0.6.13`
Goal:
Use Bitcoin regtest for platform code testing having the availability to provide test users with credit and run our platform t…
-
### Describe the issue
Some of the make check tests are failing with a "bad-no-segwit" message. I have included the contents of my test-suite.log file for further details
### Can you reliably repr…
-
@str4d says:
> `MAX_BLOCK_SIGOPS` does apply to Zcash; it's hard-coded at 20,000, matching pre-SegWit Bitcoin
This limit applies to the sum of sigops in lock (output) and unlock (spend) scripts.
…