Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Simran on August 31, 2012, 01:50:29 AM



Title: LTC Proxy Miner Server! *Failover Proxy coming soon!
Post by: Simran on August 31, 2012, 01:50:29 AM
So, I want to thank pooler for giving me the idea! Basically, you can put this on a VPS/Dedicated Server and connect to it like as if it was a pool. To be honest, I'm not sure why I coded it, or for what reason, but I'm still working on the failover part where if a pool goes down, it connects to another one.. But for now, I guess it can be used for anonymity or saving bandwidth some how.. Idk!

Here's a pic:

https://p.twimg.com/A1gqcC5CcAIifFb.png:large


It's coded in C#, so you need to have mono installed...

To use it, in the "config.ini" file, just set the port you want it to listen on, and the url and port of the pool you use.. once you run it, just connect to it with your miner as you would with a pool, and also use the same credentials of course... as for the url's of the pool.. if you use notrollin, then enter "notroll.in" in the ini, you know.. without any slashes or the http.. thanks! :D

Something to note.. doesn't seem to work with litecoinpool.org :S

I'll post a link in a bit..


Title: Re: LTC Proxy Miner Server! *Failover Proxy coming soon!
Post by: wndrbr3d on August 31, 2012, 02:25:46 AM
Couldn't you just do a reverse proxy with Apache?

That's what I'm setting up on my private pool to keep my actual instance of pushpoold protected from the wild.


Title: Re: LTC Proxy Miner Server! *Failover Proxy coming soon!
Post by: Simran on August 31, 2012, 11:53:15 AM
Couldn't you just do a reverse proxy with Apache?

That's what I'm setting up on my private pool to keep my actual instance of pushpoold protected from the wild.

It is a reverse proxy :)