Files
pallectrum/electrum
SomberNight 12b659ff99 daemon: change rpcsock default to "unix" where available
The daemon by default listens for RPC over a socket.
Before this change, this socket was a TCP/IP network socket (over localhost),
but now we change it to be a unix domain socket by default (if available).

This socket is used not only when sending commands over JSON-RPC,
but also when using the CLI, and to a tiny extent even used when running the GUI.
The type of socket used (and hence this change) is invisible to CLI and GUI users.
JSON-RPC users might want to use either the --rpcsock CLI flag
or set the "rpcsock" config key (to "tcp") to switch back to using a TCP/IP socket.

In practice it seems unix domain sockets are available on
all mainstream OSes/platforms, except for Windows.

closes https://github.com/spesmilo/electrum/issues/7553
2021-11-15 17:44:20 +01:00
..
2021-02-17 17:28:13 +01:00
2021-04-30 19:43:53 +02:00
2020-08-20 18:58:52 +02:00
2021-10-27 16:27:15 +02:00
2021-04-02 09:38:39 +02:00
2021-11-05 19:57:39 +01:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2021-03-21 00:36:23 -04:00
2021-09-15 16:41:41 +02:00
2021-09-24 17:36:33 +02:00
2021-03-21 00:36:23 -04:00
2021-07-15 14:52:25 +00:00
2021-09-27 10:31:44 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-05-06 19:47:22 +09:00
2020-10-23 02:17:31 +00:00
2021-06-22 19:24:16 +02:00
2021-08-12 17:13:28 +09:00
2021-10-27 16:27:15 +02:00
2021-07-19 17:19:06 +02:00