-
Hi, I have some confusion about implementation, apologies in advance for my misunderstanding.
I would like to create p2wpkh addresses but in doing so on testnet my address is not recognised. I als…
-
I did try send command to **http://127.0.0.1:8332/** with next $_POST params:
`{"method":"paytomany","params":[{"outputs":[{"1JSRYx9oiti21y6zNiZsvHfQnrnDhdDT4J":"0.00000001"},{"1CHdhn8c8bVcMKzLD4M8s…
-
I'm not sure if this is an issue with bitcoin testnet or with nbitcoin but when I'm running stratis.bitcoind on bitcoin testnet I'm getting lots of tx rejected to mempool because of this condition.
…
-
I am still debugging this, obviously, but after adding debug logging to chain/script.cpp as follows:
```
bool script::is_pay_to_witness(uint32_t forks) const
{
const auto this_id = boost::th…
-
I read this article
https://medium.com/@jb395official/testnet-and-qtum-mainnet-performance-january-1-8-e7af03a5d430?source=linkShare-e4ec3fe25e9e-1530316659
I’m evaluating Qtum for an industry th…
-
I noticed that a new output called "root_state_hash" need to add to the coinbase transaction since the hard fork `551111`. In addition, a new transaction called "coinstake" need to add to the block as…
-
My node running Satoshi:0.14.2 currently (block height 480326) shows 9889 transactions in the mempool, but https://blockchair.com/bitcoin/mempool/transactions only shows 7206.
I'm not sure what fil…
-
Altcoins use constants for `coin_type'` path in `bip32` that are defined in [slip-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md). But `Trezor` does not validate this path for alt…
-
I have my bitcoind configured to generate blocks up to 980 kB (allowing 5 kB for the coinbase transaction plus 15 kB of headroom). If I check `bitcoin-cli getmininginfo`, I consistently see a currentb…
-
Right now, if a transaction isn't understood by the current parser, it gets thrown into the InvalidTransactions table and ignored. There are many reasons why transactions can be thrown into that table…