Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Olivier Langlois
On Mon, 2013-09-30 at 22:44 +0200, slush wrote: > Hi, > > > during several weeks I'm observing more and more frequent issues with > bitcoind. The problem is that bitcoind stops responding to RPC calls, > but there's no other suspicious activity in bitcoind log, CPU usage is > low, disk I/O is sta

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Jeff Garzik
On Mon, Sep 30, 2013 at 11:01 PM, Warren Togami Jr. wrote: > 0.8.2 apparently was the first Bitcoin version to support RPC keepalive. No, this is not correct at all. RPC keepalive was present in 0.7.0, possibly earlier. Come on, it took a 30 second 'git checkout' session to verify this. > Wit

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Jeff Garzik
Can you please describe more than "RPC stops working"? What is your precise RPC usage? getwork? getblocktemplate? other calls? What is your OS? On Mon, Sep 30, 2013 at 10:44 PM, slush wrote: > Hi, > > during several weeks I'm observing more and more frequent issues with > bitcoind. The prob

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Chris Double
slush writes: > I observed this problem with version 0.8.2, but it is still happening with > 0.8.5. I see this as well with 0.8.2+. I don't see it on 0.8.1. I originally hit the '4 keep alive thread limit' where four clients on the same bitcoind would result in other clients not being able to c

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Fatima Castiglione Maldonado 发
Oh, excuse me; it looked related to me. It was not at all my intention to mess down the thread; on the contrary I was trying to be of help and at the same time getting an answer. No, I must recognize that I was not aware of sendmany. This is my first time managing bulk transactions. Thank you very

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Gregory Maxwell
On Mon, Sep 30, 2013 at 3:00 PM, Fatima Castiglione Maldonado 发 wrote: > I am new on the list. I got a similar problem. > If I put "sendToAdress" transactions to bitcoind, it will accept between 1 > and 3 transactions per minute, depending on the underlying machine. > If I try to send one transact

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Fatima Castiglione Maldonado 发
Hi, I am new on the list. I got a similar problem. If I put "sendToAdress" transactions to bitcoind, it will accept between 1 and 3 transactions per minute, depending on the underlying machine. If I try to send one transaction every 20 seconds or less, bitcoind stops responding to RPC calls. Does

Re: [Bitcoin-development] bitcoind stops responding

2013-09-30 Thread Warren Togami Jr.
https://github.com/litecoin-project/litecoin/issues/67 0.8.2 apparently was the first Bitcoin version to support RPC keepalive. With the 4 RPC thread limit, four keepalive connections will exhaust all four and prevent further connections. This issue describes a workaround where you build with mor

[Bitcoin-development] bitcoind stops responding

2013-09-30 Thread slush
Hi, during several weeks I'm observing more and more frequent issues with bitcoind. The problem is that bitcoind stops responding to RPC calls, but there's no other suspicious activity in bitcoind log, CPU usage is low, disk I/O is standard etc. I observed this problem with version 0.8.2, but it