Add scripts to research randomx difficulty problems

This commit is contained in:
Duke Leto
2022-11-08 09:29:05 -05:00
parent 591b9e4c7d
commit 24dc8252a3
4 changed files with 61 additions and 0 deletions

13
src/testequihash-cli Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# Copyright 2016-2022 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3
# set working directory to the location of this script
# readlink -f does not always exist
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
DIR="$( cd "$( dirname "$( readlink "${BASH_SOURCE[0]}" )" )" && pwd )"
cd $DIR
./hush-cli -ac_name=TESTEQUIHASH $@