You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/clef/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ GLOBAL OPTIONS:
33
33
--lightkdf Reduce key-derivation RAM & CPU usage at some expense of KDF strength
34
34
--nousb Disables monitoring for and managing USB hardware wallets
35
35
--pcscdpath value Path to the smartcard daemon (pcscd) socket file (default: "/run/pcscd/pcscd.comm")
36
-
--rpcaddr value HTTP-RPC server listening interface (default: "localhost")
37
-
--rpcvhosts value Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")
36
+
--http.addr value HTTP-RPC server listening interface (default: "localhost")
37
+
--http.vhosts value Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")
38
38
--ipcdisable Disable the IPC-RPC server
39
39
--ipcpath Filename for IPC socket/pipe within the datadir (explicit paths escape it)
40
-
--rpc Enable the HTTP-RPC server
41
-
--rpcport value HTTP-RPC server listening port (default: 8550)
40
+
--http Enable the HTTP-RPC server
41
+
--http.port value HTTP-RPC server listening port (default: 8550)
42
42
--signersecret value A file containing the (encrypted) master seed to encrypt Clef data, e.g. keystore credentials and ruleset hash
43
43
--4bytedb-custom value File used for writing new 4byte-identifiers submitted via API (default: "./4byte-custom.json")
44
44
--auditlog value File used to emit audit logs. Set to "" to disable (default: "audit.log")
@@ -113,7 +113,7 @@ Some snags and todos
113
113
114
114
### External API
115
115
116
-
Clef listens to HTTP requests on `rpcaddr`:`rpcport` (or to IPC on `ipcpath`), with the same JSON-RPC standard as Geth. The messages are expected to be [JSON-RPC 2.0 standard](https://www.jsonrpc.org/specification).
116
+
Clef listens to HTTP requests on `http.addr`:`http.port` (or to IPC on `ipcpath`), with the same JSON-RPC standard as Geth. The messages are expected to be [JSON-RPC 2.0 standard](https://www.jsonrpc.org/specification).
117
117
118
118
Some of these calls can require user interaction. Clients must be aware that responses may be delayed significantly or may never be received if a user decides to ignore the confirmation request.
0 commit comments