diff --git a/conf/config_sample.py b/conf/config_sample.py index fd52406..7a6e104 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -21,11 +21,8 @@ COINDAEMON_TRUSTED_PASSWORD = 'somepassword' # 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. # For Coins which support TX Messages please enter yes in the TX selection COINDAEMON_ALGO = 'scrypt' -COINDAEMON_Reward = 'POW' COINDAEMON_TX = 'no' # ******************** BASIC SETTINGS *************** # Backup Coin Daemon address's (consider having at least 1 backup)