go-ethereum/docs
Pratik Patil 5c5c992440 Changed default value of maxpeers from 200 to 50, update docs (#555)
* changed default of maxpeers from 200 to 50

* docs: update additional notes for new-cli

* docs: update additional notes for new-cli

* small bug fix in the script to fix shopt issue

Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-10-20 20:35:03 -07:00
..
audits Update Bor to geth-v1.9.16 (#78) 2020-07-24 19:01:41 +05:30
cli internal/cli: add support for bor.logs flag in new-cli (#541) 2022-10-05 14:51:12 -07:00
postmortems V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
config.md Changed default value of maxpeers from 200 to 50, update docs (#555) 2022-10-20 20:35:03 -07:00
README.md Changed default value of maxpeers from 200 to 50, update docs (#555) 2022-10-20 20:35:03 -07:00

Documentation

Additional notes

  • The new entrypoint to run the Bor client is server.

    $ bor server <flags>
    
  • Toml files used earlier just to configure static/trusted nodes are being deprecated. Instead, a toml file now can be used instead of flags and can contain all configuration for the node to run. The link to a sample config file is given above. To simply run bor with a configuration file, the following command can be used.

    $ bor server --config <path_to_config.toml>