Hi Guys!
i have setup pushpool bitcoind system. i can connect with miner and everything works fine now, but my pushpool shares logs empty. moreover i did not see any statistics via simpleBTC.
here is my
pushpool config:{
"listen": [
{
"port": 8336
},
{
"host" : "10.170.65.27",
"port" : 8334,
"protocol" : "http-json"
}
],
"database": {
"engine": "mysql",
"host": "localhost",
"port": 3306,
"name": "**",
"username": "**",
"password": "**",
"sharelog": true,
"stmt.pwdb": "SELECT `password` FROM `pool_worker` WHERE `username` = ?",
"stmt.sharelog" : "INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
},
"memcached": {
"servers": [
{
"host": "127.0.0.1",
"port": 11211
}
]
},
"pid": "/tmp/pushpool/pushpoold.pid",
"forcehost": "localhost",
"log.requests": "/tmp/pushpool/request.log",
"log.shares": "/tmp/pushpool/shares.log",
"longpoll.disable": false,
"auth.cred_cache.expire": 75,
"rpc.url": "
http://127.0.0.1:8332/",
"rpc.user": "**",
"rpc.pass": "**",
"rpc.target.bits" : 18,
"rpc.target.rewrite": true
}
and
bitcoind config:
testnet=0
server=1
rpcuser=*
rpcpassword=*
rpctimeout=30
rpcallowip=*
rpcport=8332
rpcconnect=127.0.0.1
gen=0
keypool=256
paytxfee=0.00