From ea74f3a1384cbef9491fd9ca3c84551e5a3d59bf Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Thu, 27 Feb 2020 11:00:24 +0100 Subject: [PATCH] Windows ipc path --- docs/_rpc/server.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_rpc/server.md b/docs/_rpc/server.md index 064d742e47..1fa48213bd 100644 --- a/docs/_rpc/server.md +++ b/docs/_rpc/server.md @@ -78,6 +78,10 @@ default location of the geth socket is ~/.ethereum/geth.ipc +On Windows the default location is + + \\.\pipe\geth.ipc + You can configure the location of the socket using the `--ipcpath` flag. IPC can be disabled using the `--ipcdisable` flag.