We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use capabilities of cli for controlling truechain-engine and make it run as a daemon.
cli
This really should be a geth like integration, but for fastchain. For example: https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options
geth
Currently feasible options:
For client (currently simulated with the binary :
Usage of ./bin/linux/truechain-engine: -numquest int number of requests (default 10)
For server, something like:
.. dump checkview/sequence ...
..basically all things pbft, maybe specific to this tunable (as found under config.yaml):
config.yaml
--- basePort: 49500 grpcBasePort: 10000 maxFail: 1 bftcommittee: actualDelta: 0 csize: 0 delta: 1 lambda: 1 tbft: 1 th: 10 timeout: 300 slowchain: csize: 0 testbedconfig: clientID: 5 initServerID: 4 requests: batchSize: 32 max: 256 threadingEnabled: true total: 5
cc/ @hixichen
The text was updated successfully, but these errors were encountered:
let me update this again really soon.
Sorry, something went wrong.
arcolife
No branches or pull requests
Use capabilities of
cli
for controlling truechain-engine and make it run as a daemon.This really should be a
geth
like integration, but for fastchain. For example: https://github.com/ethereum/go-ethereum/wiki/Command-Line-OptionsCurrently feasible options:
For client (currently simulated with the binary :
For server, something like:
..basically all things pbft, maybe specific to this tunable (as found under
config.yaml
):cc/ @hixichen
The text was updated successfully, but these errors were encountered: