Browsing: RPC
json rpc – How to properly use the rpc command `listunspent` with `bitcore-lib` to create a transaction and get the transaction hash?
I am trying to use the rpc command listunspent to get all the UTXOs relevant to an address, and then…
bitcoin core – What is the proper configuration and command to run bitcoincore and use RPC over LAN?
So, I’m trying to setup my node on a small computer I have lying around and, for practical reasons, I…
I have read a similar post which had no answer at this location. I am trying to use bitcoin-cli from…
I am trying to make rpc calls to an Rpc Interface “listunspent”. So i get this Error: ESOCKETTIMEDOUT. I checked…
I have an Umbrel Node on my RaspberryPi4. It is connected to the same router as my Computer, but somehow…
json rpc – What is the role of “Invalidateblock” RPC command and are there any possible transaction validation issues with regard to this?
I have been testing various RPC commands on bitcoin. The “RPC API Reference” page well demonstrates almost all of the…
I have been testing various RPC commands on bitcoin. The “RPC API Reference” page well demonstrates almost all of the…
I am running the following request to load a wallet. curl –location ‘user:[email protected]:8332/wallet/test_multisig”‘ \ –header ‘Content-Type: text/plain’ \ –data ‘{…
transactions – Is there a Bitcoin Core RPC that creates a block including merkle root and coinbase based on my address?
In short, no such RPCs exist, though there are a few related ones. There is the “production” mining interface getblocktemplate,…
json rpc – How to use local Bitcoin wallet with remote bitcoind node for transaction creation
I’m trying to manage a Bitcoin wallet on my local machine using bitcoin-cli, but my local node isn’t and cannot…