-
Hi there,
I'm going to write code for supporting Monacoin and I'm a little bit confused.
I must fill in values of `MajorityRejectBlockOutdated`.
I guess this is a percentage that described on [vali…
-
Currently only `string, string` is implemented, so we need to do this: `address.VerifyMessage(ByteHelpers.ToHex(request.BlindedOutput), ByteHelpers.ToHex(inputProof.Proof));`.
We need it for `Bitco…
-
I am getting very strange results when trying to parse scripts. Here is an example:
`//Get Data from DB
SqlCommand cmd = new SqlCommand();
cmd.CommandText = "SELECT OutputScript FROM [BTC].[dbo]…
-
Hi Nic,How are you?
I am little bit confused of how to calculate fee rate as we are currently calculating it by
rpcClient.GetFee() method but it is giving high rate than blockchain.info site,Please…
-
I'm trying to understand why we have a NetworkBuilder for creating a Network object, rather than use vanilla property assignment.
I find it easier to understand
1.
```
Network network = new Netw…
-
Bug described and reproduced here: https://github.com/MetacoSA/NBitcoin/issues/396
-
I've been working on an NBXplorer project and ran into a fairly significant snag.
I'm using .net core 2.1 and when referencing any nuget package in the Microsoft.Extensions namespace in any project…
-
Network network = NBitcoin.Altcoins.Litecoin.Testnet;
should be changed to Network network = NBitcoin.Altcoins.Litecoin.Instance.Testnet;
-
Turnes out only `BitcoinPubKeyAddress.VerifyMessage` is implemented.
-
https://github.com/nopara73/MagicalCryptoWallet/issues/73
https://github.com/MetacoSA/NBitcoin/pull/377