File tree Expand file tree Collapse file tree 4 files changed +748
-8
lines changed
Expand file tree Collapse file tree 4 files changed +748
-8
lines changed Original file line number Diff line number Diff line change @@ -37,29 +37,33 @@ This repo is the official implementation of the Bitconch Chain protocol.
3737preset.sh
3838```
3939
40- 2 . pre-compile source files
40+ ```
41+ pip3 install colorama
42+ ```
43+
44+ 2 . run the leader node
4145
4246```
43- python3 deploy.py
47+ ./run1.sh
4448```
4549
46- 3 . compile and build binaries to ./cmd folder
50+ 3 . open another terminal, and run token bot service
4751```
48- ./build/setup .sh
52+ ./run2 .sh
4953
5054```
51- 4 . create a leader node
55+ 4 . open another terminal, and run voter node
5256
5357```
54- ./build/leader .sh
58+ ./run3 .sh
5559
5660```
5761
58- 5 . Open another terminal, create a voter node
62+ 5 . Open another terminal, and run the bench mark service
5963
6064
6165```
62- ./build/voter-x .sh
66+ ./run4 .sh
6367
6468```
6569
You can’t perform that action at this time.
0 commit comments