You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm one of the founders of Bitcoins.lc - we're experiencing some problems with bitcoind as a backend.
The error consists of mainly that the amount of connections between bitcoind and pushpoold is insane.
This is due to the fact the bitcoind does not support keep-alive for RPC-connections. pushpoold is based upon libcurl and should be able to do so out of the box. Each new getwork request from clients opens up a new connection between bitcoind and pushpoold to transfeer data.
Could anyone please take a look at this problem?
I'd gladly pay 10 BTC for implementing a keep-alive patch for bitcoin.