Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit f9359f7

Browse files
bloxsterMichele Modolobloxster
authored
Diagnostics Tool, v3.0.0-beta2 update (#10)
* add development branch for preview releases * updated tls * updates * update * updates and corrections * added staking to minimal node * updated Polygon quicknode page * updated Gnosis Chain quick node * Gnosis quicknode formatting error correction * updated disclaimer on welcome page * updated disclaimer on welcome page * updated disclaimer on welcome page * typo correction * typo correction on welcome page * typo correction on welcome page * updates and corrections * updates and correction * updates * updates * updates * update * updated * restructured and improved Windows installation documentation * updated sentry and rpc_daemon * updated full node by default, staking, alpha6 etc. * updates and fixes * updated staking, caplin, RPC, disk space, ports * added op-node * updates * correction * updated JSON-RPC, welcome, README * updated intro page * small syntax modification * punctuation * int chapter more info * duplicate title * syntax correction * minor markdown issues * small fixes and duplicates removal * corrected heimdall API * removed duplicate options * duplicate removal * introduced link to sync times. * updated link * updated to v3.00.0-beta1 * broken link, duplicate removal * typo * Merged main into development * updates * updates and corrections * updated disclaimer on welcome page * updates and corrections * updates and correction * updates * update * updated * updated sentry and rpc_daemon * updated full node by default, staking, alpha6 etc. * updates and fixes * updated staking, caplin, RPC, disk space, ports * added op-node * updates * updated JSON-RPC, welcome, README * updated intro page * minor markdown issues * small fixes and duplicates removal * broken link, duplicate removal * Update to v3.00.0-beta1 (#7) * add development branch for preview releases * updated tls * updates * update * updates and corrections * added staking to minimal node * updated Polygon quicknode page * updated Gnosis Chain quick node * Gnosis quicknode formatting error correction * updated disclaimer on welcome page * updated disclaimer on welcome page * updated disclaimer on welcome page * typo correction * typo correction on welcome page * typo correction on welcome page * updates and corrections * updates and correction * updates * updates * updates * update * updated * restructured and improved Windows installation documentation * updated sentry and rpc_daemon * updated full node by default, staking, alpha6 etc. * updates and fixes * updated staking, caplin, RPC, disk space, ports * added op-node * updates * correction * updated JSON-RPC, welcome, README * updated intro page * small syntax modification * punctuation * int chapter more info * duplicate title * syntax correction * minor markdown issues * small fixes and duplicates removal * corrected heimdall API * removed duplicate options * duplicate removal * introduced link to sync times. * updated link * updated to v3.00.0-beta1 * broken link, duplicate removal * typo --------- Co-authored-by: Michele Modolo <michele@nospam.nospam> Co-authored-by: bloxster <bloxster@proton.me> * small updates and typos * conflict solving * Updated Diagnostics Tool and minor fixes * update to 3.00.0-beta2 * update to v3.0.0-beta2 * updated broken link in Caplin * removed instructions for staking with externalcl --------- Co-authored-by: Michele Modolo <michele@nospam.nospam> Co-authored-by: bloxster <bloxster@proton.me>
1 parent 798c5e9 commit f9359f7

26 files changed

+242
-49
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The Erigon 3 documentation © 2025 by Erigon contributors is licensed under CC BY 4.0.
22

3-
To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/
3+
To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/.

src/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@
5050
- [Caplin](advanced/bp-caplin.md)
5151

5252
- [Tools](tools.md)
53-
- [Dagnostic Tools](tools/introduction.md)
53+
- [Diagnostics Tool](tools/introduction.md)
5454
- [Installation](tools/installation.md)
5555
- [Setup](tools/setup.md)
56-
- [User Interface](tools/user_interface.md)
56+
- [Options](tools/options.md)
57+
- [Browser Interface](tools/user_interface.md)
5758
- [Otterscan](tools/otterscan.md)
5859

5960
- [Frequently Asked Questions](faq.md)

src/about/contributing.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# Contributing to Erigon 3
1+
# Contributing
22

3-
## Development
3+
4+
- [Contributing to Erigon 3](#contributing-to-erigon-3)
5+
- [Contributing to Documentation](#contributing-to-documentation)
6+
7+
8+
## Contributing to Erigon 3
9+
10+
### Development
411

512
Erigon is an open-source project that welcomes contributions from developers worldwide who are passionate about advancing the Ethereum ecosystem. Bounties may be offered for noteworthy contributions, as the team is committed to continuously enhancing the tool to better serve the Erigon community.
613

@@ -39,6 +46,6 @@ Visit also Erigon's **[Wiki](https://github.com/ledgerwatch/erigon/wiki)** to ga
3946
- Transaction Pool Design
4047
- Using Postman to test RPC.
4148

42-
# Documentation
49+
# Contributing to Documentation
4350

44-
To contribute to this documentation, commit your change to the development branch on **[Github](https://github.com/erigontech/docs/tree/development)**. You might want to run it locally to verify the output before committing, see how MdBook works [here](https://rust-lang.github.io/mdBook/index.html).
51+
To contribute to the Erigon 3 book, commit your change to the development branch on **[Github](https://github.com/erigontech/docs/tree/development)**. You might want to run it locally to verify the output before committing, see how MdBook works [here](https://rust-lang.github.io/mdBook/index.html).

src/about/license.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# License
22

3-
The Erigon 3 Book © 2024 by Erigon contributors is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
3+
Copyright 2025 Erigon Technologies AG.
4+
5+
Licensed under the [LGPL-3.0](https://github.com/erigontech/erigon/blob/release/2.60/COPYING.LESSER), [GPL-3.0](https://github.com/erigontech/erigon/blob/release/2.60/COPYING).
6+
7+
*Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.*

src/about/reachus.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
The Erigon Technologies AG office is located in the CV Labs in Zug:
44

5-
65
```
7-
Erigon Technologies AG
6+
Erigon Technologies AG
87
Damstrasse 16
98
6300 Zug
109
Switzerland
1110
```
1211

12+
**[erigon.tech](https://erigon.tech)**
13+
1314
## Erigon Discord Server
1415

1516
The most important discussions take place on the Discord server where also some support is provided. To get an invite, send an email to bloxster [at] proton.me with your name, profession, a short explanation why you want to join the Discord server and how you heard about Erigon.

src/advanced/bp-ext.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
# Using an external consensus client as validator
22

3-
To enable external consensus clients, add the flags:
43

5-
```bash
6-
--mine --miner.etherbase=...
7-
```
8-
or
9-
10-
```bash
11-
--mine --miner.miner.sigkey=...
12-
```
13-
14-
Other supported options are:
15-
- `--miner.notify`: Comma separated HTTP URL list to notify of new work packages
16-
- `--miner.gaslimit`: Target gas limit for mined blocks (default: `36000000`)
17-
- `--miner.etherbase`: Public address for block mining rewards (default: "`0`")
18-
- `--miner.extradata`: Block extra data set by the miner (default: `client version`)
19-
- `--miner.noverify`: Disable remote sealing verification (default: `false`)
20-
- `--miner.noverify`: Disable remote sealing verification (default: `false`)
21-
- `--miner.sigfile`: Private key to sign blocks with
22-
- `--miner.recommit`: Time interval to recreate the block being mined (default: `3s`)
23-
- `--miner.gasprice`: This option sets the minimum gas price for mined transactions
24-
- `--miner.gastarget`: This option sets the maximum amount of gas that could be spent during a transaction.

src/advanced/caplin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ In addition, Caplin can backfill recent blobs for an op-node or other uses with
2222

2323
- `--caplin.blobs-immediate-backfill`: Backfills the last 18 days' worth of blobs to quickly populate historical blob data for operational needs or analytics.
2424

25-
Caplin can also be used for [block production](/advanced/block-prod.md#using-caplin-as-validator), aka **staking**.
25+
Caplin can also be used for [block production](/advanced/bp-caplin.md), aka **staking**.

src/advanced/options.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ USAGE:
2323
erigon [command] [flags]
2424
2525
VERSION:
26-
3.00.0-beta1-0b94461f
26+
3.00.0-beta2-9da58c0b
2727
2828
COMMANDS:
2929
init Bootstrap and initialize a new genesis block
@@ -191,7 +191,7 @@ GLOBAL OPTIONS:
191191
--polygon.sync.stage Enabling syncing with a stage that uses the polygon sync component (default: false)
192192
--ethstats value Reporting URL of a ethstats service (nodename:secret@host:port)
193193
--override.prague value Manually specify the Prague fork time, overriding the bundled setting (default: 0)
194-
--caplin.discovery.addr value Address for Caplin DISCV5 protocol (default: "127.0.0.1")
194+
--caplin.discovery.addr value Address for Caplin DISCV5 protocol (default: "0.0.0.0")
195195
--caplin.discovery.port value Port for Caplin DISCV5 protocol (default: 4000)
196196
--caplin.discovery.tcpport value TCP Port for Caplin DISCV5 protocol (default: 4001)
197197
--caplin.checkpoint-sync-url value [ --caplin.checkpoint-sync-url value ] checkpoint sync endpoint
@@ -248,6 +248,8 @@ GLOBAL OPTIONS:
248248
--shutter Enable the Shutter encrypted transactions mempool (defaults to false) (default: false)
249249
--shutter.p2p.bootstrap.nodes value [ --shutter.p2p.bootstrap.nodes value ] Use to override the default p2p bootstrap nodes (defaults to using the values in the embedded config)
250250
--shutter.p2p.listen.port value Use to override the default p2p listen port (defaults to 23102) (default: 0)
251+
--polygon.pos.ssf Enabling Polygon PoS Single Slot Finality (default: false)
252+
--polygon.pos.ssf.block value Enabling Polygon PoS Single Slot Finality since block (default: 0)
251253
--pprof Enable the pprof HTTP server (default: false)
252254
--pprof.addr value pprof HTTP server listening interface (default: "127.0.0.1")
253255
--pprof.port value pprof HTTP server listening port (default: 6060)
@@ -273,4 +275,3 @@ GLOBAL OPTIONS:
273275
--config value Sets erigon flags from YAML/TOML file
274276
--help, -h show help
275277
--version, -v print the version
276-
```
774 KB
Loading
826 KB
Loading

0 commit comments

Comments
 (0)