Is there something like rpc connection limit per wallet?
I start my wallet with this config.
rpcuser=xxx
rpcpassword=yyy
rpcallowip=*
rpcport=7799
port=7788
server=1
And then I start my miners with this command.
./minerd -a qubit -o http://192.168.1.2:7799 -u xxx -p yyy
I only able to connect 4 miners at a times.
Since the 5th miners onward I will get an error like this.
[2014-01-30 02:48:57] HTTP request failed: Operation timed out after 30001 milliseconds with 0 bytes received
[2014-01-30 02:48:57] json_rpc_call failed, retry after 30 seconds
How do fix this, any advice?
Thanks.