-
-
It takes about a second to derive the next key from an ExtendedKey. Perhaps this library can make use of JSInterop for the Webcrypto APIs when the platform is 'browser'.
-
When I run
var client = new QBitNinjaClient(network);
var balance = await client.GetBalance(address, true);
Console.WriteLine(balance.Operations.Count());
It always outputs 0 even though I hav…
-
I show sent and received transactions in my UI, is there a function to find the fee that was paid for spent outputs at least? Or dies it have to be manually calculated?
Thanks
ghost updated
5 years ago
-
@NicolasDorier
My goals is sweep "scrap" a wallet but limiting the maximum fee i want to pay putting only few inputs as necessary, if this limit are reach based on transaction size and feerate i bui…
-
Hi, just found out about your project, very useful!
Question about the [transactions function](http://docs.qbitninja.apiary.io/#reference/transactions/retrieve-a-transaction/get), would it be possibl…
-
When faced with the task of implementing the generated interfaces in terms of pre-existing types that are not open to extension, additional boilerplate classes are required in order to facilitate the …
-
I've successfully setup QBitNinja using Bitcoin Core. I am having trouble configuring with litecoin. The readme just specifies with Bitcoin Core. Is it safe to assume that i'll need to install litecoi…
-
Using ```master``` version on Fedora Linux, Bitcoin Core ```v27.1```
Config stored at ```/home/.user/settings.config```
```
btc.rpc.url=http://127.0.0.1:8332
btc.rpc.user=bitcoin
btc.rpc.passwo…
-
At this page:
https://github.com/youngmtool/ProgrammingBlockchain/blob/master/bitcoin_transfer/spend_your_coin.md
At this sentence:
/Generate a TxOut for hallOfTheMakers.
TxOut hallOfTheMakersTx…