Bitcoin Forum
April 25, 2024, 02:12:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 »  All
  Print  
Author Topic: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork.  (Read 173598 times)
Meech
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000



View Profile
March 22, 2016, 03:14:20 PM
 #121

Thanks.  I dug a little more and came to that conclusion.  I appreciate the info.
Will setup tonight.  Again thanks.
1714054345
Hero Member
*
Offline Offline

Posts: 1714054345

View Profile Personal Message (Offline)

Ignore
1714054345
Reply with quote  #2

1714054345
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714054345
Hero Member
*
Offline Offline

Posts: 1714054345

View Profile Personal Message (Offline)

Ignore
1714054345
Reply with quote  #2

1714054345
Report to moderator
ammi84
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
March 23, 2016, 01:43:53 PM
Last edit: March 23, 2016, 01:54:35 PM by ammi84
 #122

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 Sad


Meech
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000



View Profile
March 23, 2016, 03:22:37 PM
 #123

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
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
March 23, 2016, 03:50:30 PM
 #124

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 Offline

Activity: 1
Merit: 0


View Profile
March 24, 2016, 06:00:49 AM
 #125

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?
Bazelak
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
March 25, 2016, 07:02:48 AM
 #126

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.

▃▄▅▆▇ STOX -  ETH based Prediction Market ▇▆▅▄▃
▂▃▅▆▆▆▆▆▆▆▆▆▆▆▆▆ Token Sale   ▆▆▆▆▆▆▆▆▆▆▆▆▆▅▃▂
Whitepaper | ANN | Bounty | Telegram | Twitter | Website
yochdog
Legendary
*
Offline Offline

Activity: 2044
Merit: 1000



View Profile
March 29, 2016, 01:50:56 PM
 #127

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
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000



View Profile
March 30, 2016, 04:11:36 AM
 #128

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
Full Member
***
Offline Offline

Activity: 360
Merit: 100


View Profile
March 30, 2016, 09:13:29 PM
 #129

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
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Pools Of Honor


View Profile
March 30, 2016, 09:51:14 PM
 #130



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?


 
 
 
 
██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████
 
 



...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






copychicken
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Pools Of Honor


View Profile
March 30, 2016, 10:47:53 PM
 #131

got it done...

Another question... i am mining EXP with 25mhash directly... but when using the proxy only with 20..
Anyone experiencing this?


 
 
 
 
██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████
 
 



...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Catmony
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500


View Profile
March 31, 2016, 07:10:22 AM
 #132

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 Offline

Activity: 2044
Merit: 1000



View Profile
March 31, 2016, 02:12:23 PM
 #133

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 Offline

Activity: 2338
Merit: 1124



View Profile
March 31, 2016, 08:55:14 PM
 #134

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
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 02, 2016, 04:09:26 PM
 #135



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
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000



View Profile
April 05, 2016, 03:32:56 PM
Last edit: April 11, 2016, 10:40:29 PM by Meech
 #136

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
Sr. Member
****
Offline Offline

Activity: 954
Merit: 250


View Profile
April 18, 2016, 01:22:28 PM
 #137

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
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250



View Profile
May 15, 2016, 11:24:08 PM
 #138

Can someone provide a step-by-step guide on how to setup and start mining on dwarfpool?

[ BTC Donations: 13RNJdT72WEd1FsT3CwdJ6jy9NAa7Hsb54 ]
Ayers
Legendary
*
Offline Offline

Activity: 2604
Merit: 1023


Leading Crypto Sports Betting & Casino Platform


View Profile
May 16, 2016, 06:01:57 AM
 #139

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

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
May 16, 2016, 06:14:53 PM
 #140

Dwarf pool is under maintenance. Any one get paid in this period ? How do I know that my mining is being calculated there? 
Pages: « 1 2 3 4 5 6 [7] 8 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!