- BB6A2CA2267F79B30C0F393A552EC5CF79BD1B248A71093E72631955FA1F8D637AE3E0B2D5BC6FCA90A9615347DF64D79BBB390173A4F5B494C192545421E7A9
+ AFCBBCF791E1F0E90125A8FFDA4A018FB172FAE6C074BF5DD046371662BEFEA5CA980E28BB23DE5A5C3F1A6B0283B628605BDEA22FC5C425736B89FB12219442
blatta/start_test_net.sh
(2 . 5)(2 . 5)
2974
2975 # start 3 servers on different ports
2976 ./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 &
2977 # ./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 &
2978 ./blatta --log-level debug --channel-name \#aleth --irc-port 6669 --udp-port 7779 --db-path b.db --address-table-path test_net_configs/b.py > logs/b &
2979 ./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 &