export NANO_POW_PORT=5041
printf '\nTest CLI benchmark\n'
-"$SCRIPT_DIR"/../dist/bin/nano-pow.sh --benchmark 10 --effort 4 --debug
+"$SCRIPT_DIR"/../dist/bin/nano-pow.sh --debug --effort 4 --benchmark 10 --score 10
printf '\nTest CLI piped input\n'
-cat "$SCRIPT_DIR"/blockhashes.txt | "$SCRIPT_DIR"/../dist/bin/nano-pow.sh --effort 4 --debug
+cat "$SCRIPT_DIR"/blockhashes.txt | "$SCRIPT_DIR"/../dist/bin/nano-pow.sh --debug --effort 4
printf '\nLaunching test server\n'
"$SCRIPT_DIR"/../dist/bin/nano-pow.sh --server