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
- If you want to connect to Polygon Mumbai Testnet, use: [https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology)
62
+
- If you want to connect to Polygon Amoy Testnet, use: [https://heimdall-api-testnet.polygon.technology](https://heimdall-api-testnet.polygon.technology)
63
63
64
64
- For Polygon mainnet, use: [https://heimdall-api.polygon.technology](https://heimdall-api.polygon.technology)
In case you encounter any issues and are looking for support, please get in touch with the Erigon team. More details available in [this GitHub README](https://github.com/ledgerwatch/erigon?tab=readme-ov-file#getting-in-touch).
77
+
In case you encounter any issues and are looking for support, please get in touch with the Erigon team. More details available in [the Erigon GitHub README](https://github.com/ledgerwatch/erigon?tab=readme-ov-file#getting-in-touch).
Copy file name to clipboardExpand all lines: docs/pos/how-to/full-node/full-node-binaries.md
+15-22Lines changed: 15 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
This deployment guide walks you through starting and running a full node through various methods. For the system requirements, see the [Minimum Technical Requirements](../validator/validator-system-requirements.md) guide.
2
+
This deployment guide walks you through starting and running a full node through various methods. For the system requirements, see the [minimum technical requirements](../validator/validator-system-requirements.md) guide.
3
3
4
4
!!!tip "Snapshots"
5
5
@@ -64,9 +64,11 @@ To install **Heimdall**, run the below commands:
- You will need to add a few details in the `config.toml` file. To open the `config.toml` file run the following command`vi /var/lib/heimdall/config/config.toml`
@@ -99,13 +99,13 @@ You will need to check and modify these files accordingly.
99
99
100
100
- Make sure the chain is set correctly in`/lib/systemd/system/heimdalld.service` file. Open the file with following command`sudo vi /lib/systemd/system/heimdalld.service`
101
101
102
-
- In the service file, set`--chain` to `mainnet` or `mumbai` accordingly
102
+
- In the service file, set`--chain` to `mainnet` or `amoy` accordingly
103
103
104
104
Save the changes in`/lib/systemd/system/heimdalld.service`.
105
105
106
106
- Make sure the chain is set correctly in`/var/lib/bor/config.toml` file. Open the file with following command`sudo vi /var/lib/bor/config.toml`
107
107
108
-
- In the config file, set`chain` to `mainnet` or `mumbai` accordingly.
108
+
- In the config file, set`chain` to `mainnet` or `amoy` accordingly.
109
109
110
110
- To enable Archive mode you can optionally enable the following flags:
@@ -459,7 +459,7 @@ You will need to check and modify these files accordingly.
459
459
460
460
- Make sure the chain is set correctly in`/lib/systemd/system/heimdalld.service` file. Open the file with following command`sudo vi /lib/systemd/system/heimdalld.service`
461
461
462
-
- In the service file, set`--chain` to `mainnet` or `mumbai` accordingly
462
+
- In the service file, set`--chain` to `mainnet` or `amoy` accordingly
463
463
- Add `--bridge --all` to the heimdall command line for validator, example:
0 commit comments