diff --git a/README.md b/README.md index ad99a03..0f3f1cf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A guide to mining the RandomX coin DragonX, a HUSH Smart Chain. # Install HUSH Look at [this guide](https://git.hush.is/hush/hush3/src/branch/master/INSTALL.md) if you have not already installed HUSH on the machine you intend to mine on. ###### *`Note:` If running Windows head over to the [releases page](https://git.hush.is/hush/hush3/releases) and download the latest Windows version. I would recommend installing [Windows Terminal](https://github.com/microsoft/terminal) to make it easier to access and execute commands with windows powershell* +###### *`Note:` If running on a Virtual Machine make sure the VM network settings are set to `Bridged Connection`.*
@@ -78,4 +79,15 @@ To make sure you are actually connected to the network and mining input the foll ``` ./hush-cli -ac_name="DRAGONX" getinfo | grep connections ``` -- If it returns `"connection": 1` you are connected and mining. \ No newline at end of file +- If it returns `"connection": 1` you are connected and mining. + +
+
+ +# Useful RPC commands + +All RPC commands for Hush can be used the same way for any HSC. The total list: + +* [RPC commands](https://faq.hush.is/rpc/coinsupply.html) + +
\ No newline at end of file