diff --git a/docs.md b/docs.md index 5b51b08..3cefcc9 100644 --- a/docs.md +++ b/docs.md @@ -110,4 +110,20 @@ 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 ``` \ No newline at end of file