cleanup
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,5 +1,33 @@
|
|||||||
|
# Compiled binaries
|
||||||
main
|
main
|
||||||
grpcfrontend
|
grpcfrontend
|
||||||
cert.pem
|
|
||||||
key.pem
|
|
||||||
lightwalletd
|
lightwalletd
|
||||||
|
|
||||||
|
# TLS certificates and keys
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# Database files
|
||||||
|
*.db
|
||||||
|
*.sqlite
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Go test binaries and output
|
||||||
|
*.test
|
||||||
|
*.out
|
||||||
|
*.prof
|
||||||
|
|
||||||
|
# IDE and editor files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
/tmp/
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
/dist/
|
||||||
|
/build/
|
||||||
|
|||||||
4
start.sh
4
start.sh
@@ -9,4 +9,6 @@
|
|||||||
#./lightwalletd -bind-addr localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls
|
#./lightwalletd -bind-addr localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls
|
||||||
|
|
||||||
# using ipv6 localhost
|
# using ipv6 localhost
|
||||||
./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls
|
#./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls
|
||||||
|
|
||||||
|
./lightwalletd -bind-addr lite.dragonx.is:9069 -conf-file ~/.hush/DRAGONX/DRAGONX.conf -no-tls &
|
||||||
|
|||||||
6
start_server.sh
Normal file
6
start_server.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# set -e
|
||||||
|
|
||||||
|
|
||||||
|
./lightwalletd -bind-addr lite.dragonx.is:9069 -conf-file ~/.hush/DRAGONX/DRAGONX.conf -no-tls
|
||||||
Reference in New Issue
Block a user