Post
Topic
Board Pools
Re: Cooperative mining (>1100Mhash/s already, join us!)
by
zipslack
on 16/12/2010, 17:52:07 UTC
does anyone know how much bandwidth this consumes? The miner is connecting via RPC to the server several times per minute, isn't it?

Bandwidth is not main concern, but roundtrips/latencies are. I'm working right now on very simple proxy application, which will pre fetch work for few seconds (say 20 sec) to your computer.  Then you will point miner to this local application. It will limit roundtrips (as there will be one request per few second) and latencies (miner will not wait to fresh data).

I'm just wondering how this is going to affect other users of my shared Internet connection. I suppose those RPC requests are very small?