We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e966a48 commit c985fc3Copy full SHA for c985fc3
main.go
@@ -398,6 +398,7 @@ func setupServices(svcManager *serviceManager, out *output) error {
398
"--chain", "{{.Dir}}/genesis.json",
399
"--datadir", "{{.Dir}}/data_reth",
400
"--color", "never",
401
+ "--ipcpath", "{{.Dir}}/reth.ipc",
402
// p2p config. Use a default discovery key and disable public discovery and connections
403
"--p2p-secret-key", defaultRethDiscoveryPrivKeyLoc,
404
"--addr", "127.0.0.1",
0 commit comments