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: docs/pos/how-to/operating/validator-node/index.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
# Operating a Polygon Validator Node
2
-
3
1
Operating as a validator on the Polygon Network involves playing a pivotal role in validating transactions within the blockchain. This guide provides details on how to run a Validator Node (including Sentry and Validator components) on the Polygon Network, the responsibilities involved, and the technical and operational aspects to consider.
In Polygon, validators stake their MATIC tokens as collateral to work for the security of the network, and in exchange for their service, earn rewards.
17
2
18
3
To leverage Polygon's economics, you should either become a validator or a delegator.
Copy file name to clipboardExpand all lines: docs/pos/reference/commands.md
+15-28Lines changed: 15 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,7 @@
1
1
This guide provides a curated list of common commands and Polygon-specific operations essential for node operators. Whether you're setting up a full node, validator node or troubleshooting, these commands will assist you in managing your Polygon PoS environment effectively.
2
2
3
-
## Frequently Used Commands for Bor & Heimdall
4
-
5
-
Use the tabs below to switch between commands for Bor and Heimdall:
To execute Bor IPC commands, use the following syntax:
17
7
@@ -32,8 +22,7 @@ bor attach .bor/data/bor.ipc <command>
32
22
|`eth.getBlock("latest").number`|`curl http://YourIP:8545 -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0", "id":1, "method":"bor_getSigners", "params":["0x98b3ea"]}'`| Queries the height of the latest Bor block. |
33
23
||`curl http://YourIP:8545 -X POST -H "Content-Type: application/json" --data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'`| Retrieves the `chainID`. |
34
24
35
-
</TabItem>
36
-
<TabItemvalue="heimdall">
25
+
### Heimdall
37
26
38
27
| Command | Description |
39
28
| ------- | ----------- |
@@ -45,10 +34,8 @@ bor attach .bor/data/bor.ipc <command>
45
34
|`heimdalld unsafe-reset-all`| Resets the database in case of issues. |
46
35
|`curl localhost:26657/status`| Provides comprehensive information about Heimdall. |
Copy file name to clipboardExpand all lines: docs/pos/reference/contracts/stakingmanager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ For the Polygon's Proof of Security based consensus, all the ⅔+1 proof verific
9
9
From one Ethereum address, a **Staker can only be a validator or delegator** (it's just a design choice, no hard reasons).
10
10
11
11
12
-
## Validator Admissions / Replacement
12
+
## Validator admissions / replacement
13
13
14
14
### Admissions
15
15
At present, there are no open validator slots available on Polygon PoS. There is also a waitlist to become a validator. In the future, if slots become available, validators may apply to be considered and removed off of the waitlist.
@@ -23,7 +23,7 @@ PIP4 introduced the concept of showcasing validator performance for community vi
23
23
Currently, [<ins>Phase 2 of PART C in PIP4</ins>](https://forum.polygon.technology/t/pip-4-validator-performance-management/9956/24) is being implemented. This is where the community decides on validator prospect evaluation criteria. In time, this exercise will produce an application and admissions process.
24
24
25
25
26
-
## Methods and Variables
26
+
## Methods and variables
27
27
28
28
!!!caution
29
29
Slashing Implementation
@@ -182,7 +182,7 @@ function checkSignatures(
182
182
183
183
Checks if a given validator is active validator for the current epoch.
Copy file name to clipboardExpand all lines: docs/pos/reference/errors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This guide aims to provide solutions for common errors you might encounter while interacting with Polygon PoS. If you come across an error that is not listed here, please consult Polygon Support or community forums for additional help.
Copy file name to clipboardExpand all lines: docs/pos/reference/mapped-tokens.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,7 @@
6
6
If you want to get your token mapped then please send your mapping request via [<ins>mapper.polygon.technology</ins>](https://mapper.polygon.technology/).
Copy file name to clipboardExpand all lines: docs/pos/reference/port-management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This guide provides a detailed list of default ports used across Polygon nodes, including Bor and Heimdall. Understanding these ports is crucial for network configuration and effective communication between nodes.
0 commit comments