Browse Source

added note for VM

master
dan_s 2 years ago
parent
commit
4f82f70a81
  1. 14
      README.md

14
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 <u>have not</u> already installed HUSH on the machine you intend to mine on.
###### *`Note:` If running <u>Windows</u> 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`.*
</br>
@ -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.
- If it returns `"connection": 1` you are connected and mining.
</br>
</br>
# 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)
</br>
Loading…
Cancel
Save