Update 'docs.md'

This commit is contained in:
PJ Your Heiness 2021-04-07 09:43:36 +00:00
parent b722d14899
commit 80d3f8b3f2

16
docs.md
View File

@ -111,3 +111,19 @@ pubkey=$(./hush-cli -ac_name=LULZ validateaddress $newaddress | jq -r '.pubkey'
# Indicate the pubkey to the daemon
./hush-cli -ac_name=LULZ setpubkey $pubkey
```
After enabling mining, you can check that the two nodes are connected by using the following command:
```bash
./hush-cli -ac_name=LULZ getinfo | grep connections
```
If the nodes are properly connected, both nodes will respond with: `"connections": 1`
These are the coins you will later distribute to your community or use for HushChat or whatever other fun stuff you have planned :smile:
You can check the contents of the wallet by executing the following command in the terminal:
```bash
./hush-cli -ac_name=LULZ getwalletinfo
```