Skip to content

Commit

Permalink
Merge pull request #241 from gin/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
bengtlofgren authored Jan 24, 2024
2 parents 0dd5db8 + e2e03be commit 3f4d952
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/docs/pages/operators/remote-signing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ Expect to find new files and new folders inside `HorcruxNamada`:

This file will hold the signing state for the cluster.

5. Paste the belew content into it:
5. Paste the below content into it:

```json
{
"height": "0",
"round": "0",
" step": 3
"step": 3
}
```

Expand Down Expand Up @@ -199,7 +199,7 @@ It should now look like this:
{
"height": "<YOUR_NAMADA_HEIGHT>",
"round": "0",
" step": 3
"step": 3
}
```

Expand All @@ -221,10 +221,10 @@ If everything is working fine, your node should start signing blocks.
### WARNING :
FOR ALL RUNNING NODES IN THE CLUSTER BE SURE YOU ARE USING `priv_validator_laddr = "0.0.0.0:19901"` AND REMOVE THE ORIGINAL `priv_validator_key.json` FROM ALL NODES
PLEASE NOTE THAT USING REMOTE SIGNING COULD LEAD TO DOUBLE SIGNING AND SLASHING IF YOUR NODE SIGNED SAME BLOCK TWICE,
SO BE SURE THAT NEVER USE LOCAL AND REMOTE SIGNING SAME TIME .
SO BE SURE THAT NEVER USE LOCAL AND REMOTE SIGNING SAME TIME.


### TROUBLESHOUTING :
### TROUBLESHOOTING :
* check FW ports
* check dns for signers and node cnames
* check files and folder paths for horcrux
Expand Down

0 comments on commit 3f4d952

Please sign in to comment.