diff --git a/README.md b/README.md index 0c5d1bf..2d0d068 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,14 @@ UPDATE pool.users SET email='your new password here' WHERE username='Administrat ``` The email field is used as the default password field until the password is changed, at which point, it's hashed and dumped into the password field instead, and using the email field as a password is disabled. +Pool Update Procedures +====================== +If upgrading the pool, please do a git pull to get the latest code within the pool's directory. + +Once complete, please cd into sql_sync, then run node sql_sync.js + +This will update your pool with the latest config options with any defaults that the pools may set. + Pool Troubleshooting ==================== diff --git a/sql_sync/config_entries.json b/sql_sync/config_entries.json index 2db2aa4..ee84eb3 100644 --- a/sql_sync/config_entries.json +++ b/sql_sync/config_entries.json @@ -3,7 +3,7 @@ "id": 1, "module": "pool", "item": "address", - "item_value": "44GWfqCiW7PH3njtPPfAY5Q38x8QfQCeGjKFp4WejNoTAWq7apSrR2jRLERFmpbh4V9knMZz4GrG2bgQMfmc3w888p7x4sd", + "item_value": "", "item_type": "string", "Item_desc": "Address to mine to, this should be the wallet-rpc address." }, @@ -275,7 +275,7 @@ "id": 39, "module": "payout", "item": "feeAddress", - "item_value": "48WnWpKMuLrfgy4YpjPjoYSDyqgVx5fCSgrSydVPy7Jmii4y2TwEi8DcH5TM9aRm56jGQnXmurXBeTWe3xjCKbjuAX1qYZt", + "item_value": "", "item_type": "string", "Item_desc": "Address that pool fees are sent to." }, @@ -347,7 +347,7 @@ "id": 48, "module": "pool", "item": "geoDNS", - "item_value": "mine.xmrpool.net", + "item_value": "", "item_type": "string", "Item_desc": "geoDNS enabled address for the pool." },