-
I believe it's time to seriously review the proof of work algorithm used in Monero in light of the very serious consequences we have all witness with mining centralization in the Bitcoin community.
…
-
_UPDATE_: PR for this is here: https://github.com/trustwallet/wallet-core/pull/3233
## About
In order to implement [BRC20](https://domo-2.gitbook.io/brc-20-experiment/), we need to support the […
-
bitcoin-cli getwalletinfo-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
60c93e3462c303eb080be7cf623f1a7684b37fd47a018ad3848bc23e13c84e1c bitcoin-0.20.1-aarch64-linux-gnu.tar.gz
55b577e0fb306fb429d4…
-
By default, bitcoin core has minRelayTxFee of '0.00001000' or 1000 satoshi per 1000 bytes.
This should be the same as 250 satoshi per kiloweight, but it's *not* since it internally uses vbytes (whi…
-
I remember I used bitcoin core to sync btc full node on EC2 (200+G) in one day. But I used `btcd` to sync full node -- two days later it just synced 108G ?
The EC2 config is the same.
-
Resourceful Inputs: Transactions with a large digit of input might procure higher gas fees It is preferable to integrate inputs, in order to not proclaim any loss
Wait During Busy Network situatio…
-
I know it's a common problem, but I can't solve this.
I have already done CPFP by spending the output of the closing transaction with a higher fee, but in this case, I cannot see my UTXO.
Stuck tr…
-
I'd like to calculate/derive, how many byte a specific `Transaction` weighs after being mined.
There are 3 members on `Transaction` that deal with sizes:
- `virtualSize`
- `weight`
- `byteLength…
-
Why does not enable sighash default for non-taproot transaction(i.e. p2pkh, p2sh, p2wpkh, p2wsh)?
I think it's great BIP341 adds sighash default to save a single byte, which could be huge in aggregat…
-
https://github.com/btcsuite/btcd/pull/840#discussion_r86944399
> about addrmgr. I've mentioned a few times as well that it's probably the package that needs the most improvement/cleanup in the enti…