Skip to content

Commit 8757c0d

Browse files
committed
Update PoS
- Erigon archive node deployment minor fix - Technical faqs apphash error fix - Technical faqs minor fixes
1 parent ca76db4 commit 8757c0d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/pos/node-howto/erigon-archive-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Mumbai testnet archive node: 2TB
1010
- SSD or NVMe. Bear in mind that SSD performance deteriorates when close to capacity
1111
- **Golang:** >= v1.20
12-
- **C++:** GCC 10+
12+
- **GCC:** >= v10
1313

1414
!!! note "HDD not recommended"
1515

docs/pos/node-howto/troubleshoot/technical-faqs.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,13 @@ Delete Bor: `sudo rm -rf /var/lib/bor`
382382

383383
### 28. What to do when you get "Wrong Block.Header.AppHash." error
384384

385-
This error usually occurs due to Infura requests getting exhausted. When you setup a node on Polygon, you add an Infura Key to the Config file (Heimdall). By default you are allowed 100k Requests per day, if this limit is crossed, then you would face such problems. To resolve this you can create a new API key and add it to the `config.toml` file.
385+
If your node fails with an appHash error, you'll need to restore it using a snapshot. See the [guide available here](/pos/node-howto/snapshots).
386386

387-
!!!tip
388-
Stay in the know
387+
Please make sure you are either using the chain flag in your service file, or the chain flag is set in your `config/heimdall-config.toml` file.
389388

390-
Keep up with the latest node and validator updates from the Polygon team and the community by subscribing to the [Polygon notification groups](https://polygon.technology/notifications/).
389+
If you are using Docker, please specify the chain flag in your `config/heimdall-config.toml` file.
390+
391+
!!! tip "Stay in the know"
392+
393+
Keep up with the latest node and validator updates from the Polygon team and the community by subscribing to the [announcements made on the Polygon forum](https://forum.polygon.technology/c/announcement/6).
391394

0 commit comments

Comments
 (0)