-
I came across this while investigating why our tests consume so much CPU. I found that AddressManager has Select method which generate random indexes into large table until it succeed and fine one pee…
-
public static IEnumerable GetIndexes(this TxOutList me, Script script)
-
We are using some BouncyCastle classes those are not in NBitcoin: https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi/Crypto/BlindingRsaKey.cs
This requires us to include BouncyCastle…
-
@nicolasdorier what do you think of this?
This'd be MoneyUnit.BTC by default.
-
It takes around a second to build and send a transaction.
90% of that time is consumed by executing this line of code in the `WalletTransactionHandler.cs`:
`var privateKey = Key.Parse(wallet.Encr…
-
My issue is " i can only listen to the transaction on the address A and cannot listen deposit event on address B". Below is my code, can you take a look on this. And should we make a rest api call bac…
-
I'm trying to split generating and executing transaction. I'm doing:
//first step:
var txBuilder = new TransactionBuilder();
var txResult = txBuilder
.AddCoins(coins.Fi…
-
In the latest version of NBitcoin (4.1.1.20), I receive a warning when I use Transaction.Parse(...):
_Transaction.Parse(string)' is obsolete: 'You should instantiate Transaction from ConsensusFactory…
-
I am attempting to extract the xpub for a single Bitcoin account on a Trezor (using the Trezor COnnect API), and then derive receive/change addresses for that Trezor within C# code (using the NBitcoin…
-
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…