Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ********** # These are the MUST BE SET parameters! CENTRAL_WALLET = '***WALLETHERE***' # local coin address where money goes COINDAEMON_TRUSTED_HOST = 'localhost' COINDAEMON_TRUSTED_PORT = 11689 COINDAEMON_TRUSTED_USER = 'x' COINDAEMON_TRUSTED_PASSWORD = 'x' # Coin Algorithm is the option used to determine the algortithm used by stratum # This currently works with […]
↧