SilentDragonLite (SDL) is a fork of Zecwallet lightwalletd, which is a fork of lightwalletd from the ECC.
It is a backend service that provides a bandwidth-efficient interface to the Hush blockchain for the SilentDragonLite cli.
This version of lightwalletd extends lightwalletd and:
- Adds support for HUSH
- Adds support for transparent addresses
- Adds several new RPC calls for lightclients
- Lots of perf improvements
- Replaces SQLite with in-memory cache for Compact Blocks
- Replace local Txstore, delegating Tx lookups to Zcashd
- Remove the need for a separate ingestor
0. First, install Go >= 1.11.
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
Answer the certificate questions to generate the self-signed certificate
server=1
rpcuser=user
rpcpassword=password
rpcbind=127.0.0.1
txindex=1
You'll need to use the certificate generated from step 1
go run cmd/server/main.go -bind-addr 127.0.0.1:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -tls-cert cert.pem -tls-key key.pem
./silentdragon-cli --server https://127.0.0.1:9067 --dangerous