Error polling getblocktemplate {"code":-4,"message":"Failed to parse wallet address"}
Error polling getblocktemplate {"code":-4,"message":"Failed to parse wallet address"} I am trying to setup a cryptonote pool on my VPS. I am running the coin deamon and configured the wallet rpc. The config is the same as here http://ift.tt/2v9dMFo except the deamon which runs on port 26968. This is my netstat output : PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1086/mysqld tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 25062/redis-server tcp 0 0 127.0.0.1:8082 0.0.0.0:* LISTEN 28390/electroneum-w tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1017/sshd tcp 0 0 0.0.0.0:26967 0.0.0.0:* LISTEN 26867/electroneumd tcp 0 0 127.0.0.1:26968 0.0.0.0:* LISTEN 26867/electroneumd...