From a0513c48c3f1fee1e7b4b8af4d0e428660953276 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Sun, 1 Dec 2019 18:55:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9afd434..e8d1b55 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ insightexplorer=1 #### 3. Run the frontend: You'll need to use the certificate generated from step 1 ``` -go run cmd/server/main.go -bind-addr 127.0.0.1:9067 -conf-file ~/.zcash/zcash.conf -tls-cert cert.pem -tls-key key.pem +go run cmd/server/main.go -bind-addr 127.0.0.1:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -tls-cert cert.pem -tls-key key.pem ``` #### 4. Point the `zecwallet-cli` to this server