Hush lite wallet https://faq.hush.is/sdl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Denio 847b9b07b0
Merge pull request #195 from MyHush/dev
4 years ago
.github/ISSUE_TEMPLATE Port to Hush 5 years ago
docs Remove Website 5 years ago
lib update lib, new checkpoints 4 years ago
res update translation files #176 4 years ago
singleapplication mingw compilation for singleapp 5 years ago
src push version to 1.4.0 4 years ago
.gitignore add gdb_history to gitignore 4 years ago
.travis.yml fmt for travis 4 years ago
DEVELOPING.md Giving openssl config an argument breaks stuff for me 4 years ago
LICENSE updated Copyright year in some files 4 years ago
OKtadP.json fix translation error 4 years ago
README.md updated README.md with new badges and Arch AUR package install info 4 years ago
application.qrc delete doubled emoji png 4 years ago
build.sh updated Copyright year in some files 4 years ago
hushchat-screenshot.png Add files via upload 4 years ago
peda-session-SilentDragonLite.txt update// address improvement 4 years ago
public_key.asc change gpg key 4 years ago
silentdragon-lite.pro update verify seed ui 4 years ago

README.md

SilentDragonLite

GitHub license GitHub version Github All Releases

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

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!

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 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. For any Arch Linux users, we also have packages on AUR which can be installed with yay -S silentdragonlite or with yay -S silentdragonlite-appimage for the AppImage package.

Install Torsocks (or any other Socks service for TOR) on Ubuntu 18.04

sudo apt update
sudo apt install torsocks

Connection to our TOR onion service Server

* Open SDL  Edit->Settings->LightwalletServer->6onaaujm4ozaokzu.onion:80
* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite

Note Management

SilentDragonLite does automatic note and utxo management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles:

  • Defaults to sending shielded transactions, even if you're sending to a transparent address
  • Sapling funds need at least 2 confirmations before they can be spent
  • Can select funds from multiple shielded addresses in the same transaction
  • Will automatically shield your transparent funds at the first opportunity
  • When sending an outgoing transaction to a shielded address, SilentDragonLite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction)

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.
  • You'll need Rust v1.41 +

Building on Linux

git clone https://github.com/MyHush/SilentDragonLite.git
cd SilentDragonLite
./build.sh
./SilentDragonLite

Support

For support or other questions, join us on Discord, or tweet at @MyHushTeam, or toot at our Mastodon, or join Telegram or file an issue.