oops, looks like I never added this test script
This commit is contained in:
7
test_randomx
Executable file
7
test_randomx
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
./src/hushd -ac_randomx_interval=20 -ac_randomx_lag=5 -ac_halving=30 -ac_algo=randomx -ac_name=RANDOMX2 -ac_private=1 -ac_blocktime=20 -ac_reward=500000000 -ac_supply=55555 -gen=1 -genproclimit=1 -testnode=1
|
||||||
|
|
||||||
|
# to run via the debugger
|
||||||
|
# type "run" when gdb prompt appears
|
||||||
|
#gdb --args ./src/hushd -- -ac_algo=randomx -ac_name=RANDOMX -ac_private=1 -ac_blocktime=30 -ac_reward=500000000 -ac_supply=55555 -gen=1 -genproclimit=1 -testnode=1
|
||||||
Reference in New Issue
Block a user