From c19937adb6fea259f739395bb5c9c1dd4ea683aa Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 27 Feb 2020 11:02:07 +0100 Subject: [PATCH] Update server.md --- docs/_rpc/server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_rpc/server.md b/docs/_rpc/server.md index 1fa48213bd..129ede012c 100644 --- a/docs/_rpc/server.md +++ b/docs/_rpc/server.md @@ -73,12 +73,12 @@ As with `--rpccorsdomain`, using `--wsorigins '*'` allows access from any origin JSON-RPC APIs are also provided on a UNIX domain socket. This server is enabled by default and has access to all JSON-RPC namespaces. -The listening socket is placed into the data directory by default. On Linux, the -default location of the geth socket is +The listening socket is placed into the data directory by default. On Linux and macOS, +the default location of the geth socket is ~/.ethereum/geth.ipc -On Windows the default location is +On Windows, IPC is provided via named pipes. The default location of the geth pipe is: \\.\pipe\geth.ipc