Browse Source

Update start.sh

deb-pkg-changes
Jonathan "Duke" Leto 1 year ago
parent
commit
b60d1e5a5a
  1. 7
      start.sh

7
start.sh

@ -6,7 +6,8 @@
# you can choose either IPv4 or IPv6
# using ipv4 localhost
#./lightwalletd -bind-addr localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls
# NOTE: --no-tls is secure only if we use nginx as reverse proxy on localhost
./lightwalletd --grpc-bind-addr localhost:9067 --hush-conf-path ~/.hush/HUSH3/HUSH3.conf --no-tls
# using ipv6 localhost
./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls
# Use this instead to use ipv6 localhost
#./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls

Loading…
Cancel
Save