From 9db408c6e565d4ab00b4dc6aa84b8917744ee81e Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 27 Dec 2013 23:14:16 +0100 Subject: [PATCH] Formatting --- conf/config_sample.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config_sample.py b/conf/config_sample.py index 855b2b5..1f2a558 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -172,6 +172,10 @@ ALLOW_EXTERNAL_DIFFICULTY = False # For People using the MPOS frontend enabling this is recommended. It allows the frontend to compare the block hash to the coin daemon reducing the liklihood of missing share error's for blocks SOLUTION_BLOCK_HASH = True # If enabled, enter the block hash. If false enter the scrypt/sha hash into the shares table +#Pass scrypt hash to submit block check. +#Use if submit block is returning errors and marking submitted blocks invaild upstream, but the submitted blocks are being a accepted by the coin daemon into the block chain. +BLOCK_CHECK_SCRYPT_HASH = False + # ******************** Worker Ban Options ********************* ENABLE_WORKER_BANNING = True # enable/disable temporary worker banning WORKER_CACHE_TIME = 600 # How long the worker stats cache is good before we check and refresh @@ -186,7 +190,3 @@ NOTIFY_EMAIL_SERVER = 'localhost' # E-Mail Sender NOTIFY_EMAIL_USERNAME = '' # E-Mail server SMTP Logon NOTIFY_EMAIL_PASSWORD = '' NOTIFY_EMAIL_USETLS = True - -#Pass scrypt hash to submit block check. -#Use if submit block is returning errors and marking submitted blocks invaild upstream, but the submitted blocks are being a accepted by the coin daemon into the block chain. -BLOCK_CHECK_SCRYPT_HASH = False