leto / SilentDragonLite

SilentDragonLite - HUSH Lite wallet that supports zaddrs!

Home Page:https://myhush.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilentDragonLite

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!

Maintab-new.png

Sendtab-new.png

hushdtab-new.png

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

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.37 +

Building on Linux

git clone https://github.com/MyHush/SilenDragonLite.git
cd silentdragonlite
./build.sh
./Silentdragonlite

About

SilentDragonLite - HUSH Lite wallet that supports zaddrs!

https://myhush.org

License:GNU General Public License v3.0


Languages

Language:C++ 79.6%Language:CSS 11.4%Language:Shell 3.2%Language:PowerShell 2.0%Language:Rust 1.5%Language:QMake 1.2%Language:Dockerfile 0.8%Language:C 0.2%Language:Makefile 0.2%