-
As I know, Stratis is a C# implementation of Bitcoind, I trying to use the same RPC call of BTC to act with Stratis. But after try it, I got some problem with it.
1. I try to call the getrawtransacti…
-
I'm trying to generate HD wallet for an altcoin. Could it be done in this library?
I found altcoin version mapping from https://github.com/libbitcoin/libbitcoin/wiki/Altcoin-Version-Mappings
or ma…
utarn updated
6 years ago
-
This library is not being updated along with the NBitcoin?
ERROR = Method not found: 'Byte[] NBitcoin.BitcoinSerializableExtensions.ToBytes(NBitcoin.IBitcoinSerializable, NBitcoin.Protocol.Protocol…
-
The BIP158 was updated with the testvector. Our implementation is a pure filter one so, we have to build the BasicFilter and ExtendedFilter on top of our generic filter.
Test vectors referenced her…
-
According to https://en.bitcoin.it/wiki/Private_key#Base58_Wallet_Import_format , WIF strings should be 51 characters long and start with "5" for MainNet.
However, I'm not getting this result with …
-
Using very last commits. 05f889d..2e572a3
Was trying to highlight an input in Coinjoin tab soon after sorting by "Status" and many transaction confirmed at once., UI froze for at least 45sec before…
-
Hello,
It seems because of recent upgrade of Bitcoin ABC daemon (version 0.17.1 - the hardfork of bitcoin cash), while connecting to the node I get version handshake error from NBitcoin: "The node …
-
We need to investigate removing or refactoring BitcoinUrlBuilder as it is only currently used in NBitcoin's unit tests.
-
I'm implementing the data structures and algorithms for bip157 and bip158 in NBitcoin. Using the [test vectors referenced by the bip158 document](https://github.com/bitcoin/bips/blob/master/bip-0158/t…
-
I'm implementing Monacoin support that isn't implemented PoW related code.
This issue will not reproduce on Scrypt based coins.
I got an error with logs below.
I'm not sure but it seems `SkipPoWC…