-
We have one in Stratis.Bitcoin.Utilities.ReaderWriterLock.cs, we should remove this one from ConcurrentChain.cs.
-
What could cause **TransactionBuilder.Verify** to return false? This transaction is successfully signed, and I'm able to broadcast it to the blockchain, but for some reason it always returns "false".…
-
NBitcoin's headerchain is going to follow the longest chain, without knowing if the acutal blocks are valid or not. Which may be not be the Bitcoin chain for a couple of days or months until miners ar…
-
At the moment the api/rpc/listmethods call returns a list of RPC methods that looks like this:
```
[
"stop()",
"getrawtransaction(System.String txid, Int32 verbose)",
"gettxout(System…
-
`NBitcoin.ScriptReader` is not `IDisposable`, but it contains inner `Stream`, often `MemoryStream`. Should not this inner stream be disposed?
-
Hi Nic,How are you?
I am little bit confused of how could i create a multisig transaction,I am using HD wallet,the process of transaction creation is given below:
private ApiResult BuildTransac…
-
I run tests in default MSVS Test Explorer, tests are sorted by project. I right click on the project and click "Run Selected Tests" to execute whole group.
**Stratis.Bitcoin.Features.RPC.Tests** -…
-
@nopara73
https://ci.appveyor.com/project/NicolasDorier/nbitcoin/build/4.0.0.92
-
I have automate btc sending from c# webapplication using following code. This following code works sometime but sometime not works.
If i use the transaction.tohex() and paste to https://testnet.smar…
-
Hi Nic,
I have check the nbitcoin and may be some issue with indexing.
https://live.blockcypher.com/btc-testnet/tx/10fa6d8fa236e424c073fda72873779507b7d67b14218b6ee1c9032525b0a34d/
This transa…