git ssb

0+

cel / electrumc



Tree: b87295647c8a0f85d7f4b8f32a12dda732d12b7d

Files: b87295647c8a0f85d7f4b8f32a12dda732d12b7d / README.md

662 bytesRaw

electrumc

An RPC client utility program for the Electrum protocol. It makes a single request to a server with the method and parameters you specify, and then outputs the response from the server.

Usage

electrumc <host> <port> <method> [<params>]

port follows Electrum's convention to prefix the port number with t for TCP, or s for SSL over TCP.

Example: requesting a server's donation address:

$ electrumc electrum.faircoin.world s51812 server.donation_address
{"jsonrpc": "2.0", "id": 0, "result": "fairVs8iHyLzgHQrdxb9j6hR4WGpdDbKN3"}

Built with git-ssb-web