Sending RPC-JSON Commands to Bitcoin Peers

1

Is it possible to send some commands to Bitcoin Peers? for example decoderawtransaction command?

Adam

Posted 2018-01-26T18:33:06.453

Reputation: 3 215

There are plenty of libraries that will decode a raw transaction as well, you don't have to go to a full node to do that.morsecoder 2018-01-26T20:24:11.587

it is not the main reason, it is just an example.Adam 2018-01-27T00:11:27.617

Answers

0

The RPC interface of most nodes is password protected, so you can't send RPC commands to an arbitrary peer on the network. If you run your own node though, you can set it up with a password and the the RPC protocol to issue commands.

morsecoder

Posted 2018-01-26T18:33:06.453

Reputation: 12 624