Browse Source

Upload files to 'archive'

master
onryo 3 years ago
parent
commit
6e3ef3a4ea
  1. 1
      archive/faq.html

1
archive/faq.html

@ -64,6 +64,7 @@ a:link { color: #b3b3b3; text-decoration: none } a:visited { color: #b3b3b3 } a:
<details><summary>Where can I get Hush?</summary>The only official place to get Hush source code and binaries is git.hush.is, which is the Hush Gitea instance, which replaces Github.</details>
<details><summary>What Operating Systems Does Hush Work On?</summary>We support Debian/Ubuntu, Arch and ARM based devices such as Raspberry Pi.</details>
<details><summary>How can I install Hush?</summary>sudo apt install git qt5-default build-essential libqt5websockets5-dev -y && curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh -s -- -y && exit and then git clone https://git.hush.is/hush/SilentDragonLite.git && cd SilentDragonLite/ && ./build.sh && ./SilentDragonLite</details>
<details><summary>How can I buy/get Hush (or any crypto) anonymously?</summary>Buy Monero locally or with Monero ATMs by covering your face and eyes, then buy Hush on HushDEX (in progress). The best way is to mine Hush with ASICs.</details>
<details><summary>Can I install Hush on my phone?</summary>Yes, please install LineageOS, then you can grab the .apk file from git.hush.is/hush/SilentDragonAndroid/releases and install SilentDragon for android</details>
<details><summary>Why is my balance different than the explorer?</summary>This can happen for a few reasons. Your node may be out of sync, and still finding new blocks which contain payments to your address. You may not have imported all the private keys you thought you did. Use the validation function to check if an address is in your current wallet.<br><br>If your wallet is rescanning, it will show the balance as of the block height it is processing. You will see the balance "jump" higher when it finds a new transaction which pays one of your addresses. Your full balance will be shown when you have processed the latest block and regain "syncedness".</details>
<details><summary>What does a Hush address look like?</summary>It is not possible to send funds to transparent addresses (public such as Bitcoin addresses), but shielded only that starts with zs1 which is the prefix for Sapling Shielded Addresses. If your address starts with zc instead of zs1, it is a Sprout address and it's not valid on the current HUSH mainnet.<br><br>For the above reasons, KMD, VRSC and SAFE addresses are all compatible, with the exact same public key generating the same exact address on KMD, VRSC, SAFE and HUSH and all the side chains (smart chains) of these respective platforms. If you own a taddr or zaddr on any one of these blockchains, you own the exact same address on all the blockchains.</details>

Loading…
Cancel
Save