HALP! I am trying to rack my brain to figure out what I've missed as I am getting the followimg error when attempting to implement DASH. I currently have LTC going without any issues.
[2017-09-01 15:43:52.290] [DEBUG] [default] - Pool dash Thread 2 Daemon reports address is not valid
[2017-09-01 15:43:52.459] [DEBUG] [default] - Pool litecoin Thread 2 started for litecoin [LTC] {scrypt}
[2017-09-01 15:43:52.460] [DEBUG] [default] - Switching Setup scrypt Setting proxy difficulties after pool s tart
[2017-09-01 15:44:00.741] [DEBUG] [default] - Master CLI CLI listening on port 17117
[2017-09-01 15:44:01.838] [INFO] [default] - New Relic
[2017-09-01 15:44:01.844] [INFO] [default] - Setting POSIX
[2017-09-01 15:44:01.845] [INFO] [default] - POSIX Set
[2017-09-01 15:44:01.846] [INFO] [default] - UID Set
[2017-09-01 15:44:01.846] [DEBUG] [default] - POSIX Connection Limit Raised to 100K concurrent connections, now running as non-root user: 1000
[2017-09-01 15:44:01.846] [INFO] [default] - POSIX Msg
[2017-09-01 15:44:01.846] [INFO] [default] - Run Workers
[2017-09-01 15:44:01.869] [FATAL] [default] - Payments dash Daemon does not own pool address - payment processing can not be done with this daemon, {"isvalid":false}
[2017-09-01 15:44:01.878] [DEBUG] [default] - Payments litecoin Payment processing setup to run every 30 second(s) with daemon (canarynoir@127.0.0.1:2300) and redis (127.0.0.1:6379)
[2017-09-01 15:44:01.905] [INFO] [default] - New Relic
[2017-09-01 15:44:01.915] [INFO] [default] - Setting POSIX
[2017-09-01 15:44:01.916] [INFO] [default] - POSIX Set
[2017-09-01 15:44:01.916] [INFO] [default] - UID Set
[2017-09-01 15:44:01.916] [DEBUG] [default] - POSIX Connection Limit Raised to 100K concurrent connections, now running as non-root user: 1000
[2017-09-01 15:44:01.916] [INFO] [default] - POSIX Msg
[2017-09-01 15:44:01.916] [INFO] [default] - Run Workers
[2017-09-01 15:44:02.103] [DEBUG] [default] - Website Server Website started on 192.168.1.103:8888
[2017-09-01 15:44:02.275] [ERROR] [default] - Website dash Could not dumpprivkey for dash {"code":-3,"message":"Address does not refer to a key"}
I've attempted to solve by getnewaddress and overwrite the "address": "", several times without success. I've also attempted to dash-cli getaddressbyaccount but Method not found (its been deprecated from dashd it appears)
Error: There is no RPC client functionality in dashd anymore. Use the dash-cli utility instead.
The address received from dash-cli getnewaddress matches that in the pool_configs/dash.json. Any suggestions and help is most appreciated.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48903715-daemon-reports-address-is-not-valid?utm_campaign=plugin&utm_content=tracker%2F12403606&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12403606&utm_medium=issues&utm_source=github).
HALP! I am trying to rack my brain to figure out what I've missed as I am getting the followimg error when attempting to implement DASH. I currently have LTC going without any issues.
[2017-09-01 15:43:52.290] [DEBUG] [default] - Pool dash Thread 2 Daemon reports address is not valid [2017-09-01 15:43:52.459] [DEBUG] [default] - Pool litecoin Thread 2 started for litecoin [LTC] {scrypt} [2017-09-01 15:43:52.460] [DEBUG] [default] - Switching Setup scrypt Setting proxy difficulties after pool s tart [2017-09-01 15:44:00.741] [DEBUG] [default] - Master CLI CLI listening on port 17117 [2017-09-01 15:44:01.838] [INFO] [default] - New Relic [2017-09-01 15:44:01.844] [INFO] [default] - Setting POSIX [2017-09-01 15:44:01.845] [INFO] [default] - POSIX Set [2017-09-01 15:44:01.846] [INFO] [default] - UID Set [2017-09-01 15:44:01.846] [DEBUG] [default] - POSIX Connection Limit Raised to 100K concurrent connections, now running as non-root user: 1000 [2017-09-01 15:44:01.846] [INFO] [default] - POSIX Msg [2017-09-01 15:44:01.846] [INFO] [default] - Run Workers [2017-09-01 15:44:01.869] [FATAL] [default] - Payments dash Daemon does not own pool address - payment processing can not be done with this daemon, {"isvalid":false} [2017-09-01 15:44:01.878] [DEBUG] [default] - Payments litecoin Payment processing setup to run every 30 second(s) with daemon (canarynoir@127.0.0.1:2300) and redis (127.0.0.1:6379) [2017-09-01 15:44:01.905] [INFO] [default] - New Relic [2017-09-01 15:44:01.915] [INFO] [default] - Setting POSIX [2017-09-01 15:44:01.916] [INFO] [default] - POSIX Set [2017-09-01 15:44:01.916] [INFO] [default] - UID Set [2017-09-01 15:44:01.916] [DEBUG] [default] - POSIX Connection Limit Raised to 100K concurrent connections, now running as non-root user: 1000 [2017-09-01 15:44:01.916] [INFO] [default] - POSIX Msg [2017-09-01 15:44:01.916] [INFO] [default] - Run Workers [2017-09-01 15:44:02.103] [DEBUG] [default] - Website Server Website started on 192.168.1.103:8888 [2017-09-01 15:44:02.275] [ERROR] [default] - Website dash Could not dumpprivkey for dash {"code":-3,"message":"Address does not refer to a key"}
I've attempted to solve by getnewaddress and overwrite the "address": "", several times without success. I've also attempted to dash-cli getaddressbyaccount but Method not found (its been deprecated from dashd it appears)
Error: There is no RPC client functionality in dashd anymore. Use the dash-cli utility instead.
The address received from dash-cli getnewaddress matches that in the pool_configs/dash.json. Any suggestions and help is most appreciated.