Skip to content

Commit

Permalink
docs: update dev running-a-node
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jun 30, 2021
1 parent 1db7e3f commit 92aa48b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
20 changes: 8 additions & 12 deletions docs/getting-started-devs/running-a-node.md
Expand Up @@ -6,15 +6,11 @@ tags: nano, node, setup, guide, wiki, run, how to

# Running a node

#### Resources

- <a href="https://docs.nano.org/running-a-node/overview/" target="_blank">Official Documentation</a>
- <a href="https://nendly.com/projects/lets-make-a-rep/" target="_blank">Nendly.com guide</a> (<a href="https://www.youtube.com/watch?v=VlIjQoPq7Lk" target="_blank">Video Walkthrough</a>)
- <a href="https://nanoo.tools/troubleshooting" target="_blank">Troubleshooting</a>
- <a href="https://github.com/lephleg/nano-node-docker" target="_blank">Automated docker setup</a>
- <a href="https://nanotools.github.io/easy-nano-node/digitalocean.html" target="_blank">Easy Nano Node</a> (<a href="https://nanotools.github.io/easy-nano-node/faq.html" target="_blank">Faqs</a>)
- <a href="https://nanotools.github.io/easy-nano-node/manual/ubuntu.html" target="_blank">Guide to setup</a> a Nano Node on Ubuntu

Review the <a href="https://docs.nano.org/releases/current-release-notes/" target="_blank">release notes</a> for the current release.

<a href="https://docs.nano.org/releases/node-releases/" target="_blank">Full release history</a>
| Resources | Description |
| ------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| <a href="https://docs.nano.org/running-a-node/overview/" target="_blank">Overview</a> | Summary of node types, hardware & maintenance requirements |
| <a href="https://docs.nano.org/integration-guides/build-options/" target="_blank">Build</a> | compiling & running from source |
| <a href="https://docs.nano.org/running-a-node/docker-management/" target="_blank">Docker</a> | setting up a node using docker |
| <a href="https://docs.nano.org/releases/current-release-notes/" target="_blank">Release Notes</a> | information about the latest version |
| <a href="https://docs.nano.org/releases/node-releases/" target="_blank">Release History | Full release notes for previous versions |
| <a href="https://nanoo.tools/troubleshooting" target="_blank">Troubleshooting</a> | nanoo.tools troubleshooting guide |
7 changes: 3 additions & 4 deletions docs/getting-started-users/storing/setup.md
Expand Up @@ -16,16 +16,15 @@ Before you get started make sure to understand some basic facts about [Nano](/ge

## Setup a password manager

Regardless of what wallet you use (software or hardware), you will need to back it up with a paper wallet. Using a password manager as a paper wallet to backup your seeds and secret keys provides the best mix of convenience, security, and durability.
Regardless of what wallet you use (software or hardware), you will need to back it up with a paper wallet. Using a password manager as a paper wallet to backup your secrets provides the best mix of convenience, security, and durability.

You should be using a password manager for other reasons anyways.

### Setup KeePassXC

Feel free to use whatever password manager you would like. KeePassXC is a good starter recommendation for the following reasons:
Feel free to use whatever password manager you would like. KeePassXC is recommended for the following reasons:

- offline
- allows you to manage/backup password file
- offline & local (you manage the password file)
- open source
- free
- strong encryption
Expand Down

0 comments on commit 92aa48b

Please sign in to comment.