Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL][ETH] - pooleth.com - Ethereum Mining Pool with 25% BONUS
by
mirny
on 14/01/2016, 19:14:21 UTC
Great news!​

​We have been working to solve the problem of drop hashrate.​

​First, let me thank sammy007 for the proxy!​

​Now you can use the sammy007's proxy (https://github.com/sammy007/ether-proxy) to mine with our pool.​

With this proxy you simply need to have in the configuration code one of your settings's string (ex. rig1):​

Code:
"upstream": [
{
"pool": true,
"name": "Pooleth.com",
"url": "http://pool.pooleth.com/pool/YOURNAME/rig1  ",
"timeout": "10s"
}
],

​Finally set your miner with local address of the proxy, with parameter​ --farm-recheck 100

For example: ethminer -G -F http://127.0.0.1:8545/miner/1/local --farm-recheck 100


More information:

​For those unwilling to use proxy or had problems with it, you may try to use the parameter  --farm-recheck 250 on your ethereum miner configuration.
This parameter greatly increases the network traffic, but does not create any problem to the pool and slightly increases the average hash, because that trick make next getWork more faster.​



hello I'm trying to set this proxy, but I'm not sure what to put in here: ethminer -G -F http://127.0.0.1:8545/miner/1/local --farm-recheck 100

I have to leave diff value on 1?
or I have to set my speed in MHs?