- 2D26B4E88714111204FDFFB51AA603BC94F517781589411BD72BE924ABE9FC4DDF6F344EBF3DEC070580C4211B0FD533B3C8A45617F8C07A685166A33AE3118D
+ BB6A2CA2267F79B30C0F393A552EC5CF79BD1B248A71093E72631955FA1F8D637AE3E0B2D5BC6FCA90A9615347DF64D79BBB390173A4F5B494C192545421E7A9
blatta/start_test_net.sh
(1 . 6)(1 . 6)
226 #!/bin/bash
227
228 # start 3 servers on different ports
229 ./blatta --log-level info --channel-name \#aleth --irc-port 9968 --udp-port 7778 --db-path a.db --address-table-path test_net_configs/a.py > logs/a &
230 ./blatta --log-level info --channel-name \#aleth --irc-port 6669 --udp-port 7779 --db-path b.db --address-table-path test_net_configs/b.py > logs/b &
231 ./blatta --log-level debug --channel-name \#aleth --irc-port 9968 --udp-port 7778 --db-path a.db --address-table-path test_net_configs/a.py > logs/a &
232 # ./blatta --log-level info --channel-name \#aleth --irc-port 6669 --udp-port 7779 --db-path b.db --address-table-path test_net_configs/b.py > logs/b &
233 ./blatta --log-level debug --channel-name \#aleth --irc-port 6670 --udp-port 7780 --db-path c.db --address-table-path test_net_configs/c.py > logs/c &