From cfb8c36de8543056da2b5fd1475f626885356598 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 23 Aug 2020 16:13:36 -0400 Subject: [PATCH 1/4] added badges and Mac OSX support to README.md --- README.md | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ccb24c5..4562611 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,41 @@ # SilentDragonLite +[![GitHub license](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://github.com/MyHush/SilentDragonLite/blob/master/LICENSE) +[![GitHub version](https://badge.fury.io/gh/MyHush%2FSilentDragonLite.svg)](https://badge.fury.io/gh/MyHush%2FSilentDragonLite) +[![Github All Releases](https://img.shields.io/github/downloads/MyHush/SilentDragonLite/total.svg)](https://img.shields.io/github/downloads/MyHush/SilentDragonLite/total.svg) -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! +

+ + MyHushTeam's Twitter + + follow on Twitter + + follow on Mastodon + + MyHushTeam's Reddit +

+SilentDragonLite is a lightwallet for HUSH ($HUSH) which runs on Linux, Windows, and Mac OSX. This 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. +SilentDragonLite contacts a few different external websites to get various bits of 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/ + * 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 SilentDragonLite 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 +Go to the [releases page](https://github.com/MyHush/SilentDragonLite/releases) and grab the latest installers or binary. ## Install Torsocks (or any other Socks service for TOR) on Ubuntu 18.04 ``` @@ -48,4 +70,3 @@ cd silentdragonlite ``` - From eda743b497e65e4ab0af7a28c6d1422eb194b710 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 23 Aug 2020 16:21:19 -0400 Subject: [PATCH 2/4] minor changes to README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4562611..545d714 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ alt="MyHushTeam's Reddit">

-SilentDragonLite is a lightwallet for HUSH ($HUSH) which runs on Linux, Windows, and Mac OSX. This does not require you to download the full blockchain. This is experimental software under active development! +SilentDragonLite is a lightwallet for HUSH ($HUSH) which runs on Linux, Windows, and macOS. This does not require you to download the full blockchain. This is experimental software under active development! @@ -60,13 +60,17 @@ SilentDragonLite does automatic note and utxo management, which means it doesn't * It also depends on Qt5, which you can get from [here](https://www.qt.io/download). * You'll need Rust v1.41 + -## Building on Linux +### Building on Linux ``` -git clone https://github.com/MyHush/SilenDragonLite.git -cd silentdragonlite +git clone https://github.com/MyHush/SilentDragonLite.git +cd SilentDragonLite ./build.sh -./Silentdragonlite +./SilentDragonLite ``` +## Support + +For support or other questions, join us on [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam), or join [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/SilentDragonLite/issues). + From a4a89dfd81dd0b6b11d5bab65a1a601ff83a60a2 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 23 Aug 2020 23:16:46 -0400 Subject: [PATCH 3/4] updated README.md with new badges and Arch AUR package install info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 545d714..0f11ef1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ alt="MyHushTeam's Reddit">

-SilentDragonLite is a lightwallet for HUSH ($HUSH) which runs on Linux, Windows, and macOS. This does not require you to download the full blockchain. This is experimental software under active development! +SilentDragonLite is a lightwallet for HUSH ($HUSH) which runs on Linux and Windows. This does not require you to download the full blockchain. This is experimental software under active development! @@ -35,7 +35,7 @@ This means your IP address is known to these servers. Enable Tor setting in Sile ## Installation -Go to the [releases page](https://github.com/MyHush/SilentDragonLite/releases) and grab the latest installers or binary. +Go to the [releases page](https://github.com/MyHush/SilentDragonLite/releases) and grab the latest installers or binary. For any Arch Linux users, we also have packages on [AUR](https://aur.archlinux.org/) which can be installed with **[yay -S silentdragonlite](https://aur.archlinux.org/packages/silentdragonlite/)** or with **[yay -S silentdragonlite-appimage](https://aur.archlinux.org/packages/silentdragonlite-appimage/)** for the AppImage package. ## Install Torsocks (or any other Socks service for TOR) on Ubuntu 18.04 ``` From 17172c68d969b6ffb8e4fe3acf6f3c97d4a04db7 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 23 Aug 2020 23:36:16 -0400 Subject: [PATCH 4/4] updated Copyright year in some files --- LICENSE | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 262f6fb..fa19312 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright 2019 The Hush developers + Copyright 2019-2020 The Hush developers Copyright 2018 adityapk diff --git a/build.sh b/build.sh index deaf8b2..8954556 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019 The Hush Developers +# Copyright 2019-2020 The Hush Developers UNAME=$(uname)