Bitcoin Forum
May 08, 2024, 05:45:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: empty shares  (Read 368 times)
serg771 (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 23, 2013, 06:33:59 AM
 #1

 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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!