I'm having problems to set up a solo miner (i was trying to set up another pool that get's somewhat stable)
ccminer's protocol output
* Rebuilt URL to:
http://10.7.0.1:4047/* Hostname was found in DNS cache
* Trying 10.7.0.1...
* TCP_NODELAY set
* Connected to 10.7.0.1 (10.7.0.1) port 4047 (#5)
* Server auth using Basic with user 'xxxx'
> POST / HTTP/1.1
Authorization: Basic xxxxxxxxxxxxxxxxxxxxxx=
Host: 10.7.0.1:4047
Accept-Encoding: deflate, gzip
Content-Type: application/json
Content-Length: 45
User-Agent: ccminer/1.6.6-dev
X-Mining-Extensions: longpoll noncerange reject-reason
X-Mining-Hashrate: 0
< HTTP/1.1 403 Forbidden
< Date: Wed, 12 Aug 2015 01:31:04 +0000
< Connection: close
< Content-Length: 0
< Content-Type: application/json
* Server lyrabar-json-rpc/v0.9.0.1-g1787476-beta is not blacklisted
< Server: lyrabar-json-rpc/v0.9.0.1-g1787476-beta
<
* Closing connection 5
My lyrabar.conf
rpcuser=xxxx
rpcpassword=xxxxxxxxxxxx
listen=1
server=1
daemon=1
rpcallowip=0.0.0.0/0
Best regards!