Skip to content

Commit f167a2a

Browse files
committed
Fix DOGE merged mining: correct RPC port (44555 not 44556)
DOGE testnet4alpha daemon on .27 runs with -rpcport=44555 -port=44556. The stress test script had the P2P port (44556) as the RPC port, causing "AuxChainRPC not connected" errors. Also adds --merged flag to stress test for DOGE testnet4alpha merged mining support.
1 parent 3c53cb9 commit f167a2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stress_test_embedded.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ exec "$BINARY" \
3636
--stratum-min-diff 0.001 \
3737
--stratum-max-diff 65536 \
3838
--stratum-target-time 10 \
39+
--merged DOGE:2:192.168.86.27:44555:dogecoinrpc:testpass:44556 \
3940
2>&1 | tee -a "$LOGFILE"

0 commit comments

Comments
 (0)