Backend server for SDL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
520 B

3 years ago
#!/bin/bash
2 years ago
# Copyright 2020-2022 The Hush Developers
3 years ago
# Released under GPLv3
# Description: This script would be used with a NGINX reverse proxy
# you can choose either IPv4 or IPv6
3 years ago
# using ipv4 localhost
2 years ago
#./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
3 years ago
# using ipv6 localhost
2 years ago
./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls