You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: improve the page of setting up a validator node (#2012)
* doc: improve the page of setting up a validator node
reorder the section about delegating state to the validator, and also explain how to add/update a validator's descriptive fields
Signed-off-by: Long Zhang <[email protected]>
* doc: use the original title, 'more' is not necessary here
Signed-off-by: Long Zhang <[email protected]>
---------
Signed-off-by: Long Zhang <[email protected]>
If successful, you should see a similar output as:
68
-
69
-
```console
70
-
code: 0
71
-
codespace: ""
72
-
data: ""
73
-
gas_used: "0"
74
-
gas_wanted: "0"
75
-
height: "0"
76
-
info: ""
77
-
logs: []
78
-
raw_log: '[]'
79
-
timestamp: ""
80
-
tx: null
81
-
txhash: <tx-hash>
82
-
```
83
-
84
-
You can check if the TX hash went through using the block explorer by
85
-
inputting the `txhash` ID that was returned.
86
-
87
33
## Optional: Deploy the celestia-node
88
34
89
35
Running a bridge node is critical to the Celestia network as it enables
@@ -167,8 +113,7 @@ Keep in mind that these steps are necessary ONLY if you want to participate
167
113
in the consensus.
168
114
169
115
Pick a `moniker` name of your choice! This is the validator name that will show
170
-
up on public dashboards and explorers. `VALIDATOR_WALLET` must be the same you
171
-
defined previously. Parameter `--min-self-delegation=1000000` defines the
116
+
up on public dashboards and explorers. `VALIDATOR_WALLET` is the name of the validator's wallet you have created previously. Parameter `--min-self-delegation=1000000` defines the
172
117
amount of tokens that are self delegated from your validator wallet.
The options `--identity`, `--website`, `--security-contact` and `--details` are optional. The `--identity` value is used to verify identity with systems like [Keybase](https://keybase.io/) or UPort. If you need to add or update the values of these descriptive fields when your validator is already created, you can use the following command (remove the options that you don't want to change the values for):
0 commit comments