github.com/shrimpyuk/bor@v0.2.15-0.20220224151350-fb4ec6020bae/docs/README.md (about) 1 2 # Documentation 3 4 - [Command-line-interface](./cli) 5 6 - [Configuration file](./config.md) 7 8 ## Deprecation notes 9 10 - The new entrypoint to run the Bor client is ```server```. 11 12 ``` 13 $ bor server 14 ``` 15 16 - Toml files to configure nodes are being deprecated. Currently, we only allow for static and trusted nodes to be configured using toml files. 17 18 ``` 19 $ bor server --config ./legacy.toml 20 ``` 21 22 - ```Admin```, ```Personal``` and account related endpoints in ```Eth``` are being removed from the JsonRPC interface. Some of this functionality will be moved to the new GRPC server for operational tasks.