diff --git a/contrib/localnet/darkfid-five-nodes/tmux_sessions.sh b/contrib/localnet/darkfid-five-nodes/tmux_sessions.sh index 6a804d99e..6e183c53a 100755 --- a/contrib/localnet/darkfid-five-nodes/tmux_sessions.sh +++ b/contrib/localnet/darkfid-five-nodes/tmux_sessions.sh @@ -15,30 +15,30 @@ fi tmux new-session -d -s $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd0.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid0.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid0.toml" Enter sleep 2 tmux new-window -t $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd1.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid1.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid1.toml" Enter sleep 2 tmux new-window -t $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd2.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid2.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid2.toml" Enter sleep 2 tmux new-window -t $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd3.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid3.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid3.toml" Enter sleep 2 tmux new-window -t $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd4.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid4.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid4.toml" Enter tmux attach -t $session diff --git a/contrib/localnet/darkfid-single-node/tmux_sessions.sh b/contrib/localnet/darkfid-single-node/tmux_sessions.sh index bad0fcfe2..5d924ff5b 100755 --- a/contrib/localnet/darkfid-single-node/tmux_sessions.sh +++ b/contrib/localnet/darkfid-single-node/tmux_sessions.sh @@ -15,6 +15,6 @@ fi tmux new-session -d -s $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd.toml" Enter sleep 1 -tmux split-window -t $session -v +tmux split-window -t $session -v -l 90% tmux send-keys -t $session "LOG_TARGETS='!sled,!net' ../../../darkfid ${verbose} -c darkfid.toml" Enter tmux attach -t $session diff --git a/contrib/localnet/darkfid-small/tmux_sessions.sh b/contrib/localnet/darkfid-small/tmux_sessions.sh index f235e0a08..fe3412dc3 100755 --- a/contrib/localnet/darkfid-small/tmux_sessions.sh +++ b/contrib/localnet/darkfid-small/tmux_sessions.sh @@ -16,15 +16,15 @@ fi tmux new-session -d -s $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd0.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid0.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid0.toml" Enter sleep 2 tmux new-window -t $session tmux send-keys -t $session "../../../minerd ${verbose} -c minerd1.toml" Enter sleep 1 -tmux split-window -t $session -v -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid1.toml" Enter +tmux split-window -t $session -v -l 90% +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid1.toml" Enter sleep 2 tmux new-window -t $session -tmux send-keys -t $session "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid2.toml" Enter +tmux send-keys -t $session "LOG_TARGETS='!sled,!runtime' ../../../darkfid ${verbose} -c darkfid2.toml" Enter tmux attach -t $session