From a9724fbad643b2c2ed8761ae239626d8d62362d3 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Sun, 3 Nov 2019 18:52:21 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ee7557..a24e7c2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ # SilentDragonLite -SilentDragonLite is a GUI wallet for the Hush cryptocoin, which does not require you to download the full blockchain! +SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development! + +## PRIVACY NOTICE + +SilentDragonLite contacts a few different external websites to get various bits of data. * coingecko.com for price data API * explorer.myhush.org for explorer links * dexstats.info for address utilities, hush-lightwallet.de to get Data. + +This means your IP address is known to these servers. Enable Tor setting in SilentDragon to prevent this, or better yet, use TAILS: https://tails.boum.org/ + +## Installation + +Go to the releases page and grab the latest installers or binary. https://github.com/MyHush/SilentDragonLite/releases ## Compiling from source * SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++. * It also depends on Qt5, which you can get from [here](https://www.qt.io/download). * You'll need Rust v1.37 + -### Building on Linux +## Building on Linux ``` git clone https://github.com/MyHush/SilenDragonLite.git