Browse Source

How to stop hushd

pull/8/head
Duke Leto 2 years ago
parent
commit
61e152272a
  1. 32
      index.html

32
index.html

@ -88,8 +88,38 @@ For further information, <a href="https://faq.hush.is/sdl/">check here</a>.
<h1>How can I download SilentDragonAndroid (SDA) ?</h1>
You can download this here, <a href="https://git.hush.is/hush/SilentDragonAndroid">SDA</a>, but note that it is a companion application to a desktop wallet.
<h1>How Do I Stop hushd?</h1>
<p>
There are various ways to stop hushd safely. The best and easiest method is
<b>hush-cli stop</b>
</p>
<p>
The <b>kill</b> or <b>killall</b> command should not be used, it can corrupt your wallet.dat!
The funds won't be completely lost, but they will be very hard to recover and require using
advanced command-line tools to fix, which is as good as lost for many people. The <b>kill</b>
command may have worked for you in the past, but it's a dangerous risk. If you are unlucky and
the wallet.dat is being updated when you type the command, it can cause corruption. So it may
have worked for you in the past, possibly many times, but it's still very risky.
</p>
<p>
In some rare cases it's possible that <b>hush-cli stop</b> will not work, because the Hush RPC
interface is not responding. Hush has a special disk-based solution for this case. Run the following
command on Linux: <b>touch ~/.hush/plz_stop</b> . This will create an empty file and hushd will
notice it withing 120 seconds and stop correctly without risking a corrupt wallet.dat . On other
Operating Systems, find the directory with your wallet.dat file and create a file called <b>plz_stop</b>
in the same directory. The contents of the file do not matter.
</p>
<h1>Why is my node out of sync?</h1>
...
<p>Nodes can be out of sync for seemingly infinite reasons. We suggest reporting the details of
your system, such as Operating System version and hushd version to our <a href="https://hush.is/tg_support">Telegram Support</a>.
Make sure to include details such as if you are using hushd directly or SilentDragon and any relevant version numbers.
</p>
<h1>Why is my balance different than the explorer?</h1>
<p>

Loading…
Cancel
Save