Skip to content

Commit

Permalink
Edited a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thomivy authored Jan 15, 2024
1 parent 992ca26 commit 231c9d2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pages/docs/faqs.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# General FAQ: Frequently Asked questions
# General FAQ: Frequently Asked Questions

## Where can I get help?

Our Discord is the best place to get assistance with your node or other questions about the project. See http://webb.tools/community for links to that Discord and more.
Our Discord is the best place to get assistance with your node or other questions about the project. See http://webb.tools/community for links to Discord and more.

## How do I stay up to date?

All upgrades and important technical information are announced on Discord and Twitter, in the #tangle-network channel. See http://webb.tools/community for links to that Discord and more.
All upgrades and important technical information are announced on Discord and Twitter, in the #tangle-network channel. See http://webb.tools/community for links to Discord and more.

## What are the hardware requirements?

Expand All @@ -23,7 +23,7 @@ See https://docs.webb.tools/docs/ecosystem-roles/validator/requirements/ for mor

## What about backup nodes?

We recommedend that you run two machines with the same specifications, in different countries and service providers in order to decentralize and make your services more robust. If your primary fails you can quickly resume services on your backup and continue to produce blocks and earn rewards. Please refer to the Q&A on failovers below.
We recommend that you run two machines with the same specifications, in different countries and service providers to decentralize and make your services more robust. If your primary fails you can quickly resume services on your backup and continue to produce blocks and earn rewards. Please refer to the Q&A on failovers below.

## What are the different networks?

Expand Down Expand Up @@ -58,15 +58,15 @@ The only ports that need to be open for incoming traffic are those designated fo

We're working on this, check back soon!

## What are the recommendations on monitoring my node?
## What are the recommendations for monitoring my node?

Monitoring is critical for success as a node operator. See our full Monitoring guide at https://docs.webb.tools/docs/node/monitoring/quickstart//

## What are the KPIs I should be monitoring?

The main key performance indicator for a node operator is the number of blocks produced. The prometheus metric for this is called substrate_proposer_block_constructed_count.
The main key performance indicator for a node operator is the number of blocks produced. The Prometheus metric for this is called substrate_proposer_block_constructed_count.

## How should I setup alerting?
## How should I set up alerting?

Alerting is critical for your success as a node operator, see our full guide to using our recommended AlertManager at https://docs.webb.tools/docs/node/monitoring/alert-manager/

Expand All @@ -76,12 +76,12 @@ When the primary server is down, the best way to perform a failover to the backu

## What should I look for in the logs?

For full support, see our guides on logging at https://docs.webb.tools/docs/node/monitoring/loki/ .
For full support, see our guides on logging at https://docs.webb.tools/docs/node/monitoring/loki/.

## How much stake do I need to become an validator in the active set?
## How much stake do I need to become a validator in the active set?

Per era, the NPoS system selects a certain number of nodes with the most TNT to validate. Therefore, minimum amount required to become an active nominator and earn rewards may change from era to era. You can check the active validator set's stake at https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftangle-standalone-archive.webb.tools#/staking
Per era, the NPoS system selects a certain number of nodes with the most TNT to validate. Therefore, the minimum amount required to become an active nominator and earn rewards may change from era to era. You can check the active validator set's stake at https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftangle-standalone-archive.webb.tools#/staking

## How do I set an identity on my account?

Setting an identity on chain will help to identify your node and attract delegations. You can set an identity by following the instructions on Polkadot's Identity Documentation at https://wiki.polkadot.network/docs/learn-identity
Setting an identity on-chain will help to identify your node and attract delegations. You can set an identity by following the instructions on Polkadot's Identity Documentation at https://wiki.polkadot.network/docs/learn-identity

0 comments on commit 231c9d2

Please sign in to comment.