cptcornflakes / smartcoin

Automatically exported from code.google.com/p/smartcoin
0 stars 0 forks source link

Bitcoind sometimes shows connection error on screen #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe that bitcoind daemon doesn't start sometimes because the bitcoind 
client shows that its running.  For this reason, the bitcoind client call 
should have stderr redirected to /dev/nulll.  Also, the client shouldn't start 
trying to connect to the server before the server is running.

Original issue reported on code.google.com by jondecke...@gmail.com on 16 Jun 2011 at 6:52

GoogleCodeExporter commented 9 years ago
r9 adds the stderr redirect

Original comment by jondecke...@gmail.com on 16 Jun 2011 at 7:03

GoogleCodeExporter commented 9 years ago
this was fixed in R9 by redirecting stderr

Original comment by jondecke...@gmail.com on 16 Jun 2011 at 11:19