aboutsummaryrefslogtreecommitdiff
path: root/scripts/run_demo_client.sh
blob: 09fafebd72c112e026947577d4e087d8374a5179 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
# Try to run the replicas as in run_demo.sh first and then run_demo_client.sh.
# Use Ctrl-C to terminate the proposing replica (e.g. replica 0). Leader
# rotation will be scheduled. Try to kill and run run_demo_client.sh again, new
# commands should still get through (be replicated) once the new leader becomes
# stable.

./examples/hotstuff-client --idx 0 --iter -1 --max-async 4