Update algos.txt with SRB miner benchmark results.
SRB miner has a benchmarking program that doesn't auto populate its algorithms config file with the benchmark results. This script copies the values over.
PRs and issues welcome!
- python 3.7+
- Download the script
update_algos.py
and put it in the same directory asalgos.txt
andbenchmark_results.txt
. - Run the script using python from the command prompt
Use pytest
to run the test suite, and Black to format .py
files.