git ssb

0+

cel / electrumc



Tree: a3fbb13af620b96665efdac152a1d6b792a4bc3f

Files: a3fbb13af620b96665efdac152a1d6b792a4bc3f / README.md

691 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 <address> <method> [<params>]

The address format is as in Electrum's recent_servers file: <host>:<port>:<tag> where <tag> is t for TCP, or s for SSL over TCP.

Example: requesting a server's donation address:

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

Built with git-ssb-web