Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Oct 26, 2023
1 parent d0610c3 commit 0656586
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 136 deletions.
4 changes: 2 additions & 2 deletions docs/cli/account_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The `account list` command lists all the accounts in the Bor data directory.

## Options

- ```datadir```: Path of the data directory to store information
- ```keystore```: Path of the data directory to store keys

- ```keystore```: Path of the data directory to store keys
- ```datadir```: Path of the data directory to store information
8 changes: 6 additions & 2 deletions docs/cli/bootnode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@

- ```listen-addr```: listening address of bootnode (<ip>:<port>) (default: 0.0.0.0:30303)

- ```v5```: Enable UDP v5 (default: false)
- ```metrics```: Enable metrics collection and reporting (default: true)

- ```verbosity```: Logging verbosity (5=trace|4=debug|3=info|2=warn|1=error|0=crit) (default: 3)
- ```prometheus-addr```: listening address of bootnode (<ip>:<port>) (default: 127.0.0.1:7071)

- ```log-level```: log level (trace|debug|info|warn|error|crit), will be deprecated soon. Use verbosity instead (default: info)

- ```nat```: port mapping mechanism (any|none|upnp|pmp|extip:<IP>) (default: none)

- ```node-key```: file or hex node key

- ```v5```: Enable UDP v5 (default: false)

- ```verbosity```: Logging verbosity (5=trace|4=debug|3=info|2=warn|1=error|0=crit) (default: 3)

- ```save-key```: path to save the ecdsa private key

- ```dry-run```: validates parameters and prints bootnode configurations, but does not start bootnode (default: false)
4 changes: 2 additions & 2 deletions docs/cli/peers_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The ```peers remove <enode>``` command disconnects the local client from a conne

## Options

- ```address```: Address of the grpc endpoint (default: 127.0.0.1:3131)
- ```trusted```: Add the peer as a trusted (default: false)

- ```trusted```: Add the peer as a trusted (default: false)
- ```address```: Address of the grpc endpoint (default: 127.0.0.1:3131)
Loading

0 comments on commit 0656586

Please sign in to comment.