bitcoin-rpc-client icon indicating copy to clipboard operation
bitcoin-rpc-client copied to clipboard

Java Bitcoind RPC helper class

Results 15 bitcoin-rpc-client issues
Sort by recently updated
recently updated
newest added

Please add the ability to use an external config or additional client initialization parameters with an explicit indication of such connection parameters as: ``` user password host port ``` This...

Bitcoin 0.21 API contain a method that called `signrawtransactionwithwallet`. In the library the method does not exists. [https://bitcoincore.org/en/doc/0.21.0/rpc/wallet/signrawtransactionwithwallet/](https://bitcoincore.org/en/doc/0.21.0/rpc/wallet/signrawtransactionwithwallet/)

Hi, The `rescanblockchain` method is absent. It is a really useful command to insert several private keys without rescanning and only rescan once they are all inserted. The BitcoinRPCClient as...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I'm using this library to interact with Bitcoin node developed by parity-tech ([link](https://github.com/paritytech/parity-bitcoin)). And I have problem to connect parity-bitcoin node because it requires header value 'Content-Type' with 'application/json'. After...

Sometimes it throws the following exception: ``` Exception in thread "main" java.lang.ClassCastException: java.lang.Long cannot be cast to java.math.BigDecimal at wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient.getDifficulty(BitcoinJSONRPCClient.java:1005) ``` It occurs because bitcoin core not always return a...

I'm having problems finding a java library that is easy to use to connect to the bitcoin core api. Finally found this, but I need the getBlockTemplate function. Are there...

### Missing blockchain methods supported in 0.17.0 are ... * getblockheader "hash" ( verbose ) * getblockstats hash_or_height ( stats ) * getchaintips * getchaintxstats ( nblocks blockhash ) *...

feature

For listSinceBlock rpc call, the default value of include_watchonly is false. In my cases, we only add addresses in wallet not private keys. So I need add the parameters.

Since https://github.com/bitcoin/bitcoin/pull/12953 i wish have to work with new commands. but there is a way to do that in your client ?