From 5bab4632456d895b98b8f72a943a41d395a0f1cf Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 20 Nov 2022 17:25:33 +0000 Subject: [PATCH] Use non-legacy conf file location --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index ef85a9d..5e898e1 100755 --- a/start.sh +++ b/start.sh @@ -6,7 +6,7 @@ # you can choose either IPv4 or IPv6 # using ipv4 localhost -#./lightwalletd -bind-addr localhost:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -no-tls +#./lightwalletd -bind-addr localhost:9067 -conf-file ~/.hush/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