eth.coinmine.pl - stratum proxy added - 10-20% more income!

feeleepfeeleep Member Posts: 31
edited January 2016 in Pool Discussion
Hi,

We added support for stratum compatible with coinotron proxy solution, which should give 10-20% more income (estimation!).

This is how you can run it:

if you use coinotron proxy just point it to coinmine.pl:

linux
./mining-proxy.py -o eth.coinmine.pl -p 4000

windows
mining-proxy.exe -o eth.coinmine.pl -p 4000

and point your miner to

ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/workername:workerpassword

You can download proxy from: https://github.com/feeleep75/eth-stratum-mining-proxy

Windows exe file can be downloaded here: https://github.com/feeleep75/eth-stratum-mining-proxy/releases/download/v1.0/mining_proxy.exe

If you downloaded coinmine.pl default proxy just run:

linux
./mining-proxy.py

windows
mining-proxy.exe

and then

ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/workername:workerpassword

--
feeleep
Post edited by feeleep on

Comments

  • feeleepfeeleep Member Posts: 31
    We added support for stratum enabled QTminer as well:

    1. go to https://www2.coinmine.pl/eth/index.php?page=gettingstarted
    2. download windows package
    3. unpack it and go to qtminer directory
    4. run coinmine.cpu.bat or coinmine.opencl.bat

    if you already use qtminer, you can run it by specifying server address:

    qtminer -s eth.coinmine.pl:4001 -u yourworker.1 -G

    You can also find links for Ubuntu QTMiner releases on Getting Started page.

    cheers,
    feeleep
  • feeleepfeeleep Member Posts: 31
    We can offer private servers for big miners so you do not risk any share loss in case of DDoS - if you are interested send an email to [email protected]
  • feeleepfeeleep Member Posts: 31
    We are slowly gathering more miners so join us and compare earnings with other pools ;)
  • feeleepfeeleep Member Posts: 31
    Our pool is compatible with great ethminer release from Genoil which support stratum!

    Grab it from here (1.0.4 beta)

    https://github.com/Genoil/cpp-ethereum/tree/stratum/releases

    and run with

    ethminer.exe -G -S eth.coinmine.pl:4000 -O worker:password
  • feeleepfeeleep Member Posts: 31
    edited March 2016
    Guys,

    I updated mining proxy with improved reconnection protocol and few other fixes. Please update your proxies.

    Windows compiled version: https://github.com/feeleep75/eth-stratum-mining-proxy/releases
    Linux source: https://github.com/feeleep75/eth-stratum-mining-proxy

    feeleep
    https://www2.coinmine.pl/eth/
  • feeleepfeeleep Member Posts: 31
    Hi,

    Our pool is now supported by Claymore's Dual Ethereum+Decred GPU Miner (https://bitcointalk.org/index.php?topic=1433925.0). If you want to try please use this command to mine:

    EthDcrMiner64.exe -epool eth.coinmine.pl:4000 -ewal USERNAME.WORKER -esm 2 -epsw WORKER_PASS -dpool stratum+tcp://dcr.coinmine.pl:2222 -dwal USERNAME.WORKER -dpsw WORKER_PASS -allpools 1

    feeleep
  • feeleepfeeleep Member Posts: 31
    Guys - just to let you know - we can provide private stratum/getwork servers for miners (depends on your hashrate) so you can be 100% protected from DDoS attacks (it will be dedicated server and IP will be provided to you only). If you are interested please send a PM to me.

    feeleep
  • feeleepfeeleep Member Posts: 31
    Hi,

    We implemented vardiff on our pool: https://www2.coinmine.pl/eth/ - it is enabled on port 4000 (coinotron type proxy or genoil miner)

    feeleep
  • feeleepfeeleep Member Posts: 31
    there is one already setup in US and SG but I will announce it later today.
  • workwork Member Posts: 2,084 ✭✭✭✭
    feeleep said:

    Hi,

    We implemented vardiff on our pool: https://www2.coinmine.pl/eth/ - it is enabled on port 4000 (coinotron type proxy or genoil miner)

    feeleep

    I'm getting 1.5Billion share target for all my workers, no vardiff, when I try? What's the min/maximum difficulty? Any way to specify starting difficulty (e.g. d= in password, or mining.suggest_difficulty() stratum call?
  • feeleepfeeleep Member Posts: 31
    work said:

    feeleep said:

    Hi,

    We implemented vardiff on our pool: https://www2.coinmine.pl/eth/ - it is enabled on port 4000 (coinotron type proxy or genoil miner)

    feeleep

    I'm getting 1.5Billion share target for all my workers, no vardiff, when I try? What's the min/maximum difficulty? Any way to specify starting difficulty (e.g. d= in password, or mining.suggest_difficulty() stratum call?
    Hi,

    Vardiff start diff is 1.5B, min is 300M - you must send a share for retargetting diff. I can probably set something up for custom starting diff but not today.

    feeleep
  • feeleepfeeleep Member Posts: 31
    bitcanuck said:

    Then if you reward stale shares, I'll give your US server a try.

    Regional servers are up:
    eth-us.coinmine.pl:4000 - US
    eth-sg.coinmine.pl:4000 - Singapore
    eth-eu.coinmine.pl:4000 - Europe (same as eth.coinmine.pl for now but I plan to set up auto geolocation on this address)

    In terms of rewarding stale shares - it just doesn't make sense - let's assume you have 1% of stale shares, then every other miner have 1% stale shares in average as well. This means that your payout will be exactly the same...

    feeleep
  • workwork Member Posts: 2,084 ✭✭✭✭
    @feeleep seems to be adjusting difficulty now. Looks good!

    I would definitely appreciate the option to set starting difficulty with password. Very handy if miner needsto re-connect so you don't get pushed back to 1.5Bil again.
  • shutfushutfu Member Posts: 320 ✭✭
    i dont see anytrhing about your fee on the website, also, what is command for claymore miner to use your servers?
  • feeleepfeeleep Member Posts: 31
    shutfu said:

    i dont see anytrhing about your fee on the website, also, what is command for claymore miner to use your servers?

    Fee is 1%

    this should work:

    EthDcrMiner64.exe -epool eth.coinmine.pl:4000 -ewal USERNAME.WORKER -esm 2 -epsw WORKER_PASS -allpools 1 -dpool stratum+tcp://dcr.coinmine.pl:2222 -dwal USERNAME.WORKER -dpsw WORKER_PASS
  • feeleepfeeleep Member Posts: 31
    work said:

    @feeleep seems to be adjusting difficulty now. Looks good!

    I would definitely appreciate the option to set starting difficulty with password. Very handy if miner needsto re-connect so you don't get pushed back to 1.5Bil again.

    OK - starting with the last diff for worker should be fine then. I will let you know once its done
  • feeleepfeeleep Member Posts: 31
    bitcanuck said:

    feeleep said:

    bitcanuck said:

    Then if you reward stale shares, I'll give your US server a try.

    In terms of rewarding stale shares - it just doesn't make sense - let's assume you have 1% of stale shares, then every other miner have 1% stale shares in average as well. This means that your payout will be exactly the same...

    feeleep
    When you make incorrect assumptions (all miners submit the same % stale shares), you come to incorrect conclusions. Read the miningpoolhub thread, then maybe you'll change your mind.
    if miners want this - I can do this :) - I will let you know
  • workwork Member Posts: 2,084 ✭✭✭✭
    Pool has been working great for me the last 24hr. Vardiff running very smoothly, adjusting to small/slow workers and huge/fast rigs quite well. Good work @feeleep!

    Just need to be able to set starting difficulty now (so my single card computer can start at low diff on connect and crazy beast rig can start at high diff, and not wait an hour for vardiff to adjust to a steady spot).
  • feeleepfeeleep Member Posts: 31
    Guys - I had several request to bring static diff back so since now here are details for all our servers:

    Static diff 1.5B
    eth-us.coinmine.pl:4000 - US
    eth-sg.coinmine.pl:4000 - Singapore
    eth-eu.coinmine.pl:4000 - Europe
    eth.coinmine.pl:4000 - Europe but will be with geo location

    Vardiff
    eth-us.coinmine.pl:5000 - US
    eth-sg.coinmine.pl:5000 - Singapore
    eth-eu.coinmine.pl:5000 - Europe
    eth.coinmine.pl:5000 - Europe but will be with geo location

    I am finishing development for requesting difficulty by miners and for accepting stale shares

    feeleep
  • feeleepfeeleep Member Posts: 31
    Hi,

    few weeks ago we had several days with much better luck but this is what is happening for small pools - sometimes few blocks with much better or worse luck can affect daily luck... For example in last 24 hrs we had 5% better luck that ideal...

    feeleep
  • feeleepfeeleep Member Posts: 31
    Dear All,

    Since now we are accepting Level 1 Stale shares which are valued 87.5% of normal share.

    We are recognizing also Level 2 and Level 3 Stales, however the value is 0 for these ones.

    You can find statistics on Dashboard page, however you need to reconnect your miners to follow new process.

    cheers,
    feeleep
  • workwork Member Posts: 2,084 ✭✭✭✭
    @feeleep very cool! Glad to see n-1 stale acceptance and n-x stats.

    Did you change vardiff minimum to 600mil? I noticed the little tester machine I have running here doesn't adjust down to 300mil now. Not a big deal, just curious.
  • feeleepfeeleep Member Posts: 31
    hi - 600 mil was min during some stage of development. now it is 600 starting and 300 min but you must reconnect to make this settings effective.
Sign In or Register to comment.