I try to set up for solo mining and us with hodlminer-optimized ..
But I get a internal server error:
[2016-09-01 12:00:29] HTTP request failed: The requested URL returned error: 500 Internal Server Error
[2016-09-01 12:00:29] json_rpc_call failed, retry after 30 seconds
My config is like this:
rpcuser=user
rpcpassword=user1234
rpcbind=192.168.xx.33
rpcport=9578
server=1
daemon=1
When I open it in the browser it ask for password and after login there is just this error:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
it also seem to ignore the bind to the IP.
Using 12 threads for script verification
2016-09-01 10:05:41 scheduler thread start
2016-09-01 10:05:41 Binding RPC on address ::1 port 28796 (IPv4+IPv6 bind any: 0)
2016-09-01 10:05:41 Binding RPC on address 127.0.0.1 port 28796 (IPv4+IPv6 bind any: 0)
any ideas?
Thanks in advance