Author

Topic: [FIXED] Bitcoin 0.3.18: RPC freeze (Read 1261 times)

legendary
Activity: 1596
Merit: 1091
December 10, 2010, 03:20:43 PM
#3

[22:11:50] MT`AwAy:  RE: curl and ssl:  I bet you have:     rpcssl=true   in your bitcoin.conf
[22:12:26] (correct syntax is rcpssl=1, I made the command/option file parsing consistent in 0.3.18)

Indeed, replacing rpcssl=true to rpcssl=1 fixed the issue.

Someone should update GetBoolArg() to accept 'false', 'true', 'yes' and 'no'.
vip
Activity: 608
Merit: 501
-
December 10, 2010, 09:17:55 AM
#2

[22:11:50] MT`AwAy:  RE: curl and ssl:  I bet you have:     rpcssl=true   in your bitcoin.conf
[22:12:26] (correct syntax is rcpssl=1, I made the command/option file parsing consistent in 0.3.18)

Indeed, replacing rpcssl=true to rpcssl=1 fixed the issue.
vip
Activity: 608
Merit: 501
-
December 10, 2010, 09:09:15 AM
#1
Hi,

I'm having troubles with bitcoin 0.3.18. I have a PHP program connecting automatically to various bitcoin nodes via curl+ssl and checking node status with getinfo. When I upgraded some nodes to 0.3.18, I had timeouts on this system, and looking more into it, I found the system was stuck on those upgraded nodes.

I downgraded them back to 0.3.17 and everything worked again.

Running bitcoind to get informations about the node doesn't seem to have any advert effect on the node.
Jump to: