bitcoinlib
bitcoinlib copied to clipboard
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I'm new to Bitcoin/Blockchain so please forgive me if I'm missing something obvious here... And thank you so much for your fantastic C#/.NET library and samples. I am going through...
FundRawTransaction has an array of options that was not previously exposed.
Hello, I am writing a little script to split coins from one address into four. So far, only using the testnet and BitcoinCore 0.21. When calling some of the methods...
On a fresh Bitcoin Core (>= v0.20.1) ICoinService.IsWalletEncrypted returns `true` even though the wallet is *not* encrypted.
By default, Bitcoin Core generates unique login credentials each time it restarts and puts them into a file readable only by the user that started Bitcoin Core, allowing any of...
When calling GetRawMemPool(true) it throws this exception: {"Unkown property: fees in GetRawMemPool()"}
When using for example the method `ICoinService.GetBalance()`, it would be nice to be able to read from the function description (formally: "documentation comments") which units a function returns. Is it...
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the `createwallet` command with a unique id and the connection can have the `--rpcwallet` with the same...