Hybrid SHA256/Scrypt
This commit is contained in:
parent
917d06e2cc
commit
dba6853c5e
@ -19,7 +19,7 @@ COINDAEMON_TRUSTED_PASSWORD = 'somepassword'
|
|||||||
# Coin Algorithm is the option used to determine the algortithm used by stratum
|
# Coin Algorithm is the option used to determine the algortithm used by stratum
|
||||||
# This currently works with POW and POS coins
|
# This currently works with POW and POS coins
|
||||||
# The available options are:
|
# 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
|
# 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
|
# For Coins which support TX Messages please enter yes in the TX selection
|
||||||
COINDAEMON_ALGO = 'scrypt'
|
COINDAEMON_ALGO = 'scrypt'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user