- 24A5C19318989DA9F79790107499E2EBDA16BC5389B739E4E3AE686C3FF024317517203B9C5C3324AE1A391A63F94939E22C8DE730E758ECBC6AFEE4F54E108D
+ 2D26B4E88714111204FDFFB51AA603BC94F517781589411BD72BE924ABE9FC4DDF6F344EBF3DEC070580C4211B0FD533B3C8A45617F8C07A685166A33AE3118D
blatta/start_test_net.sh
(1 . 6)(1 . 6)
896 #!/bin/bash
897
898 # start 3 servers on different ports
899 ./blatta --debug --channel-name \#aleth --irc-port 9968 --udp-port 7778 --db-path a.db --address-table-path test_net_configs/a.py > logs/a &
900 ./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 &
901 ./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 &
902 ./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 &
903 ./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 &
904 ./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 &