mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
bin/genev: update tmux test script
This commit is contained in:
@@ -13,7 +13,7 @@ datastore = "/tmp/genev_test/datastore/node1"
|
||||
inbound = ["tcp://127.0.0.1:28882"]
|
||||
|
||||
## Connection slots
|
||||
outbound_connections = 8
|
||||
outbound_connections = 4
|
||||
|
||||
## Inbound connection slots
|
||||
inbound_connections = 4
|
||||
|
||||
@@ -13,7 +13,7 @@ datastore = "/tmp/genev_test/datastore/node2"
|
||||
inbound = ["tcp://127.0.0.1:28883"]
|
||||
|
||||
## Connection slots
|
||||
outbound_connections = 8
|
||||
outbound_connections = 4
|
||||
|
||||
## Inbound connection slots
|
||||
inbound_connections = 4
|
||||
|
||||
@@ -13,10 +13,10 @@ datastore = "/tmp/genev_test/datastore/node3"
|
||||
inbound = ["tcp://127.0.0.1:28884"]
|
||||
|
||||
## Connection slots
|
||||
outbound_connections = 8
|
||||
outbound_connections = 4
|
||||
|
||||
## Inbound connection slots
|
||||
inbound_connections = 4
|
||||
# inbound_connections = 4
|
||||
|
||||
## P2P external addresses
|
||||
external_addrs = ["tcp://127.0.0.1:28884"]
|
||||
|
||||
@@ -13,10 +13,10 @@ datastore = "/tmp/genev_test/datastore/node4"
|
||||
inbound = ["tcp://127.0.0.1:28885"]
|
||||
|
||||
## Connection slots
|
||||
outbound_connections = 8
|
||||
outbound_connections = 4
|
||||
|
||||
## Inbound connection slots
|
||||
inbound_connections = 4
|
||||
# inbound_connections = 4
|
||||
|
||||
## P2P external addresses
|
||||
external_addrs = ["tcp://127.0.0.1:28885"]
|
||||
|
||||
@@ -5,9 +5,9 @@ set -e
|
||||
tmux new-session -s "genevd" -n "genevd" -d
|
||||
tmux send-keys "../../../genevd --localnet --config genevd_seed.toml --skip-dag-sync" Enter && sleep 1
|
||||
tmux split-window -h
|
||||
tmux send-keys "../../../genevd --localnet --config genevd_a.toml" Enter
|
||||
tmux send-keys "../../../genevd --localnet --config genevd_a.toml --skip-dag-sync" Enter && sleep 1
|
||||
tmux split-window -h
|
||||
tmux send-keys "../../../genevd --localnet --config genevd_b.toml" Enter
|
||||
tmux send-keys "../../../genevd --localnet --config genevd_b.toml --skip-dag-sync" Enter
|
||||
tmux select-pane -t 0
|
||||
tmux split-window -v
|
||||
tmux send-keys "../../../genevd --localnet --config genevd_c.toml" Enter
|
||||
|
||||
Reference in New Issue
Block a user