Meech
|
|
March 22, 2016, 03:14:20 PM |
|
Thanks. I dug a little more and came to that conclusion. I appreciate the info. Will setup tonight. Again thanks.
|
|
|
|
ammi84
|
|
March 23, 2016, 01:43:53 PM Last edit: March 23, 2016, 01:54:35 PM by ammi84 |
|
Hi, just setup my RPi with the Proxy. Is there a way to "autostart" the Proxy with "Screen"? my thoughts: edit /etc/rc.local add: Screen -S ethproxy python /home/pi/eth-proxy/eth-proxy.py but it doesn't start on boot
|
|
|
|
Meech
|
|
March 23, 2016, 03:22:37 PM |
|
Did you download screen. It is a separate download. I'll post my config when I'm able to. But then it will load automatically when restarted.
|
|
|
|
ammi84
|
|
March 23, 2016, 03:50:30 PM |
|
screen is installed when i start it manually it works
but i figured out:
1. i have to change the directory (cd eth-proxy) 2. execute the command
when i execute it in / ... it gives an error
|
|
|
|
fareric
Newbie
Offline
Activity: 1
Merit: 0
|
|
March 24, 2016, 06:00:49 AM |
|
Sometimes proxy dies with following lines in log file: 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?
|
|
|
|
Bazelak
|
|
March 25, 2016, 07:02:48 AM |
|
Sometimes proxy dies with following lines in log file: 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.
|
|
|
|
yochdog
Legendary
Offline
Activity: 2044
Merit: 1000
|
|
March 29, 2016, 01:50:56 PM |
|
Sorry in advance for what is probably a really stupid question:
do I need to run the proxy on each local machine? I have 4 attached to a network, and would think that just one proxy could handle them all.
How can I make that work?
|
I am a trusted trader! Ask Inaba, Luo Demin, Vanderbleek, Sannyasi, Episking, Miner99er, Isepick, Amazingrando, Cablez, ColdHardMetal, Dextryn, MB300sd, Robocoder, gnar1ta$ and many others!
|
|
|
Meech
|
|
March 30, 2016, 04:11:36 AM |
|
One proxy for all or you can run multiple if you want redundancy or different pools. It can be on any computer/Pi on your network. The proxy config file is already setup just add your wallet, pool info. The workers run ethminer with the proxy address ie local 127.0.0.1:8080 or ip of the machine its running on ie 192.168.1.12:8080. Start proxy first then rigs. The proxy is started by $ python eth-proxy.py. I had trouble understanding it but once you dig into the conf file its easy. It works really slick and provides hashrate of your seperate workers. Recommend the computer running the proxy to be a static ip. Enjoy!
|
|
|
|
google98
|
|
March 30, 2016, 09:13:29 PM |
|
Im getting this error:
Traceback (most recente call last): File "<string>", line 9, in <module> File "C:\Python27\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py" n load_module File "stratum\setting.py", line 74, in <module> File "stratum\setting.py", line 53, in setup File "stratum\setting.py", line 25, in read_values_file ValueError: invalid literal for int() with base 10: 'true' eth-proxy returned -1
Any ideia how to fix? 0.0.4 Version was working normal. Ty
same for me under linux - anything I can do?
|
|
|
|
copychicken
|
|
March 30, 2016, 09:51:14 PM |
|
i am getting this, nothing more.. could even use the proxy. In windows, do we need to download and install all those python steps, mentioned in the first page?
|
|
|
|
copychicken
|
|
March 30, 2016, 10:47:53 PM |
|
got it done...
Another question... i am mining EXP with 25mhash directly... but when using the proxy only with 20.. Anyone experiencing this?
|
|
|
|
Catmony
|
|
March 31, 2016, 07:10:22 AM |
|
got it done...
Another question... i am mining EXP with 25mhash directly... but when using the proxy only with 20.. Anyone experiencing this?
I do not have that experience. The hash rate is them locally and remotely. But for QT miner, my pool hash rate is 80-90% of my local rate.
|
|
|
|
yochdog
Legendary
Offline
Activity: 2044
Merit: 1000
|
|
March 31, 2016, 02:12:23 PM |
|
One proxy for all or you can run multiple if you want redundancy or different pools. It can be on any computer/Pi on your network. The proxy config file is already setup just add your wallet, pool info. The workers run ethminer with the proxy address ie local 127.0.0.1:8080 or ip of the machine its running on ie 192.168.1.12:8080. Start proxy first then rigs. The proxy is started by $ python eth-proxy.py. I had trouble understanding it but once you dig into the conf file its easy. It works really slick and provides hashrate of your seperate workers. Recommend the computer running the proxy to be a static ip. Enjoy!
thank you so much for the explanation!
|
I am a trusted trader! Ask Inaba, Luo Demin, Vanderbleek, Sannyasi, Episking, Miner99er, Isepick, Amazingrando, Cablez, ColdHardMetal, Dextryn, MB300sd, Robocoder, gnar1ta$ and many others!
|
|
|
RealMalatesta
Legendary
Offline
Activity: 2366
Merit: 1141
|
|
March 31, 2016, 08:55:14 PM |
|
Maybe someone has already an answer to this: When I run the proxy on an Raspberry Pi, how many rigs can this device handle? Any experience?
|
|
|
|
Vaccomondus
|
|
April 02, 2016, 04:09:26 PM |
|
i am getting this, nothing more.. could even use the proxy. In windows, do we need to download and install all those python steps, mentioned in the first page? i can not run the proxy how did you fixed it?
|
|
|
|
Meech
|
|
April 05, 2016, 03:32:56 PM Last edit: April 11, 2016, 10:40:29 PM by Meech |
|
Maybe someone has already an answer to this: When I run the proxy on an Raspberry Pi, how many rigs can this device handle? Any experience?
I would say as many as you need but I'm sure there is a limit specially because it's a just a pi. I'd say running it on the Pi is the way to do it. If you prefer Qtminer then you don't need to use the proxy. The proxy gives you stratum capabilities if you use Ethminer.
|
|
|
|
Dr_Victor
|
|
April 18, 2016, 01:22:28 PM |
|
Please, help me - I can not launch the proxy. Everytime I have errors: 2016-04-18 16:18:11,515 INFO proxy # Connected to Stratum pool at eth-eu.dwarfpool.com:8008 2016-04-18 16:18:11,529 INFO proxy # Disconnected from Stratum pool at eth-eu.dwarfpool.com:8008 2016-04-18 16:18:11,529 INFO stats # 0 peers connected, state changed 1 times 2016-04-18 16:18:14,733 INFO stats # 1 peers connected, state changed 1 times 2016-04-18 16:18:14,733 INFO proxy # Connected to Stratum pool at eth-eu.dwarfpool.com:8008 2016-04-18 16:18:14,749 INFO proxy # Disconnected from Stratum pool at eth-eu.dwarfpool.com:8008 2016-04-18 16:18:14,749 INFO stats # 0 peers connected, state changed 1 times And I have Internen and working ethminer
|
yobit.net is banned from signatures
|
|
|
cloh76
|
|
May 15, 2016, 11:24:08 PM |
|
Can someone provide a step-by-step guide on how to setup and start mining on dwarfpool?
|
[ BTC Donations: 13RNJdT72WEd1FsT3CwdJ6jy9NAa7Hsb54 ]
|
|
|
Ayers
Legendary
Offline
Activity: 2800
Merit: 1024
Vave.com - Crypto Casino
|
|
May 16, 2016, 06:01:57 AM |
|
Can someone provide a step-by-step guide on how to setup and start mining on dwarfpool?
you download the proxy thing here, you go in the folder of downloaded proxy and change the pool name in the config file if it is not set to dwarf, then you add your wallet in the right field, always in the config, then you are done, just point your miner to the stratum, so you need to use the solo ip, 127.0.0.1, like you do in solo mining, and the proxy will connect to dwarf
|
|
|
|
malekbaba
Legendary
Offline
Activity: 1526
Merit: 1026
|
|
May 16, 2016, 06:14:53 PM |
|
Dwarf pool is under maintenance. Any one get paid in this period ? How do I know that my mining is being calculated there?
|
|
|
|
|