git ssb

0+

cel / electrumc



Tree: e3f2144dc203fa77433ff2c6df20e3c4fe57235d

Files: e3f2144dc203fa77433ff2c6df20e3c4fe57235d / electrumc.1

878 bytesRaw
1.\" See LICENSE file for copyright and license details.
2.Dd 2018-08-27
3.Dt electrumc 1
4.Os
5.ds REPO ssb://
6.Sh NAME
7.Nm electrumc
8.Nd Electrum RPC client
9.Sh SYNOPSIS
10.Nm
11.Ar address
12.Ar method
13.Op Ar params
14.Sh DESCRIPTION
15Connect to a Electrum server, make a request, and output the response.
16.Pp
17Arguments:
18.Bl -tag -width indent
19.It Ar address
20Address of the server to connect to. Format is
21.Ql host:port:tag
22where
23.Ql tag
24is
25.Ql t
26to use TCP, or
27.Ql s
28for SSL over TCP.
29.It Ar method
30RPC method to call
31.It Op Ar params
32params as JSON to include in the request
33.El
34.Sh EXIT
35.Ex -std
36An error in the server's JSON response is treated as success.
37.Sh AUTHORS
38The
39.Nm
40command and manual were written by
41.An cel Aq @f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519 .
42.Sh BUGS
43.Pp
44Please report any bugs by making a post on SSB mentioning the repo,
45.Lk \*[REPO]
46and author.
47

Built with git-ssb-web