Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Oct 3, 2024
1 parent d821502 commit 00c5bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/notary/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = "Setup Komodo Notary Node";
export const description =
"This guide serves to offer notary operators a reference for building a Komodo Notary Node server.";

# Setup Komodo Notary Node
# Setup Komodo Notary Node Season 8

## NN Repo Quick Reference

Expand All @@ -21,7 +21,7 @@ The steps for setting up your nodes are as follows:
* Setup the 3rd Party docker containers, import the private key linked to your "3P" elected pubkey, and let them sync.
* Install and configure Iguana

Some additional tips will be included at the end of the guide to help with node management and maintainence.
Some additional tips will be included at the end of the guide to help with node management and maintenance.

If you face problems, please join the `#notarynode` channel on the [Komodo Discord Server](https://komodoplatform.com/discord) for help.

Expand Down Expand Up @@ -88,7 +88,7 @@ It is recommended that you write down the randomly generated seed (24 words) in

<Note>
In the examples below, I will use the username `dragonhound`. Please replace this with your own username.
Make sure to use a password manager like [KeePassXC](https://keepassxc.org/) to generate and store your sudo passwords an SSH keys, and backup your password database to a secure location so you dont lose access to your server if your desktop/laptop fails.
Make sure to use a password manager like [KeePassXC](https://keepassxc.org/) to generate and store your sudo passwords and SSH keys, and backup your password database to a secure location so you don't lose access to your server if your desktop/laptop fails.
</Note>

* **Update the system**: `sudo apt-get update && sudo apt-get upgrade -y`
Expand Down

0 comments on commit 00c5bf3

Please sign in to comment.