Tag: json-rpc

1 Is there any RPC Java library using which I can call lite coin methods? 2018-08-03T12:18:26.050

1 Deposit flow, user balances 2018-08-23T09:55:03.923

1 RPC Command to send from multiple accounts to one account (default - "") in same wallet 2018-09-29T02:28:31.203

1 How to get staking balance using RPC commands 2018-10-01T20:14:57.237

1 Fixing "Block not found on disk" rpc error 2018-10-02T05:33:38.670

1 Why is there an addrlocal field in the output of the RPC call getPeerInfo, and how SPVs handle it? 2018-10-03T17:15:16.023

1 0.17 Specify Wallet with RPC/curl 2018-10-09T19:12:04.807

1 How to use electrum RPC to get address balance on windows 2018-10-17T19:43:21.297

1 How can I set the rpc user credentials in Insight to connect to a custom node? 2018-10-31T09:54:49.697

1 In which file node rpc details stored in Insight-api 2018-11-03T05:31:00.260

1 how to dump private key from multisig address 2018-11-26T10:24:21.887

1 how to set the transactions fee using the RPC call? 2018-11-30T10:59:19.120

1 Which Bitcoin RPC call is used for setting transaction priority? 2018-12-05T12:48:06.970

1 Passing a wallet to rpcwallet in bitcoind JSON RPC 2018-12-15T14:17:53.147

1 can not access via RPC to litecoin node 2019-01-13T22:06:41.617

1 Why estimatesmart fee returning the same fee for diffeent blocks number? 2019-01-17T09:25:17.780

1 How to perform automated mining in regtest mode? 2019-01-18T10:25:46.860

1 When using createrawtransaction, are the outputs ordered as they are presented within the request? 2019-01-22T06:30:34.907

1 Recommended way to automatically retry sending of bitcoin via JSONRPC upon failure 2019-02-05T05:02:57.273

1 How to discover startup flags or command-line options for bitcoind? 2019-02-13T18:23:37.493

1 where is located the implementation of getaddressutxos method of litecoin rpc 2019-02-13T18:43:38.153

1 What does -server option do? 2019-02-17T20:34:17.683

1 estimatesmartfee outputs very different results 2019-02-27T16:26:14.240

1 Submitt transaction with custome fee 2019-04-02T05:36:40.777

1 Notify when new transaction is arrive in a bitcoin address 2019-04-25T04:23:55.823

1 bitcoin-cli deriveaddresses always returns an error 2019-05-07T12:53:24.020

1 How to use deriveaddresses via a curl command 2019-05-08T16:59:37.850

1 How does the wallet prioritise keypool addresses imported via importmulti? 2019-05-09T18:28:24.397

1 How to request a list of blocks using bitcoin-cli? 2019-06-05T17:27:25.330

1 How to get balance for a label 2019-06-09T00:42:31.840

1 Access Kucoin OHLC data from API? 2019-06-13T12:04:37.667

1 listreceivedbyaddress missing transactions after restore 2019-06-16T12:37:23.067

1 When I use importmulti with an xprv it never imports the private keys. What am I doing wrong? 2019-06-18T02:18:33.043

1 How to listsinceblock mempool transactions? 2019-06-23T22:55:52.607

1 Bitcoin-cli cannot estimate fees 2019-06-24T19:30:16.680

1 Can't perform remote JSON RPC to my Bitcoin node (C#) 2019-06-25T19:29:33.833

1 How to scale JSON-RPC 2019-07-15T22:38:25.833

1 RPC call to get unconfirmed balance on a watch only wallet 2019-07-16T17:55:49.040

1 Import multisig change addresses into Bitcoin Core using "importmulti" + descriptor 2019-07-16T21:50:37.343

1 How to import multi sig using importmulti correctly? 2019-07-19T03:31:41.187

1 Wallet management now that accounts are deprecated? 2019-07-27T11:38:52.297

1 how do I use the getwalletinfo RPC? 2019-08-01T21:35:25.770

1 How do block explorer sites show information that is not available on Bitcoin Core? 2019-08-16T10:25:02.407

1 BIP67 + importmulti + multisig descriptors 2019-08-28T21:19:50.387

1 Why am I getting error: "Signature must be zero for failed CHECK(MULTI)SIG operation" when using signrawtransactionwithkey 2019-09-06T03:19:13.010

1 Why can't a user import keys to the keypool for a blank wallet? 2019-09-24T09:46:22.673

1 Why do I get -4 error code from Bitcoin RPC 2019-09-26T09:33:11.790

1 Electrum address syncronization 2019-09-26T10:14:34.043

1 Why is getdescriptorinfo returning an error "Invalid descriptor (code -5)" 2019-09-27T01:12:54.790

1 TimeoutError: [WinError 10060] when trying to connect to bitcoin rpc from a pc on the same local area network 2019-10-11T16:41:11.043

1 What is the simplest command I could use to test that my wallet unlocking process works properly? 2019-10-21T00:35:21.143

1 Bitcoin JSON RPC not working on Remote IP 2019-10-26T08:41:44.650

1 RPC errors raised by each command 2019-11-18T16:23:09.693

1 Fast way to get details of all transactions in a block 2019-11-19T01:57:34.420

1 getbalance says 0 for incoming TX even though 0-conf is allowed 2019-11-20T02:37:54.657

1 How to connect LND to bitcoind RPC with authentication cookie stored in a custom folder? 2019-11-23T02:05:16.120

1 Manipulation of Bitcoin RPC with programmatically 2019-11-26T18:09:49.993

1 Knowing if a public address is spendable by an HD seed? 2019-11-28T01:31:17.207

0 Which miners support generating their own midstate? 2012-02-16T02:24:16.933

0 Verifying BitCoin Transactions 2013-07-09T06:37:14.700

0 Can I force json_encode in PHP to output 8 digits after dot for RPC? 2013-07-29T18:32:00.820

0 jsonRPCClient Error with php variables 2013-09-25T10:18:03.910

0 JSON-RPC problem with Bitcoin-Qt 0.8.5 2013-10-17T12:47:54.037

0 What is causing "Network not available" error in rippled RPC call and how to fix it? 2013-10-25T08:20:54.537

0 What is the difference between ledger_hash and ledger_index in Ripple? 2013-10-28T11:24:35.277

0 Transaction not showing in wallet 2014-01-06T09:30:54.390

0 Where is bitcoin.exe? 2014-01-07T07:36:00.747

0 JSON RPC: Fatal error: Uncaught exception 'Exception' with message 'Request error: Array' 2014-01-20T12:14:08.877

0 gettransaction (The remote server returned an error: (500) Internal Server Error.) 2014-02-17T15:27:56.043

0 Can anyone explain the differences in behavior of getrawtransaction and gettransaction in RPC? 2014-02-18T00:36:22.953

0 Decode transaction 2014-02-28T02:10:07.003

0 Withdraw and wallet lock race conditions? 2014-03-03T19:11:36.433

0 How to fix CoinBase pay too much error 2014-03-04T06:16:43.693

0 How do I iterate through the entire Blockchain using RPC? 2014-03-13T19:23:09.707

0 How to getreceivedbyaddress() with the python-bitcoinlib? 2014-04-22T12:45:50.157

0 http post via java to bitcoind does not work 2014-04-30T00:31:50.123

0 How to get a complete list of transactions? 2014-05-22T20:34:25.930

0 Ripple - how to properly set flags? 2014-07-18T20:38:35.433

0 getbalance not working 2014-08-30T16:51:43.967

0 json RPC Blockchain not Working 2014-09-07T00:11:13.620

0 Local Testnet3, where do the new coins get sent to? 2014-09-24T05:31:38.070

0 How to detect a race attack and re-spend the already-spent outputs? 2014-11-25T03:01:22.663

0 How do I use the RPC command "decodescript"? 2014-12-03T03:01:52.053

0 getrawtransaction - find destination and "change" addresses 2014-12-04T20:50:05.653

0 How to run multiple bitcoin RPC commands through the command window? 2014-12-15T21:44:04.560

0 How to get a wallet address and set label via RPC? 2015-01-03T01:18:34.487

0 Get work on custom solo mining software 2015-01-09T09:09:59.530

0 json_rpc_call solo mining with bitcoin running on Windows 7 for antminer 2015-01-26T22:57:33.287

0 listtransactions via RPC returns false in PHP 2015-01-31T20:03:30.130

0 Bitcoind becomes non-responsive over JSON-RPC, have to manually restart all the time 2015-02-20T11:35:42.663

0 How to read a tx's comment? 2015-03-28T14:16:10.427

0 How can I list my mined coins using RPC? And spend them? 2015-03-31T16:28:59.513

0 Display missing parameters in cli help command on web page with JSONRPC 2015-06-11T20:10:00.887

0 How can I connect to bitcoind using the RPC interface with PHP? 2015-07-17T06:02:46.213

0 Is "previousblockhash" always returned from getblock RPC calls? 2015-08-08T10:26:56.713

0 How can I get the Fee involved in a Bitcoin transaction using RPC client (bitcoin-cli)? 2015-08-26T23:48:14.090

0 Does getrecievedbyaddress work for all addresses? 2015-10-13T18:15:55.490

0 namecoin name_firstupdate 2015-11-14T02:05:52.090

0 Is there a way to get the node's local time when a block was received? 2016-01-14T20:45:23.543