Browse Source

fix some typos

master
Duke 1 year ago
parent
commit
bae7fc0997
  1. 8
      memos/3/index.html

8
memos/3/index.html

@ -40,7 +40,7 @@ These dev updates may or may not happen on a regular basis, depending on if they
</p>
<p>
Additionally in 3.9.3 there are two new <a href="https://faq.hush.is/rpc/">RPCs</a> which node operators may find useful. "<a href="https://faq.hush.is/rpc/getrescaninfo.html">getrescaninfo</a>" tells you info about a current rescan, including what percentage complete it is. This is much more convenient that searching for this data in debug.log. There is also "<a href="https://faq.hush.is/rpc/abortrescan.html">abortrescan</a>" which will abort a current rescan if one is happening. This is an extremely useful RPC in case you accidentally started a rescan (possible for all-time) which could take hours or days to complete. Previously there was no good way to stop a rescan, except forcefully killing a node and risking disk or wallet corruption. This RPC should be especially useful for nodes with large wallets, where rescans take a very long time.
Additionally in 3.9.3 there are two new <a href="https://faq.hush.is/rpc/">RPCs</a> which node operators may find useful. "<a href="https://faq.hush.is/rpc/getrescaninfo.html">getrescaninfo</a>" tells you info about a current rescan, including what percentage complete it is. This is much more convenient than searching for this data in debug.log. There is also "<a href="https://faq.hush.is/rpc/abortrescan.html">abortrescan</a>" which will abort a current rescan if one is happening. This is an extremely useful RPC in case you accidentally started a rescan (possibly for all-time) which could take hours or days to complete. Previously there was no good way to stop a rescan, except forcefully killing a node and risking disk or wallet corruption. This RPC should be especially useful for nodes with large wallets, where rescans take a very long time.
</p>
<p>
@ -53,7 +53,7 @@ affects you, workarounds including specifying "-stratumallowip" multiple times t
</p>
<p>
Hush developers are currently in the process of making a release of SilentDragon (SD) and a new release of SilentDragonLite (SDL) just came out. One large change will be that support for our old android app SilentDragonAndroid (SDA) is being removed. That is the app that requires "pairing" to a wallet via websockets. We now have a new SDA which does not require pairing, it's is a "lite wallet" that talks to a lite wallet backend server, which is much easier to use. Since the old SDA is deprecated and no longer supported, the SilentDragonWormhole is also no longer supported, since it was only needed to allow devices on different networks to pair with each other.
Hush developers are currently in the process of making a release of SilentDragon (SD) and a new release of SilentDragonLite (SDL) just came out. One large change will be that support for our old android app SilentDragonAndroid (SDA) is being removed. That is the app that requires "pairing" to a wallet via websockets. We now have a new SDA which does not require pairing, it is a "lite wallet" that talks to a lite wallet backend server, which is much easier to use. Since the old SDA is deprecated and no longer supported, the SilentDragonWormhole is also no longer supported, since it was only needed to allow devices on different networks to pair with each other.
</p>
<p>
@ -80,8 +80,8 @@ SD also has a huge number of new features and bugfixes coming in the next releas
<li>SD is now able to be a GUI wallet for DragonX, which is called SilentDragonX (SDX).</li>
<li>This is the very first GUI wallet for a Hush Smart Chain and we believe DragonX users will really enjoy it.</li>
<li>SDX also includes a Mining tab which allows users to mine via a GUI, no more CLI required to mine!</li>
<li>The Mining tab has been translated to Spanish (ES), Chinese (ZH) and Russian (RU) so far.</li>
<li>You now can choose a language translation while the wallet is running. You no longer need to use the same language as the operating system uses. All currently supported translations are options in a dropdown list. </li>
<li>The Mining tab has been translated to Spanish (ES), Chinese (ZH) and Russian (RU)</li>
<li>You now can choose a language translation while the wallet is running. You no longer need to use the same language as the operating system uses. All currently supported (19) translations are options in a dropdown list. </li>
<li>Previously only port 9050 was supported for proxying via Tor. This would not work with any custom port, or with Tor Browser which uses port 9150. SD now supports a custom proxy port and supports being used with the Tor proxy provided with Tor Browser. This means users can install Tor via a GUI use a Hush GUI wallet with Tor, without ever using the CLI </li>
<li>Pairing to the old SilentDragonAndroid (SDA) app has been removed. The new SDA does not need to pair to a desktop wallet.</li>
<li>Read the <a href="https://git.hush.is/hush/SilentDragon/src/branch/dev/doc/relnotes/README.md">Release Notes</a> for full details</li>

Loading…
Cancel
Save