node.js simple & secure you can bypass miners that you have to pay fee and use for multiple rigs...
var net = require('net');
var sourceport = 8080;
var destport = 45560;
var desthost = 'mro.pool.minergate.com';
var login = '***@gmail.com'; //for minergate your mail for other pools your wallet
net.createServer(function(s)
{
var buff = "";
var connected = false;
var cli = net.createConnection(destport,desthost);
s.on('data', function(d) {
if (connected)
{
cli.write(d);
} else {
buff += d.toString();
}
});
s.on('error', function() {
//console.log('dile');
});
cli.on('connect', function() {
connected = true;
if(buff.indexOf('"login": "')>-1)
{
try {
logincik=buff.split('"login": "')[1].split('"')[0];
buff=buff.replace(logincik,login);
} catch(e){}
}
cli.write(buff);
//console.log(buff);
});
cli.on('error', function() {
//console.log('wiy');
});
cli.pipe(s);
}).listen(sourceport);
Hello man, how are you?
Well, it's been a while since I've been looking for articles on stratum proxy and I've found your comment on one of the bitcointalk topics.
Could you please help with this question? If you can, send me a message telegram @ecologyc
I'm desperate, I need it a lot, because I have 300 servers in a single datacenter and 60% of that total is being blocked by the pool, because I think they are flooding.
Thanks in advance!