Skip to content

Commit bb46f8b

Browse files
authored
Fixed errors in readme (erigontech#14)
1 parent 7fe89fd commit bb46f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Caplin works on Sepolia in `devel` branch of Erigon, but this wll be included in
166166
and run this command:
167167

168168
```
169-
erigon --datadir <data_directory> --chain sepolia --internalcl
169+
erigon --datadir <data_directory> --chain sepolia --internalcl --metrics
170170
```
171171

172172
The flag `--internalcl` enables Caplin, which means that you won't need to install a Consensus Layer separately, and this will make your work simpler.
@@ -189,11 +189,11 @@ After new session is created, it will be allocated a unique 8-digit PIN number.
189189
Currently, generation of PIN numbers is not secure and always follows the same sequence, which makes testing easier. For example, the first
190190
allocated session PIN is always `47779410`.
191191

192-
Next, in a console window, run the following command, specifying the session PIN at the end of the `--diagnostics.url` command line flag.
192+
Next, while making sure that erigon node is already running in the system, start a new console window, run the following command, specifying the session PIN at the end of the `--diagnostics.url` command line flag.
193193
Since the website is using self-signed certificate without properly allocated CName, one needs to use `--insecure` flag to be able to connect.
194194

195195
```
196-
./build/bin/erigon support --metrics.urls http://metrics.addr:metrics.port/debug/metrics --diagnostics.url https://localhost:8080/support/47779410 --insecure
196+
./build/bin/erigon support --metrics.urls http://<metrics.addr>:<metrics.port>/debug/metrics --diagnostics.url https://localhost:8080/support/47779410 --insecure
197197
```
198198

199199
# Architecture of diagnostics system

0 commit comments

Comments
 (0)