Skip to content

Commit

Permalink
Added Manual software pre-requirement for chrony (#1204)
Browse files Browse the repository at this point in the history
* Added Manual software pre-requirement for chrony

* Corrections/addendum to prev suggestion

Co-authored-by: Priyank <3169068+rdlrt@users.noreply.github.com>
  • Loading branch information
ResponsibleStaking and rdlrt committed Nov 29, 2021
1 parent ea13b86 commit 997df69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

The architecture for various components are already described at [docs.cardano.org](https://docs.cardano.org/explore-cardano/cardano-architecture/overview) by CF/IOHK. We will not reinvent the wheel :smile:

#### Manual Software Pre-Requirements


While we do not intend to hand out step-by-step instructions, the tools are often misused as a shortcut to avoid ensuring base skillsets mentioned on home page. Some of the common gotchas that we often find SPOs to miss out on:

- It is imperative that pools operate with highly accurate system time, in order to propogate blocks to network in a timely manner and avoid penalties to own (or at times other competing) blocks. Please refer to sample guidance [here ](https://ubuntu.com/server/docs/network-ntp) for details - the precise steps may depend on your OS.
- Ensure your Firewall rules at Network as well as OS level are updated according to the usage of your system, you'd want to whitelist the rules that you really need to open to world (eg: You might need node, SSH, and potentially secured webserver/proxy ports to be open, depending on components you run).
- Update your SSH Configuration to prevent password-based logon.
- Ensure that you use offline workflow, you should never require to have your offline keys on online nodes. The tools provide you backup/restore functionality to only pass online keys to online nodes.

#### Pre-Requisites

!!! info "Reminder !!"
Expand Down

0 comments on commit 997df69

Please sign in to comment.