INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','minerTimeout','900','int','Length of time before a miner is flagged inactive.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','banEnabled','true','bool','Enables/disabled banning of "bad" miners.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','targetTime','30','int','Time in seconds between share finds');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','trustThreshold','30','int','Number of shares before miner trust can kick in.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','banPercent','25','int','Percentage of shares that need to be invalid to be banned.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','banThreshold','30','int','Number of shares before bans can begin');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','trustedMiners','true','bool','Enable the miner trust system');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','trustChange','1','int','Change in the miner trust in percent');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','trustMin','20','int','Minimum level of miner trust');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','trustPenalty','30','int','Number of shares that must be successful to be trusted, reset to this value if trust share is broken');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','retargetTime','60','int','Time between difficulty retargets');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','varDiffVariance','20','int','Percentage out of the target time that difficulty changes');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','varDiffMaxChange','125','int','Percentage amount that the difficulty may change');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','btcFee','1.5','float','Fee charged for auto withdrawl via BTC');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','ppsFee','6.5','float','Fee charged for usage of the PPS pool');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','pplnsFee','.6','float','Fee charged for the usage of the PPLNS pool');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','propFee','.7','float','Fee charged for the usage of the proportial pool');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','soloFee','.4','float','Fee charged for usage of the solo mining pool');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','exchangeMin','5','float','Minimum LTHN balance for payout to exchange/payment ID');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','walletMin','.3','float','Minimum LTHN balance for payout to personal wallet');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','devDonation','3','float','Donation to Lethean core development');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','poolDevDonation','3','float','Donation to pool developer');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','denom','.000001','float','Minimum balance that will be paid out to.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','blocksRequired','60','int','Blocks required to validate a payout before it''s performed.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','sigDivisor','1000000000000','int','Divisor for turning coin into human readable amounts ');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','feesForTXN','10','int','Amount of LTHN that is left from the fees to pay miner fees.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','maxTxnValue','250','int','Maximum amount of LTHN to send in a single transaction');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','shapeshiftPair','lthn_btc','string','Pair to use in all shapeshift lookups for auto BTC payout');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','coinCode','LTHN','string','Coin code used for exchange lookups.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','allowBitcoin','false','bool','Allow the pool to auto-payout to BTC via ShapeShift');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','bestExchange','xmrto','string','Current best exchange');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','mixIn','4','int','Mixin count for coins that support such things.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','statsBufferLength','480','int','Number of items to be cached in the stats buffers.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pps','enable','false','bool','Enable PPS or not');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pplns','shareMulti','2','int','Multiply this times difficulty to set the N in PPLNS');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pplns','shareMultiLog','3','int','How many times the difficulty of the current block do we keep in shares before clearing them out');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','blockCleaner','true','bool','Enable the deletion of blocks or not.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pool','address','','string','Address to mine to, this should be the wallet-rpc address.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','feeAddress','','string','Address that pool fees are sent to.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','mailgunKey','','string','MailGun API Key for notification');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','mailgunURL','','string','MailGun URL for notifications');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','emailFrom','','string','From address for the notification emails');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','testnet','false','bool','Does this pool use testnet?');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('pplns','enable','true','bool','Enable PPLNS on the pool.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('solo','enable','true','bool','Enable SOLO mining on the pool');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','feeSlewAmount','.011','float','Amount to charge for the txn fee');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','feeSlewEnd','4','float','Value at which txn fee amount drops to 0');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','rpcPasswordEnabled','false','bool','Does the wallet use a RPC password?');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','rpcPasswordPath','','string','Path and file for the RPC password file location');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','maxPaymentTxns','5','int','Maximum number of transactions in a single payment');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','shareHost','','string','Host that receives share information');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('email','workerNotHashingBody','Hello,\n\nYour worker: %(worker)s has stopped submitting hashes at: %(timestamp)s UTC\n\nThank you,\n%(poolEmailSig)s','string','Email sent to the miner when their worker stops hashing');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('email','workerNotHashingSubject','Worker %(worker)s stopped hashing','string','Subject of email sent to miner when worker stops hashing');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('general','emailSig','NodeJS-Pool Administration Team','string','Signature line for the emails.');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','timer','120','int','Number of minutes between main payment daemon cycles');
INSERTINTOpool.config(module,item,item_value,item_type,Item_desc)VALUES('payout','timerRetry','25','int','Number of minutes between payment daemon retrying due to not enough funds');