I'm trying to set up long polling on a new pool but for some reason blkmond stops after it has only been running for a minute or two. This is happening both on testnet and mainnet. Everything else is working fine. To start blkmond I'm using:
./blkmond blkmon.cfg &
where blkmon.cfg contains (when bitcoind is running against mainnet):
host=127.0.0.1
port=8333
pid=/MYPATH-TO/pushpoold.pid
and when testing against testnet
host=127.0.0.1
port=18333
pid=/MYPATH-TO/pushpoold.pid
(In the above examples I've replaced the actual path to the pushpool.pid with MYPATH-TO ).
This is the output that I'm getting (from testnet as an example):
send msg_version(nVersion=312 nServices=1 nTime=Wed Jun 15 00:32:43 2011 addrTo=CAddress(nServices=1 ip=127.0.0.1 port=18333) addrFrom=CAddress(nServices=1 ip=0.0.0.0 port=0) nNonce=0xC6AB017501B82BD9 strSubVer=.4 nStartingHeight=-1)
connecting
connected
close
close
Has anyone experienced this or have any ideas?