Pages:
Author

Topic: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. - page 2. (Read 173631 times)

newbie
Activity: 45
Merit: 0
So nowadays the miners have implemented stratum protocal within them, do we still need this proxy ?
full member
Activity: 406
Merit: 104
So this is better for Nvidia compared to Claymore?
Mining only one coin.
sr. member
Activity: 857
Merit: 262
Is it actual now for mining with Claymore on ethermine.org?

it works just fine... also on other ethash coins
beware that if you setup the failover to true it will be loading dwarfpool's servers automatically as well

EDIT: .... or not I'm confused
EDIT2: ohh... I see now. It has hardcoded servers POOL_HOST_FAILOVER1,2,3, so if you enable POOL_FAILOVER_ENABLE = True make sure you change these vars


newbie
Activity: 23
Merit: 0
Is it actual now for mining with Claymore on ethermine.org?
sr. member
Activity: 305
Merit: 250
I'm trying to use but nothing appears on the screen

How do I know if I did it right?
etc
sr. member
Activity: 487
Merit: 252
bou !
How

I misspoke ?

I wanted to know, what is the command line to put the DAG on another hard drive?

For example, I have another hard drive ( D: )

I created an ETH file in this disk

What should I put in my command line for the dag file to install in?
sr. member
Activity: 487
Merit: 252
bou !
Hello

I want to put my DAG file on another hard disk, but I have to put what command to put my DAG file on my hard disk D:?

I read the readme but I do not understand what to put, here is my current order:

Setx GPU_FORCE_64BIT_PTR 0
Setx GPU_MAX_HEAP_SIZE 100
Setx GPU_USE_SYNC_OBJECTS 1
SET GPU_SINGLE_ALLOC_PERCENT = 100
Ethminer.exe --farm-recheck 200 -G -F http://100.000.0.0:8080/PC


If I understood correctly I must add -d D:?

Or --datadir D:?

I try the 2 but it does not work.


Can you help me please?

thank you
newbie
Activity: 3
Merit: 0
(1)I get stuck on
Code:
2) start proxy with
 python ./eth-proxy.py

Using Ubuntu, I receiving: python: can't open file '.eth-proxy.py': [Errno 2] No such file or directory
I see the file in '/home/user/ethproxy/eth-proxy.py'

When using
Code:
python '/home/user/ethproxy/eth-proxy.py'
I receive ERROR proxy # Wrong Wallet! in the command terminal and nothing else happens?
........

Python use the current directory as the working directory, so if you run it from another directory you should change it, since the modules are located in the ethproxy directory, adding something like this should allow you to run from any directory

os.chdir(os.path.dirname(os.path.abspath(sys.argv[0])))


newbie
Activity: 40
Merit: 0
Sometimes proxy dies with following lines in log file:

Code:
2016-03-19 08:10:09,422 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:09,478 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:10,120 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:10,910 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!

After restart proxy continues normal jobs.

Any suggestions how to implement auto restart of staled proxy in the case of this errors (under linux os)?
I am having the exact same thing happen to me, but I am running windows 8.1.  About 1-2 times per day this happens.  Anyone know how to stop this from happening.

In windows I have tried to used the task scheduler to automatically restart the eth-proxy.exe file every 2 hours but when the scheduler tries to open the file it crashes right away.  Does anyone know of another way to automatically restart the proxy every few hours? or a way to get the task scheduler to work?

I have the same problem. My network connection is not very stable, so my proxy will stick at some point during the day.
Did ya'll ever find a solution for automatically restarting the proxy?

You can use a bat file to restart the proxy.

@echo on
start eth-proxy.exe

:loop
timeout /t 87800
taskkill /im  "eth-proxy.exe" /f
timeout /t 2
start eth-proxy.exe
goto loop
legendary
Activity: 1174
Merit: 1001
Sometimes proxy dies with following lines in log file:

Code:
2016-03-19 08:10:09,422 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:09,478 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:10,120 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:10,910 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!

After restart proxy continues normal jobs.

Any suggestions how to implement auto restart of staled proxy in the case of this errors (under linux os)?
I am having the exact same thing happen to me, but I am running windows 8.1.  About 1-2 times per day this happens.  Anyone know how to stop this from happening.

In windows I have tried to used the task scheduler to automatically restart the eth-proxy.exe file every 2 hours but when the scheduler tries to open the file it crashes right away.  Does anyone know of another way to automatically restart the proxy every few hours? or a way to get the task scheduler to work?

I have the same problem. My network connection is not very stable, so my proxy will stick at some point during the day.
Did ya'll ever find a solution for automatically restarting the proxy?
legendary
Activity: 1120
Merit: 1004
I can't manage to get it work. May someone help me ? Maybe I'm wrong, but it is possible to mine to my dedicated page like I does actually with gethwork ?
newbie
Activity: 55
Merit: 0
i used the stratum for one week i have +20 percent hashrate, but suddenly two days ago my hashrate decreased 16 percent. i did not change anything.
why that may happen.
full member
Activity: 234
Merit: 100
How do i connect multiple miners to one ethproxy ?
newbie
Activity: 55
Merit: 0
hello; i did the following exactly:
1.started cmd with : geth --rpc --rpcaddr "192.168.1.100" --rpcport 8546
2. configured the config file :
HOST = "192.168.1.100"
PORT = 8546
WALLET = "0xmy addr"
3. then i clicked the patch which contains:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
eth-proxy.exe --farm-recheck 200 -G -F http://192.168.1.100:8546/miner/35/rig1

the window works as  finding job
then i started ethminer with patch containing:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer --farm-recheck 200 -G -F http://192.168.1.100:8546/miner/35/rig1
really i saw increasd 5mhash but when i try to access http://192.168.1.100:8546/ from my browser it shows:
{"jsonrpc":"2.0","error":{"code":-32600,"message":"EOF"}}

is my steps right???
any help pls could be appreciated
sr. member
Activity: 266
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
Is this better than claymores?

it's the same but clymore let you mine two coin at the same time, here there is not this kind of implementation
And Claymore is only for the bullshit AMD GPUs.

That is mainly because the AMD cards are good at OpenCL instructions. nVidia got its own CUDA.
sr. member
Activity: 283
Merit: 250
Well AMD is all i have so i guess ill stay where i am.
legendary
Activity: 1260
Merit: 1046
Is this better than claymores?

it's the same but clymore let you mine two coin at the same time, here there is not this kind of implementation
And Claymore is only for the bullshit AMD GPUs.
legendary
Activity: 3248
Merit: 1070
Is this better than claymores?

it's the same but clymore let you mine two coin at the same time, here there is not this kind of implementation
sr. member
Activity: 283
Merit: 250
Is this better than claymores?
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
SO how does this proxy gain you 20% I already mine on a stratum pool so how will proxy make much difference. I have not seen any difference in submitted shares or rewards in a 24hr mine with and without. Am I missing something if I am not gaining 20% extra?
 the titled says compared to getwork not compared to stratum.

So it should not be a big gain for you.

I moved my 190mh to it a few days ago I seem to be 10% ahead
Pages:
Jump to: