Merge pull request #735 from alajko/emptyb1

Fixing Config and ReadMe
pull/739/head
alajko 6 years ago committed by GitHub
commit 721bc0e743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 0
      test/configs/archival-oneshard.txt
  3. 0
      test/configs/newnode-oneshard.txt
  4. 7
      test/configs/oneshard3.txt
  5. 0
      test/configs/ten-oneshard.txt
  6. 0
      test/configs/thirty-oneshard.txt

@ -93,7 +93,7 @@ The configuration file configures number of nodes and their IP/Port.
The script starts one local beacon chain node, the blockchain nodes, and run a transactional generator program which generates and sends simulated transactions to the local blockchain.
```bash
./test/deploy.sh ./test/configs/oneshard1.txt
./test/deploy.sh ./test/configs/ten-oneshard.txt
```
## Testing

@ -1,7 +0,0 @@
127.0.0.1 9000 leader_archival 0
127.0.0.1 9001 archival 0
127.0.0.1 9002 archival 0
127.0.0.1 9003 archival 0
127.0.0.1 9004 archival 0
127.0.0.1 9009 archival 0
127.0.0.1 19999 client 0
Loading…
Cancel
Save