Browse Source

Update 'docs.md'

pull/2/head
Duke Leto 3 years ago
parent
commit
6e45e4e016
  1. 9
      docs.md

9
docs.md

@ -65,6 +65,15 @@ On your first node, change into the directory where Hush's `hushd` and `hush-cli
./hush-smart-chain -ac_name=LULZ -ac_supply=55555 -addnode=<IP address of the second node> &
```
To create a Hush Smart Chain with z2z (shielded transactions only) you add the `-ac_private=1` param:
```bash
./hush-smart-chain -ac_name=LULZ -ac_private=1 -ac_supply=55555 -addnode=<IP address of the second node> &
```
Remember to use the exact same parameters on both nodes, or they will not be able to connect to each other, because they will be different, incompatible blockchains. All parameters must match exactly for the same RPC port and other details to match.
### Verify the Response
After issuing this command in the terminal on both machines, you will find the p2p port in the terminal window.

Loading…
Cancel
Save