Update config_sample.py

This commit is contained in:
ahmedbodi 2014-02-02 13:41:29 +00:00
parent bf3c4b84bc
commit e8521991af

View File

@ -18,7 +18,7 @@ COINDAEMON_TRUSTED_USER = 'user'
COINDAEMON_TRUSTED_PASSWORD = 'somepassword'
COINDAEMON_ALGO = 'scrypt' # The available options are: scrypt, sha256d, scrypt-jane, skeinhash, and quark
SCRYPTJANE_NAME = 'vtc_scrypt'
SCRYPTJANE_NAME = 'vtc_scrypt'# Set this to the Scrypt jane module name e.g. yac_scrypt or vtc_scrypt
COINDAEMON_TX = False # For Coins which support TX Messages please enter yes in the TX selection
# ******************** BASIC SETTINGS ***************