Windows ipc path

This commit is contained in:
Adam Schmideg 2020-02-27 11:00:24 +01:00 committed by GitHub
parent 03bb2f40e1
commit ea74f3a138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.