Skip to content

Commit

Permalink
harness: Disable dcrd banning.
Browse files Browse the repository at this point in the history
Local clients running on simnet are known and trusted, so there is no
need for the banning feature of dcrd to be enabled.
  • Loading branch information
jholdstock committed Oct 24, 2023
1 parent f1be8b1 commit dc6aaa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions harness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ tmux send-keys "cd ${HARNESS_ROOT}/master" C-m

echo "Starting simnet master node"
tmux send-keys "dcrd --appdata=${HARNESS_ROOT}/master \
--nobanning \
--rpcuser=${RPC_USER} --rpcpass=${RPC_PASS} \
--miningaddr=${POOL_MINING_ADDR} \
--txindex --debuglevel=debug \
Expand Down Expand Up @@ -303,6 +304,7 @@ tmux send-keys "cd ${HARNESS_ROOT}/vnode" C-m
echo "Starting simnet voting node"

tmux send-keys "dcrd --appdata=${HARNESS_ROOT}/vnode \
--nobanning \
--rpcuser=${RPC_USER} --rpcpass=${RPC_PASS} \
--connect=127.0.0.1:18555 \
--listen=127.0.0.1:19559 --rpclisten=127.0.0.1:19560 \
Expand Down

0 comments on commit dc6aaa6

Please sign in to comment.