Update testnet-laconicd stack instructions
This commit is contained in:
parent
6b74477aff
commit
27d8685ca8
@ -26,10 +26,12 @@ Instructions for running a laconicd testnet full node and joining as a validator
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# laconicd
|
# laconicd
|
||||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd setup-repositories
|
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd setup-repositories --pull
|
||||||
|
|
||||||
# laocnic cli and console
|
# laconic cli and console
|
||||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console setup-repositories
|
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console setup-repositories --pull
|
||||||
|
|
||||||
|
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories and re-run the command
|
||||||
```
|
```
|
||||||
|
|
||||||
* Build the container images:
|
* Build the container images:
|
||||||
@ -38,7 +40,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
|
|||||||
# laconicd
|
# laconicd
|
||||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd build-containers
|
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd build-containers
|
||||||
|
|
||||||
# laocnic cli and console
|
# laconic cli and console
|
||||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console build-containers
|
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console build-containers
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -216,7 +218,10 @@ laconic-so deployment --dir laconic-console-deployment start
|
|||||||
* Create required validator configuration:
|
* Create required validator configuration:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Note:
|
||||||
# Edit the staking amount and other fields as required
|
# Edit the staking amount and other fields as required
|
||||||
|
# Replace <your-node-moniker> with your node's moniker for "moniker" field and the file name in command below
|
||||||
|
|
||||||
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd 'cat <<EOF > <your-node-moniker>-validator.json
|
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd 'cat <<EOF > <your-node-moniker>-validator.json
|
||||||
{
|
{
|
||||||
"pubkey": $(laconicd cometbft show-validator),
|
"pubkey": $(laconicd cometbft show-validator),
|
||||||
@ -256,6 +261,12 @@ laconic-so deployment --dir laconic-console-deployment start
|
|||||||
# Set your PK as 'userKey' in the config file
|
# Set your PK as 'userKey' in the config file
|
||||||
laconic-so deployment --dir laconic-console-deployment exec cli "nano config.yml"
|
laconic-so deployment --dir laconic-console-deployment exec cli "nano config.yml"
|
||||||
|
|
||||||
|
# services:
|
||||||
|
# registry:
|
||||||
|
# ...
|
||||||
|
# userKey: <your-private-key>
|
||||||
|
# ...
|
||||||
|
|
||||||
# Note: any changes made to the config will be lost when the cli Docker container is brought down
|
# Note: any changes made to the config will be lost when the cli Docker container is brought down
|
||||||
# So set / update the values in 'laconic-console-deployment/config.env' accordingly before restarting
|
# So set / update the values in 'laconic-console-deployment/config.env' accordingly before restarting
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user