From b200dcb2c7807886b01fc26d4a83e2411664c159 Mon Sep 17 00:00:00 2001 From: Duke Date: Tue, 10 Oct 2023 12:03:41 -0400 Subject: [PATCH] Update test_antispam --- test_antispam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_antispam b/test_antispam index b51d802fe..5ccfb4752 100755 --- a/test_antispam +++ b/test_antispam @@ -2,8 +2,9 @@ # any CLI args given to this script will be passed along # example: ./test_antispam -debug=blah -./src/hushd -ac_name=ANTISPAM -ac_private=1 -ac_blocktime=180 -ac_reward=500000000 -ac_supply=55555 -gen=1 -genproclimit=1 -testnode=1 $@ +#./src/hushd -ac_name=ANTISPAM -ac_private=1 -ac_blocktime=180 -ac_reward=500000000 -ac_supply=55555 -gen=1 -genproclimit=1 -testnode=1 $@ +./src/hushd -ac_name=ANTISPAM -ac_private=1 -ac_blocktime=180 -ac_reward=500000000 -ac_supply=55555 $@ # to run via the debugger # type "run" when gdb prompt appears #gdb --args ./src/hushd -- -ac_algo=randomx -ac_name=ANTISPAM -ac_private=1 -ac_blocktime=180 -ac_reward=500000000 -ac_supply=55555 -gen=1 -genproclimit=1 -testnode=1