Skip to content

Commit 824ada7

Browse files
committed
Merge branch 'master' of https://github.com/bitconch/bus
2 parents 78c73b6 + 0abdc9c commit 824ada7

File tree

4 files changed

+748
-8
lines changed

4 files changed

+748
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,33 @@ This repo is the official implementation of the Bitconch Chain protocol.
3737
preset.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

0 commit comments

Comments
 (0)