From ac5d5f214feff424535cb7dd3bb21141a9bfa931 Mon Sep 17 00:00:00 2001 From: quantumhash <97419467+quantumhash@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:36:47 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ca46d..11ffb99 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Example usage: QuantumMiner --algo ethash --pool eu1.ethermine.org:5555 --ssl -- --help Show help text and exit - --algo One of ethash, etchash, kawpow, firopow + --algo One of ethash, etchash, kawpow, firopow, blake3 --pool Primary stratum pool URL Format: hostname:port, e.g. eu1.ethermine.org:4444 @@ -109,6 +109,9 @@ GET http://addr:port/api/status ## Change log +#### v1.3 +- Added `blake3(ALPH)` algorithm, mining pools including herominers and woolypooly are tested + #### v1.2 - Added API server - Minor bug fixes