Skip to content

Commit

Permalink
docs: fix dead links (helium#240)
Browse files Browse the repository at this point in the history
Fix dead links to validator run and validator monitor

Change-type: patch
Signed-off-by: Aaron Shaw <[email protected]>
  • Loading branch information
shawaj committed Mar 14, 2021
1 parent e552eba commit 1d0e151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mine-hnt/validators/validators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ To run a Testnet Validator node refer to the following:
<a className="block" href="/mine-hnt/validators/requirements"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Technical Requirements</a>
<a className="block" href="/mine-hnt/validators/validator-wallet"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Configure Wallet</a>
<a className="block" href="/mine-hnt/validators/validator-tnt"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Obtain Testnet Network Tokens (TNT)</a>
<a className="block" href="mine-hnt/validators/validator-run"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Run a Validator</a>
<a className="block" href="/mine-hnt/validators/validator-monitor)"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Monitor a Validator</a>
<a className="block" href="/mine-hnt/validators/validator-run"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Run a Validator</a>
<a className="block" href="/mine-hnt/validators/validator-monitor"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Monitor a Validator</a>
<a className="block" href="/mine-hnt/validators/validator-troubleshooting"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Troubleshooting</a>
<a className="block" href="/mine-hnt/validators/validator-testcases"><img className="docicon" src={useBaseUrl("img/icons/docicon.svg")} /> Test Cases</a>
</div>
Expand All @@ -63,4 +63,4 @@ As stated above, we are currently running the Testnet. As such, a few things are
* Developers need Testnet Network Tokens (TNT) to stake test validator nodes. You can get them [via the Faucet](https://faucet.helium.wtf) but, before you do that, read the [Validator Deployment Guide](/mine-hnt/validators/validator-deployment-guide) so you know how to use them.
* The Testnet Consensus Group will be sized dynamically based on the number of active testnet participants.
* Testnet block production and epochs are accelerated. They are 10 second blocks and 10 minute epochs (mainnet targets 60 second blocks and 30 minute epochs).
* The cooldown period - defined as the number of blocks after unstaking when the validator node doesn't earn rewards, and the stake is returned to the owner's wallet - is shortened to 360 blocks (or approximately 60 minutes). On mainnet this period will be closer to 200000 blocks.
* The cooldown period - defined as the number of blocks after unstaking when the validator node doesn't earn rewards, and the stake is returned to the owner's wallet - is shortened to 360 blocks (or approximately 60 minutes). On mainnet this period will be closer to 200000 blocks.

0 comments on commit 1d0e151

Please sign in to comment.