git ssb

0+

cel / electrumc



Tree: b87295647c8a0f85d7f4b8f32a12dda732d12b7d

Files: b87295647c8a0f85d7f4b8f32a12dda732d12b7d / electrumc.1

861 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 host
12.Ar port
13.Ar method
14.Op Ar params
15.Sh DESCRIPTION
16Connect to a Electrum server, make a request, and output the response.
17.Pp
18Arguments:
19.Bl -tag -width indent
20.It Ar host
21host to connect to
22.It Ar port
23port to connect to, prefixed by
24.Ql t
25to use TCP, or
26.Ql s
27for SSL over TCP
28.It Ar method
29RPC method to call
30.It Op Ar params
31params as JSON to include in the request
32.El
33.Sh EXIT
34.Ex -std
35An error in the server's JSON response is treated as success.
36.Sh AUTHORS
37The
38.Nm
39command and manual were written by
40.An cel Aq @f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519 .
41.Sh BUGS
42.Pp
43Please report any bugs by making a post on SSB mentioning the repo,
44.Lk \*[REPO]
45and author.
46

Built with git-ssb-web