mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Windows ipc path
This commit is contained in:
parent
03bb2f40e1
commit
ea74f3a138
1 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,10 @@ default location of the geth socket is
|
||||||
|
|
||||||
~/.ethereum/geth.ipc
|
~/.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
|
You can configure the location of the socket using the `--ipcpath` flag. IPC can
|
||||||
be disabled using the `--ipcdisable` flag.
|
be disabled using the `--ipcdisable` flag.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue