From cf50f1c38b77954670e7f98affdd00bfb13b7ae4 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 16 Feb 2022 11:23:16 -0500 Subject: [PATCH] update start.sh --- start.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index ef85a9d..16a94c9 100755 --- a/start.sh +++ b/start.sh @@ -1,12 +1,15 @@ #!/bin/bash -# Copyright 2020-2021 The Hush Developers +# Copyright 2020-2022 The Hush Developers # Released under GPLv3 # Description: This script would be used with a NGINX reverse proxy # you can choose either IPv4 or IPv6 # using ipv4 localhost +#./lightwalletd -bind-addr localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls + +# using legacy directory #./lightwalletd -bind-addr localhost:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -no-tls # using ipv6 localhost -./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -no-tls +./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls