Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren authored Oct 23, 2023
2 parents 04f2436 + d410102 commit d011743
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/introduction/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Namada can be installed through the following methods:
2. [From binaries](./install/binaries.mdx)
3. [From a docker image](./install/docker.mdx)

The hardware requirements for installing and running a Namada full node can be found [here](../operators/validators/hardware.mdx).
The hardware requirements for installing and running a Namada full node can be found [here](../operators/hardware.mdx).
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/testnets/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ HINT: `namadac balance`

### **Q: What requirements do I need to be a User/Validator?**

**A:** See [hardware requirements](../../operators/validators/hardware.mdx).
**A:** See [hardware requirements](../../operators/hardware.mdx).

In order to build binaries from source, at least 16GB RAM will be required.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This section covers the recommended hardware requirements for engaging with Nama

| Node Type | RAM | SSD | Number of Cores |
| ---------- | -------- | ---------- | --------------- |
| Validator | 8GB | 500GB* | 4 |
| Full Node | 8GB | 500GB | 2 |
| Validator | 8GB | 1TB* | 4 |
| Full Node | 8GB | 1TB | 2 |
| Light Node | TBD | TBD | TBD |

**Note that storage size will be dependent on level of pruning.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After=network-online.target
[Service]
User=$USER
WorkingDirectory=$HOME/.local/share/namada
Environment=TM_LOG_LEVEL=p2p:none,pex:error
Environment=CMT_LOG_LEVEL=p2p:none,pex:error
Environment=NAMADA_CMT_STDOUT=true
ExecStart=/usr/local/bin/namada node ledger run
StandardOutput=syslog
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/operators/validators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A post-genesis validator, on the other hand, is a validating account which was c
#### Pre-requisites
Validators require stake in the form of NAM in order to participate in the consensus process. The amount of stake required is specified in the genesis file. In order to become a validator, you must have at least the minimum amount of stake required.

In addition, the validator node must meet the [minimum hardware requirements](./validators/hardware.mdx).
In addition, the validator node must meet the [minimum hardware requirements](./hardware.mdx).

#### Steps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A genesis validator is one which is a validator right from the first block of th

### Prerequisites

- a machine that meets the [requirements](./hardware.mdx) for running a validator node
- a machine that meets the [requirements](../hardware.mdx) for running a validator node
- an associated public IPv4 address with ports 26656 reachable from anywhere for P2P connections

## Pre-genesis
Expand Down

0 comments on commit d011743

Please sign in to comment.