From 60edae568130409ed1d751b8260e3f0dd93e8809 Mon Sep 17 00:00:00 2001 From: Ahmed Bodiwala Date: Sun, 8 Dec 2013 02:23:48 +0000 Subject: [PATCH] Updated Config with NEW Algo Support --- conf/config_sample.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/config_sample.py b/conf/config_sample.py index ee68d39..471eafb 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -17,8 +17,9 @@ COINDAEMON_TRUSTED_USER = 'user' COINDAEMON_TRUSTED_PASSWORD = 'somepassword' # Coin Algorithm is the option used to determine the algortithm used by stratum -# This currently only works with POW SHA256 and Scrypt Coins -# The available options are scrypt and sha256d. +# This currently works with POW and POS coins +# The available options are: +# scrypt, sha256d, scrypt-jane and quark # If the option does not meet either of these criteria stratum defaults to scrypt # Until AutoReward Selecting Code has been implemented the below options are used to select the type of coin # For Reward type there is POW and POS. please ensure you choose the currect type.