You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/operators/node-basics/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ We recommend that you run two machines with the same specifications, in differen
18
18
19
19
## What are the different networks?
20
20
21
-
There are two networks, each will require dedicated hardware. The Tangle Testnet is free and should be used to familiarize yourself with the setup. See [network configation page for more details.](../../resources/network-information-configuration.mdx)
21
+
There are two networks, each will require dedicated hardware. The Tangle Testnet is free and should be used to familiarize yourself with the setup. See [Resources for more details.](../../resources.mdx)
Copy file name to clipboardExpand all lines: pages/operators/validator.mdx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import Callout from "/components/Callout";
9
9
# Start Validating
10
10
11
11
<Callouttype="info">
12
-
**You should be familiar with [account management basics](/account-manage) before proceeding, and ensure you're connected to the correct network, Tangle Network.**
12
+
**You should be familiar with [account management basics](../network/account-manage.mdx) before proceeding, and ensure you're connected to the correct network, Tangle Network.**
13
13
</Callout>
14
14
15
15
Becoming a validator on a decentralized network like Tangle is a big responsibility and a fairly technical process. **You are accountable for both your stake and the stake of your nominators. Any errors could lead to slashing of tokens, impacting your balance and reputation.** However, there are also rewards - you help secure a decentralized network and can grow your stake through nominations.
@@ -39,10 +39,10 @@ In the future, validators may be able to participate in other forms of reward-wi
39
39
40
40
<Callout>
41
41
The following guide assumes you have a node operating and synced with the network. If not, see the following:
42
-
1.[Hardware Specifications](../hardware/)
43
-
2.[Node Software](../node-software/)
44
-
3.[Run Node with Docker](../deploy-with-docker/validator-node.mdx)
45
-
4.**or**[Run Node with Systemd](../systemd/validator-node.mdx)
3.[Run Node with Docker](./node-basics/docker-node.mdx)
45
+
4.**or**[Run Node with Systemd](./node-basics/systemd.mdx)
46
46
47
47
Once your node is operational, proceed.
48
48
@@ -59,10 +59,10 @@ Controller accounts are deprecated in Substrate. For more information, [see this
59
59
It is now time to set up our validator. We will do the following:
60
60
61
61
1. Bond the TNT of the Stash account on the Tangle Network. These TNT will be put at stake for the security of the network and can be slashed.
62
-
2. Select the [staking proxy account](./proxyaccount.mdx) account. This is the account that will decide when to start or stop validating.
62
+
2. Select the [staking proxy account](./validator/proxyaccount.mdx) account. This is the account that will decide when to start or stop validating.
63
63
64
64
<Callout>
65
-
See how to setup a [proxy account](./proxyaccount.mdx)
65
+
See how to setup a [proxy account](./validator/proxyaccount.mdx)
66
66
</Callout>
67
67
68
68
First, go to the Staking section. Click on "Account Actions", and then the "+ Stash" button.
@@ -73,7 +73,7 @@ Make sure not to bond all your TNT balance since you will be unable to pay trans
73
73
74
74
**Stash account** - Select your Stash account. In this example, we will bond 1 TNT, where the minimum bonding amount is 1. Make sure that your Stash account contains at least this much. You can, of course, stake more than this.
75
75
76
-
**Staking proxy account** - Select the staking [proxy account](./proxyaccount.mdx) created earlier. This account will also need a small amount of TNT in order to start and stop validating.
76
+
**Staking proxy account** - Select the staking [proxy account](./validator/proxyaccount.mdx) created earlier. This account will also need a small amount of TNT in order to start and stop validating.
77
77
78
78
**Value bonded** - How much TNT from the Stash account you want to bond/stake. Note that you do not need to bond all of the TNT in that account. Also note that you can always bond more TNT later. However, withdrawing any bonded amount requires the duration of the unbonding period. On Kusama, the unbonding period is 7 days. On Polkadot, the planned unbonding period is 28 days.
79
79
@@ -97,7 +97,7 @@ In order to participate in the tangle protocol, block production, and block fina
97
97
98
98
[More info about keys](https://wiki.polkadot.network/docs/learn-cryptography#session-keys)
99
99
100
-
See the guides for [launching Tangle Network with Docker](../node-basics/docker-node.mdx) and [Launching with Systemd](../node-basics/systemd.mdx) for exact guides on this step.
100
+
See the guides for [launching Tangle Network with Docker](./node-basics/docker-node.mdx) and [Launching with Systemd](./node-basics/systemd.mdx) for exact guides on this step.
101
101
102
102
Once your node and keys are setup and your node is synced, proceed to the following:
Copy file name to clipboardExpand all lines: pages/operators/validator/validator-rewards.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: A brief overview of Tangle Network rewards and their payout scheme.
5
5
6
6
# Validator Rewards
7
7
8
-
Running a [validator](requirements.mdx) node on the Tangle Network allows you to connect to the network, sync with a bootnode, obtain local access to RPC endpoints, and also author blocks. The network rewards successful validators (users running validator nodes and actively producing blocks) by paying a set amount of network tokens as rewards.
8
+
Running a [validator](/introduction) node on the Tangle Network allows you to connect to the network, sync with a bootnode, obtain local access to RPC endpoints, and also author blocks. The network rewards successful validators (users running validator nodes and actively producing blocks) by paying a set amount of network tokens as rewards.
Copy file name to clipboardExpand all lines: pages/restake/concepts.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Blueprints are specifications that define a service and its requirements. Develo
26
26
## Restaking
27
27
28
28
Restaking is the process of staking assets to participate in the Tangle Network as an operator or delegator. Operators stake their own assets or assets delegated to them by delegators to secure Blueprints and earn rewards. Restaking helps to compound returns over time, as a portion of the earned rewards are automatically added to the staked amount.
29
-
[Read more about Blueprints](../developers/introduction.mdx)
29
+
[Read more about Blueprints](../developers/blueprints.mdx)
30
30
31
31
## Service Instances
32
32
@@ -35,7 +35,7 @@ Service instances are live deployments of Blueprints requested by users. When a
35
35
## Incentives
36
36
37
37
Tangle Network's incentive mechanism is designed to reward both operators and developers. Operators earn inflationary rewards for securing Blueprints, while developers earn a share of the rewards generated by the usage of their Blueprints. This system encourages the creation of valuable services and ensures a productive service economy.
38
-
[Read more about Incentives](../developers/restaking-rewards.mdx)
38
+
[Read more about Incentives](./restaking-rewards.mdx)
0 commit comments