From d634a8933185a83aedabe96928174f12408e74c8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 19 Nov 2020 21:34:21 -0500 Subject: [PATCH] Update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9921aad..9e6c0fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview -Lightwalletd is a fork of [lightwalletd](https://github.com/adityapk00/lightwalletd) from the ECC. +Hush Lightwalletd is a fork of [lightwalletd](https://github.com/adityapk00/lightwalletd) original from Zcash (ZEC). It is a backend service that provides a bandwidth-efficient interface to the Hush blockchain for the [SilentDragonLite cli](https://github.com/MyHush/silentdragonlite-light-cli) and [SilentDragonLite](https://github.com/MyHush/SilentDragonLite) @@ -70,5 +70,5 @@ You should start seeing the frontend ingest and cache the Hush blocks after ~15 #### 4. Point the `silentdragonlite-cli` to this server Connect to your server! ``` -./silentdragonlite-cli -server https://lite.myhush.org +./silentdragonlite-cli -server https://lite.hush.is ```