- 5256691880AA5D35F8534834AD318AFEFB85FE95B62E9AD41FE83C7DCE5D1E4BF4B1727B153492199C3567A77E65A4C36FB644AF046C74C0523511E263353D96
+ 10233FA2A74D0F92F3215B417140A9481F1263CEB7CA4486CCA97D48E9C112A36A9B66CB4F2C99A553626DEA431D6D8AE6D22735BD2535B8BDE7EA964A1F0B21
blatta/start_test_net.sh
(1 . 6)(1 . 6)
170 #!/bin/bash
171
172 # start 3 servers on different ports
173 ./blatta --debug --irc-port 6668 --udp-port 7778 --db-path a.db --address-table-path test_net_configs/a.py > logs/a &
174 ./blatta --debug --irc-port 6669 --udp-port 7779 --db-path b.db --address-table-path test_net_configs/b.py > logs/b &
175 ./blatta --debug --irc-port 6670 --udp-port 7780 --db-path c.db --address-table-path test_net_configs/c.py > logs/c &
176 ./blatta --debug --channel-name \#aleth --irc-port 6668 --udp-port 7778 --db-path a.db --address-table-path test_net_configs/a.py > logs/a &
177 ./blatta --debug --channel-name \#aleth --irc-port 6669 --udp-port 7779 --db-path b.db --address-table-path test_net_configs/b.py > logs/b &
178 ./blatta --debug --channel-name \#aleth --irc-port 6670 --udp-port 7780 --db-path c.db --address-table-path test_net_configs/c.py > logs/c &