Browse Source

Update 'faq.html'

master
onryo 2 years ago
parent
commit
c3413b4200
  1. 2
      faq.html

2
faq.html

@ -80,7 +80,7 @@ a:hover { color: #8c8c8c }
<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 curl build-essential libqt5websockets5-dev qttools5-dev-tools -y<br><br>curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh -s -- -y && exit<br><br>git clone https://git.hush.is/hush/SilentDragonLite.git && cd SilentDragonLite/util && ./install.sh</details>
<details><summary>How to recover HUSH from the old webwallet?</summary>SDL can <a href="https://git.hush.is/hush/SilentDragonLite/releases/tag/v1.5.0" class="mainlink">import</a> old-style HUSH v2 private keys, which start with K or L. SDL will automatically "sweep" funds out of this private key, into a zaddr that is part of your Seed Phrase, it may take time for your funds to show up in your wallet.</details>
<details><summary>How can I restore my old wallet with an address that starts with R,5,L,U or K?</summary>./hush-cli importprivkey "privkey" "" true 0 128</details>
<details><summary>How can I restore my old address starting with R,5,L,U or K?</summary>./hush-cli importprivkey "privkey" "" true 0 128</details>
<details><summary>How can I fix 16: bad-txns-oversize or bad-txns-acpublic-chain error?</summary>./hush-cli z_mergetoaddress "["RFd48drqDChxqJ6Hy"]" zs1hce6rdvum09ytce6rdvu7ewrzmfq3azaddr 0 0</details>
<details><summary>How can I buy/get Hush anonymously?</summary>The best way is to mine Hush with ASICs, the less private way is to buy Bitcoin on localbitcoins and exchange it with <a href="https://safe.trade/trading/hushbtc" class="mainlink">safe.trade</a> or <a href="https://tradeogre.com/exchange/BTC-HUSH" class="mainlink">tradeogre.com</a>, consider "cash in person" method as well with paxful, localcoinswap, hodlhodl or localcryptos.</details>
<details><summary>Where can I spend Hush?</summary><a href="https://git.hush.is/onryo/hush-box" class="mainlink">box.hush.land</a> - pi 4 device with devuan and sdl pre-installed<br><br><a href="https://safe.trade/trading/hushbtc" class="mainlink">safe.trade</a> - centralized exchange<br><br><a href="https://tradeogre.com/exchange/BTC-HUSH" class="mainlink">tradeogre.com</a> - centralized exchange<br><br><a href="https://www.catharsiopa.xyz" class="mainlink">catharsiopa.xyz</a> - high-end artisan perfumes and fine arts</details>

Loading…
Cancel
Save