Hush full node GUI wallet
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.
 
 
 
 
 
 
onryo fe04ef3095 Merge branch 'dev' 2 months ago
doc Add release name before merging 2 months ago
images added screenshots for each tab 3 years ago
res Merge pull request 'Replace old graphics with new' (#147) from onryo into dev 4 months ago
res-drgx Use single set of translation resources 1 year ago
singleapplication mingw compilation for singleapp 5 years ago
src Bump version to 1.4.2 2 months ago
util added linux .desktop file 3 years ago
.gitignore update .gitignore 1 year ago
.gitmodules mingw compilation for singleapp 5 years ago
.travis.yml update docs re websockets 1 year ago
AUTHORS updates 3 years ago
LICENSE Update license to gplv3 4 years ago
README.md Tor v3 has been supported for a while 4 months ago
SilentDragon-1.3.1.wxs Wixl files for .msi 1 year ago
SilentDragonX-1.3.1.wxs Fixing SDX .wxs file 1 year ago
application-sdx.qrc Use single set of translation resources 1 year ago
application.qrc fix build when removing old files 4 months ago
asmap.dat Use absolute paths to avoid Great Sadness 3 years ago
build-sdx.sh Try to make build-sdx.sh work on windoze 1 year ago
build.sh Choose number of compile jobs in build.sh #156 3 months ago
issue_template.md update issue template 1 year ago
run-after-build-sdx.sh Mining tab 1 year ago
run-after-build.sh Update copyright year to 2022 1 year ago
sapling-output.params sapling files now included 3 years ago
sapling-spend.params sapling files now included 3 years ago
silentdragon.pro View Transaction 4 months ago
silentdragonx.pro View Transaction 4 months ago
win-build-sdx.sh wind0ze build script mods for SDX 1 year ago
win-build.sh wind0ze build script mods for SDX 1 year ago

README.md

SilentDragon

follow on Mastodon MyHushTeam's Reddit

SilentDragon desktop wallet for HUSH runs on Linux, Windows and macOS. This is experimental software under active development! Get real-time support on our Telegram support group and feel free to join the main Telegram group as well.

Screenshots

The following are screenshots for each SilentDragon tab:

PRIVACY NOTICE

SilentDragon contacts a few different external websites to get various bits of data.

* coingecko.com for price data API (defaults to on, optional)
* explorer.hush.is for explorer links (optional)
* dexstats.info for address utilities
    * Address Asset Viewer menu action (optional)
    * Convert Address menu action (optional)

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. For Arch Linux users, this is available from the AUR.

hushd

SilentDragon needs a Hush full node running hushd. If you already have a hushd node running, SilentDragon will connect to it.

If you don't have one, SilentDragon will start its embedded hushd node.

Additionally, if this is the first time you're running SilentDragon or a hushd daemon, SilentDragon will find Sapling params (~50 MB) and configure HUSH3.conf for you.

Pass --no-embedded to disable the embedded hushd and force SilentDragon to connect to an external node.

If SD crashes when autostarting hushd, you may have run out of memory. This could happen with very large wallets. Try closing unnecessary applications and/or browser tabs and retry. Another method is to start hushd first, then start SD, which will connect to the existing hushd.

Compiling from source

SilentDragon 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 or within your operating system package manager. Note that if you are compiling from source, you won't get the embedded hushd by default. You can either run an external hushd, or compile hushd as well.

Building on Linux

Linux Troubleshooting

If you run into an error with OpenGL, you may need to install extra deps. More details here

Error

/usr/bin/ld: cannot find -lGL
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Solution

sudo apt-get -y install libglu1-mesa-dev freeglut3-dev mesa-common-dev

Ubuntu 18.04 and 20.04

You can install the pre-reqs and build on Ubuntu 18.04 & 20.04 with:

sudo apt-get -y install qt5-default qt5-qmake qtcreator
git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon
./build.sh linguist
./build.sh
./silentdragon

Arch Linux

You can install the pre-reqs and build on Arch Linux with:

sudo pacman -S qt5-base qt5-tools qtcreator rust
git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon
./build.sh linguist
./build.sh release
./silentdragon

Building on Windows

You need Visual Studio 2017 (The free C++ Community Edition works just fine).

From the VS Tools command prompt

git clone  https://git.hush.is/hush/SilentDragon
cd SilentDragon
c:\Qt5\bin\qmake.exe silentdragon.pro -spec win32-msvc CONFIG+=debug
nmake

debug\SilentDragon.exe

To create the Visual Studio project files so you can compile and run from Visual Studio:

c:\Qt5\bin\qmake.exe silentdragon.pro -tp vc CONFIG+=debug

Building on macOS

You need to install the Xcode app or the Xcode command line tools first, and then install Qt.

TODO: Suggestions on installing qt5 deps on a Mac

git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon
# These commands require qmake to be installed
./build.sh linguist
./build.sh
make

./SilentDragon.app/Contents/MacOS/SilentDragon

Building SilentDragonX

git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon
./build-sdx.sh
./build-sdx.sh linguist # update translations, might not be needed

The binary will be called silentdragonx

Emulating the embedded node

In binary releases, SilentDragon will use node binaries in the current directory to sync a node from scratch. It does not attempt to download them, it bundles them. To simulate this from a developer setup, you can symlink these four files in your Git repo:

ln -s ../hush3/src/hushd
ln -s ../hush3/src/hush-cli

The above assumes silentdragon and hush3 git repos are in the same directory. File names on Windows will need to be tweaked.

Where is my wallet stored?

Linux: ~/.hush/HUSH3

Windows 10: C:\Documents and Settings\%user\Application Data\Hush or C:\Users\%user\AppData\Roaming\Hush

Mac : ~/Library/Application Support/Hush/HUSH3

Support

For support or other questions, join us on Telegram, or toot at our Mastodon or join Telegram Support or file an issue.

License

GPLv3 or later