From 1f9a80bfe0a29f24f60444cc3654f1cc22eac0e4 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Tue, 30 Jun 2020 18:51:35 +0200 Subject: [PATCH] Update server port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fd853..396a72c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ go run cmd/server/main.go -bind-addr 127.0.0.1:9067 -conf-file ~/.komodo/HUSH3/H If you have a certificate that you want to use (either self signed, or from a certificate authority), pass the certificate to the frontend: ``` -go run cmd/server/main.go -bind-addr 127.0.0.1:443 -conf-file ~/.komodo/HUSH3/HUSH3.conf -tls-cert /etc/letsencrypt/live/YOURWEBSITE/fullchain.pem -tls-key /etc/letsencrypt/live/YOURWEBSITE/privkey.pem +go run cmd/server/main.go -bind-addr 127.0.0.1:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -tls-cert /etc/letsencrypt/live/YOURWEBSITE/fullchain.pem -tls-key /etc/letsencrypt/live/YOURWEBSITE/privkey.pem ``` You should start seeing the frontend ingest and cache the zcash blocks after ~15 seconds.