-
Notifications
You must be signed in to change notification settings - Fork 23
cleanup and maintenance #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
fixed a few errors and some cleanup.
|
| securely and privately over Tor. | ||
|
|
||
| **Running as a systemd service** will allow your node to always remain synced, as opposed to intermittently running node. | ||
| **Running as a systemd service** will allow your node always to remain synced, as opposed to running node intermittently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
always to -> to always
Running node -> running the node
| 3. [Download](../interacting/download-monero-binaries.md) and [verify](../interacting/verify-monero-binaries.md) the archive. | ||
|
|
||
| 4. Extract the binaries (adjust filename if necessary): | ||
| 4. Extract the binaries (adjust the filenames if necessary): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Singular filename (it refers to the archive)
| ``` | ||
|
|
||
| To verify, use `ufw status`. The output should be similar to the following (the `22` being default SSH port, unrelated to Monero): | ||
| To verify, use `ufw status`. The output should be similar to the following (the `22` being the default SSH port, unrelated to Monero): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To verify, use `ufw status`. The output should be similar to the following (the `22` being the default SSH port, unrelated to Monero): | |
| To verify, use `ufw status`. The output should include the following: |
since were specifying sshd above, we probably dont need to repeat it here
fixed a few errors here and there.