Author

Topic: Is it better to have multiple connections or a single one to a pool ? (Read 57 times)

newbie
Activity: 1
Merit: 0
Hi,

I'm currently trying to code my own BTC proxy mining pool that need to handle at least 10k workers but I'm still in need of informations to build it correctly.

My main inquiery is about the TCP connection between my proxy pool and the pool.

Should I need to open a connection between the proxy and the pool for each worker or should I create a single connection for all worker in my proxy ?

I think the best option in my case is the second one (open 10k connections with the same ip may result as ban ?) but it implies more work to do and understanding.

In that case how should I manage the high difficulty of the proxy pool ?

Thanks you for you answer and don't hesitate to share me all interesting links you have about it !
Jump to: