Update node URL instruction
This commit is contained in:
parent
b93f3515a5
commit
2c1ba2167b
@ -220,6 +220,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Set the public IP address of the machine where your node is running
|
# Set the public IP address of the machine where your node is running
|
||||||
|
# NOTE: An https URL can also be used
|
||||||
node_url: "tcp://NODE_PUBLIC_IP_ADDRESS:26657"
|
node_url: "tcp://NODE_PUBLIC_IP_ADDRESS:26657"
|
||||||
|
|
||||||
# Make sure to wrap it with single quotes ('')
|
# Make sure to wrap it with single quotes ('')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# The URL of the laconicd node's RPC endpoint (e.g., "tcp://NODE_PUBLIC_IP_ADDRESS:26657")
|
# The URL of the laconicd node's RPC endpoint (e.g., "tcp://NODE_PUBLIC_IP_ADDRESS:26657" or "https://<your-node-url>")
|
||||||
node_url: ""
|
node_url: ""
|
||||||
|
|
||||||
# The public key of the validator node. This is required for creating the validator on chain
|
# The public key of the validator node. This is required for creating the validator on chain
|
||||||
|
Loading…
Reference in New Issue
Block a user