Couple of configuration updates, and removing a couple of defaults that should be blank and sane.

master
Alexander Blair 7 years ago
parent 4af3a38355
commit f8be94b4f2

@ -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
====================

@ -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."
},

Loading…
Cancel
Save