From dba6853c5e2a734b8ffda00f1cadb96da6266d07 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 24 Jan 2014 13:48:04 +0000 Subject: [PATCH] Hybrid SHA256/Scrypt --- conf/config_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config_sample.py b/conf/config_sample.py index c3ba8bd..e5d6db2 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -19,7 +19,7 @@ COINDAEMON_TRUSTED_PASSWORD = 'somepassword' # Coin Algorithm is the option used to determine the algortithm used by stratum # This currently works with POW and POS coins # The available options are: -# scrypt, sha256d, scrypt-jane and quark +# scrypt, sha256d, scrypt-jane, quark and ScryptHybrid # If the option does not meet either of these criteria stratum defaults to scrypt # For Coins which support TX Messages please enter yes in the TX selection COINDAEMON_ALGO = 'scrypt'