-
In the Q&A section I think one bit is wrong:
> Third is that, for non-taproot inputs, the requirement of a single element on the stack after execution is only a policy rule, not a consensus rule.
…
-
Bitcoin introduced a generic mechanism for deploying soft forks usig BIP9: https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki
It has been used to deploy CSV (Check Sequence Verify) and …
-
As for now, I found logic behind your code as best way to increase block size.
Moving max block size regulation to protocol level, away from human hands is only good option to make it once and for ve…
-
I am trying to run Abe on CentOs 7. I am using Python 2.7.5, I downloaded Abe early January 2018. I have bitcoin core running successfully, and my blockchain is completely up to date. Abe ran from Jan…
-
[BIP173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki) ("bech32") enables native segwit transactions on the Bitcoin network. Using it will allow for smaller on-chain transactions. Fo…
-
Hi,
I have a 2 of 3 segwit multisig wallet. When I create a psbt with 4 inputs and finalize it with Libwally 0.8.0 the raw hex gets rejected by Bitcoin Core `bitcoin-cli testmempoolaccept` with an …
-
Steps to reproduce:
1. Dump the private key:
`kevacoin-cli dumpprivkey `
2. Sign a message with private key:
`kevacoin-cli signmessagewithprivkey M_priv_key "test_message"
3. Verif…
-
Thanks so much for creating this tool.
I'm trying to recover my Ledger BIP 39 backup seed (I have all words written down but it doesn't validate). The first account created was a BTC account with …
migu0 updated
4 years ago
-
**Describe the bug**
When I connect to my own electrum server running on localhost, Trezor Suite can only find my Taproot based accounts, but can't find SegWit based accounts with error message "Acco…
-
Here's a link to the integration spreadsheet (view only - pm me on IRC for edit permissions): https://docs.google.com/spreadsheets/d/1W3FrADwOs6--yVJkNzFFmri-TJiYgA5F4yo33BHN-f4/edit?usp=sharing
Th…