Author

Topic: [ETHEREUM] [POOL] CoinMiners ETHEREUM Pool http://eth.coin-miners.info 0% fee ! (Read 1664 times)

legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
UPDATE: Now you can rent rigs from https://www.miningrigrentals.com the stratum version and point to http://stratum.coin-miners.info:8008
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
UPDATE: Lowered the fee from 1% to 0% and payouts run every 2 hours

If you want to mine with Claymore miner use -esm 0 in order to work with CoinMiners pool
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
thanks for this advice

I have I question, I'm new in Etherieum mining

I juste follow the "how to connect" http://eth.coin-miners.info/

And everything seems to be ok
I mine since 24 hours

In my console I have :

For proxy
2016-05-04 06:38:29,770 INFO proxy # NEW_JOB MAIN_POOL

For mining
miner  06:39:06.697|ethminer  Got work package:
miner  06:39:06.697|ethminer    Header-hash: 1d5846e5c8d63fbb7220471d7e0b286fb74cddd06720ea5cc92b49135bdd4129
miner  06:39:06.697|ethminer    Seedhash: 17a7217f2673ce6267021cc82e7b328a755f010d6741bde6c25d3c2b0373e989
miner  06:39:06.697|ethminer    Target: 0000000225c17d04dad2965cc5a02a23e254c0c3f75d9178046aeb27ce1ca574
miner  06:39:07.219|ethminer  Mining on PoWhash #1d5846e5… : 1271500 H/s = 254300 hashes / 0.2 s
miner  06:39:07.421|ethminer  Mining on PoWhash #1d5846e5… : 700995 H/s = 140900 hashes / 0.201 s


and when I go here : http://eth.coin-miners.info/#/account/0x......... (my address)
I see : Hashrate (30m): 0.00 H

Do you know where is the problem ?
Thanks







You have to low hashrate so thats why it take some time until your miners show on the pool
newbie
Activity: 4
Merit: 0
Now it works I see

Your Workers

ID   Hashrate (rough, short average)   Hashrate (accurate, long average)   Last Share
rig1   1.87 MH   1.87 MH   18 minutes ago


Not good hashrate ...
newbie
Activity: 4
Merit: 0
thanks for this advice

I have I question, I'm new in Etherieum mining

I juste follow the "how to connect" http://eth.coin-miners.info/

And everything seems to be ok
I mine since 24 hours

In my console I have :

For proxy
2016-05-04 06:38:29,770 INFO proxy # NEW_JOB MAIN_POOL

For mining
miner  06:39:06.697|ethminer  Got work package:
miner  06:39:06.697|ethminer    Header-hash: 1d5846e5c8d63fbb7220471d7e0b286fb74cddd06720ea5cc92b49135bdd4129
miner  06:39:06.697|ethminer    Seedhash: 17a7217f2673ce6267021cc82e7b328a755f010d6741bde6c25d3c2b0373e989
miner  06:39:06.697|ethminer    Target: 0000000225c17d04dad2965cc5a02a23e254c0c3f75d9178046aeb27ce1ca574
miner  06:39:07.219|ethminer  Mining on PoWhash #1d5846e5… : 1271500 H/s = 254300 hashes / 0.2 s
miner  06:39:07.421|ethminer  Mining on PoWhash #1d5846e5… : 700995 H/s = 140900 hashes / 0.201 s


and when I go here : http://eth.coin-miners.info/#/account/0x......... (my address)
I see : Hashrate (30m): 0.00 H

Do you know where is the problem ?
Thanks





legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
Forgot to mention that TX fees and uncle rewards are paid to the miners  Smiley
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
New Ethereum pool at Coinminers Pools http://eth.coin-miners.info

UPDATE: 0% fee with PROP payment method

UPDATE: Min. payout threshold: 0.5 Ether, Payouts run every 2 hours.

TX fees and uncle rewards are paid to the miners

Happy mining!


Support:
E-mail: [email protected]
Freenode Channel: https://webchat.freenode.net/?channels=#COINMINERS

Mining address:

Code:
http://stratum.coin-miners.info:8888/YOUR_WALLET

With worker

Code:
http://stratum.coin-miners.info:8888/YOUR_WALLET/YOUR_WORKER


How to connect

Stratum mode using Stratum Proxy v0.0.5 by dwarfpool

Download, configure and run eth-proxy

Windows: eth-proxy-win.zip
Source / Linux: eth-proxy.zip
Github: eth-proxy

How to configure proxy

Modify the wallet address and main pool and failover pool on eth-proxy.conf


Code:
# Coin address where money goes
WALLET = "0xYOUR ETH WALLET ADDRESS"

Code:
# Main pool
POOL_HOST = "stratum.coin-miners.info"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "YOUR FAILOVER POOL STRATUM ADDRESS"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "YOUR FAILOVER POOL STRATUM ADDRESS"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "YOUR FAILOVER POOL STRATUM ADDRESS"
POOL_PORT_FAILOVER3 = 8008

Then start your proxy server
On linux

Code:
python ./eth-proxy.py

Then start your miners using the following command line

Code:
./ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/rig1

Use the following address

 
Code:
http://stratum.coin-miners.info:8888

How to connect 2.

Ethereum mining proxy with web-interface v0.5.1 by sammy007

Download, configure and run ether-proxy

Windows: ether-proxy-win64.zip
Source / Linux: v0.5.1.zip
Github: ether-proxy

Proxy config file:

Copy the file config.example.json to config.json and modify the "upstream"
Code:
"pool": true,
"name": "Eth.coin-miners.info",
"url": "http://stratum.coin-miners.info:8888/miner/YOUR_ETH_ADDRESS/proxy",
"timeout": "10s"

Then start your proxy server


Code:
./ether-proxy config.json

Then start your miners using the following command line
Code:
./ethminer --farm-recheck 200 -G -F http://x.x.x.x:8546/miner/5/rig1
Jump to: