-
From the new Android app, after merging from the current master branch. I created a wallet while it was synchronizing, but that might not be relevant.
I repeated my actions from a clean start but …
-
Hi,
Does anyone know how to get the balance associated with a private key.
For example, I have a private key, and I know it has transaction i.e. money stored and associated with the private key …
-
-
I've read over the mandatory reading at [here](https://programmingblockchain.gitbooks.io/programmingblockchain/content/wallet/web-api.html) and after playing around with QBitNinja I'm still confused a…
-
Steps to reproduce:
1. Load a solution in VS4Mac 7.4.build1033 that contains a Xamarin.Android app.
2. Switch the build configuration from DEBUG to RELEASE.
3. Right click on Xamarin.Android projec…
-
I tried to read the tutorials and eBook and couldn't find any reference - is there a way to use the NBitcoin package in order to listen to messages, transactions, confirmations, ect going on live in t…
-
- This should be applied styling and documentation
- Need to change to use the asyncloop
- Rename this component to avoid collisions with NBitcoin
- Remove not used methods
-
```csharp
builder.SendEstimatedFees(feeRate);
var tx = builder.BuildTransaction(true);
Assert.True(tester.Client.Broadcast(tx).Success); // BCH: Transaction 3d13e1a11893ba832319eef1a0c77d397dc8cc7…
-
Currently the estimatefee methods of the RPCClient are quite confusing.
![](https://i.imgur.com/tfd5WXH.png)
I have three suggestions:
## 1. Remove `estimatefee` related deprecated by functio…
-
is there any functionality that when transaction received in the wallet than it call a specific URL and update transaction in my local DB?