raw
genesis                 1 #!/bin/bash
genesis 2
genesis 3 # start 3 servers on different ports
genesis 4 ./blatta --debug --port 6668 --udp-port 7778 --db-path a.db --address-table-path test_net_configs/a.py > logs/a &
genesis 5 ./blatta --debug --port 6669 --udp-port 7779 --db-path b.db --address-table-path test_net_configs/b.py > logs/b &
genesis 6 ./blatta --debug --port 6670 --udp-port 7780 --db-path c.db --address-table-path test_net_configs/c.py > logs/c &