mirror of
https://git.hush.is/hush/hsc-creator.git
synced 2025-10-06 00:03:32 -04:00
Update 'docs.md'
This commit is contained in:
parent
b722d14899
commit
80d3f8b3f2
16
docs.md
16
docs.md
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user