Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!!
by
gimkim
on 29/01/2014, 19:51:28 UTC
Is there something like rpc connection limit per wallet?

I start my wallet with this config.
Code:
rpcuser=xxx
rpcpassword=yyy
rpcallowip=*
rpcport=7799
port=7788
server=1

And then I start my miners with this command.
Code:
./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.
Code:
[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.