Skip to content

Commit

Permalink
renaming in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
algys committed Sep 26, 2019
1 parent bcf6053 commit ab77df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We also provide some test and benchmarking tools, so you can actually run RANDPA
## Build

```bash
./scripts/haya_build.sh
./scripts/daobet_build.sh
```

## Run full node (testnet)
Expand Down Expand Up @@ -47,7 +47,7 @@ by running

```bash

./bin/nodeos --delete-all-blocks -c ../tutorials/randpa-tutorial/configs/config0.ini
./bin/daobet-node --delete-all-blocks -c ../tutorials/randpa-tutorial/configs/config0.ini

...

Expand All @@ -74,9 +74,9 @@ of setting block producers
1.Run 3 nodes

```bash
./bin/nodeos --delete-all-blocks -c ../tutorials/randpa-tutorial/config0.ini
./bin/nodeos --delete-all-blocks -c ../tutorials/randpa-tutorial/config1.ini
./bin/nodeos --delete-all-blocks -c ../tutorials/randpa-tutorial/config2.ini
./bin/daobet-node --delete-all-blocks -c ../tutorials/randpa-tutorial/config0.ini
./bin/daobet-node --delete-all-blocks -c ../tutorials/randpa-tutorial/config1.ini
./bin/daobet-node --delete-all-blocks -c ../tutorials/randpa-tutorial/config2.ini
```

2.Set block producers
Expand Down

0 comments on commit ab77df1

Please sign in to comment.