Open
Conversation
fixed a few errors and some cleanup.
|
nahuhh
reviewed
Jul 29, 2025
| 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. |
Collaborator
There was a problem hiding this comment.
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): |
Collaborator
There was a problem hiding this comment.
Singular filename (it refers to the archive)
nahuhh
reviewed
Jul 29, 2025
| ``` | ||
|
|
||
| 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): |
Collaborator
There was a problem hiding this comment.
Suggested change
| 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed a few errors here and there.