Browse Source

Update 'sd/index.html'

pull/3/head
Djozeff 3 years ago
parent
commit
65af1d6994
  1. 97
      sd/index.html

97
sd/index.html

@ -16,4 +16,99 @@
- The Hush Developers -->
<body>
<h1>Frequently Asked Questions <i>SilentDragon (SD)</i></h1>
<h1>Frequently Asked Questions <i>SilentDragon (SD)</i></h1>
<h1>What is SD?</h1>
SilentDragon is a desktop wallet for HUSH ($HUSH) which runs on Linux, Windows and macOS.
This requires you to download the full blockchain.
This is experimental software under active development!
We recomend, it to be used as a <b>Cold Wallet.</b>
<h1>Where can I get SD?</h1>
<p>
The only official place to get Hush source code and binaries
is <a href="https://git.hush.is/">git.hush.is</a>, which is the
Hush Gitea instance, which replaces Github.
</p>
<h1>What Operating Systems Does Hush Work On?</h1>
<p>
Glad you asked! We would like to support as many as
we can, but currently our Officially Supported OS's are:
</p>
<ul>
<li>Linux</li>
<ul>
<li>Ubuntu 16.04 LTS or later</li>
<li>Debian</li>
<li>Arch</li>
</ul>
<li>MacOS X 10</li>
<ul>
<li>Apple Silicon may not be supported! Untested.
</li></ul>
<li>Windows</li>
</ul>
As for details, Hush nodes can be run on 32bit Windows. We support IoT devices such as ARMv8
(Raspberry Pi-like devices) and currently are working on FreeBSD/OpenBSD
support. If you are interested in that, please contact us.
<h1>How can I install SD?</h1>
<p>
First you must decide if you will compile Hush yourself, or use
binaries. Most will use binaries, but if you are able, you should
compile, since it means you don't need to trust all your funds with a
binary created by a 3rd party, which could be backdoored.
</p>
<p>
Next, if you think you can copy+paste a few commands on the
command-line of Linux, you are highly encouraged to try
to compile yourself! It's a fun game, and the prize is
a bigger slice of financial freedom.
</p>
<h1>How do I choose the right binary?</h1>
Binaries for Linux often end in .gz or .bz . Binaries
for Mac usually end in .dmg and binaries for windows
usually end in .zip. This is an easy way to make sure
you have the right binary.
<h1>Advanced Hush Questions</h1>
<hr>
<br>
<a href="https://hush.is/telegram">Telegram</a>
|
<a href="https://hush.is/telegram_support">Telegram Support</a>
|
<a href="https://hush.is/telegram_mining">Telegram Mining</a>
|
<a href="https://hush.is/reddit">Reddit</a>
|
<a href="https://hush.is/youtube">YouTube</a>
|
<a href="https://hush.is/bitcointalk">BitcoinTalk</a>
|
<a href="https://hush.is/mastodon">Mastodon</a>
|
<a href="https://hush.is/matrix">Matrix</a>
<br>
<br>
</body></html>
Loading…
Cancel
Save