Bitcoin Forum
May 10, 2024, 07:10:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: GUIMiner/Proxy help  (Read 3030 times)
Mustang58lx (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0



View Profile
April 10, 2013, 07:01:27 PM
 #1

I'm new to Bitcoin mining and just trying it out.

with my out computer I'm only able to try this with CPU mining (I know it's not worth it)  but like I said I'm just trying it out to see how it works.

So on the account page it say's please install Stratum proxy.  So I downloaded the Stratum proxy and run it and in GUIMiner I started a new miner using I'm using new other miner and pointed it to rpcminer-4way.exe  for server I selected other, host is http://localhost:8332/ port 8332 and gilled in the user and pw.  When I start it the proxy screen changes shows my worker is continueously asking for work but I don't think it evere get any this way. GUIMiner shows 0 shares too.  and when I update my account screen it doesn't show that it ever is working on anything. 

am I doing something wrong?


Thanks
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dreisday
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 10, 2013, 07:27:17 PM
 #2

Assuming you have everything configured properly, you aren't seeing any shares as you are mining with a CPU, so you will be looking at least an hour before you get a share, that's why it's so pointless. You're better off mining litecoin with a CPU.
Mustang58lx (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0



View Profile
April 10, 2013, 08:08:01 PM
 #3

I get shares fairly regular if I dont use the proxy but I was trying to be stratum compliant.  I had it running that way for  8 hours and didnt notice it get any shares.

Code:
C:\Documents and Settings\Adamson Motors\Desktop\Bitcoin\mining_proxy.exe\twisted\web\util.py:372: DeprecationWarning: Passing filenames or file object
s to XMLFile is deprecated since Twisted 12.1.  Pass a FilePath instead.
2013-04-10 15:02:14,671 INFO proxy jobs.<module> # C extension for midstate not available. Using default implementation instead.
2013-04-10 15:02:14,671 WARNING proxy mining_proxy.main # Stratum proxy version: 1.5.2
2013-04-10 15:02:14,687 WARNING proxy mining_proxy.test_update # Checking for updates...
2013-04-10 15:02:15,500 WARNING proxy mining_proxy.main # Trying to connect to Stratum pool at stratum.bitcoin.cz:3333
2013-04-10 15:02:15,687 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-04-10 15:02:15,687 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at stratum.bitcoin.cz:3333
2013-04-10 15:02:15,687 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-04-10 15:02:20,828 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-04-10 15:02:20,828 WARNING proxy mining_proxy.main # PROXY IS LISTENING ON ALL IPs ON PORT 3333 (stratum) AND 8332 (getwork)
2013-04-10 15:02:20,828 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-04-10 15:02:20,828 INFO proxy client_service.handle_event # New job 1abc for prevhash e15737fe, clean_jobs=True
2013-04-10 15:02:41,578 INFO proxy client_service.handle_event # New job 1abd for prevhash e15737fe, clean_jobs=False
2013-04-10 15:03:11,967 INFO proxy client_service.handle_event # New job 1abe for prevhash e15737fe, clean_jobs=False
2013-04-10 15:03:14,015 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:18,062 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:22,108 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:26,155 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:30,203 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:34,250 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:38,312 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:42,000 INFO proxy client_service.handle_event # New job 1abf for prevhash e15737fe, clean_jobs=False
2013-04-10 15:03:42,358 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work


this is a copy of the screen  does this look correct? 
dreisday
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 10, 2013, 09:15:57 PM
 #4

I get shares fairly regular if I dont use the proxy but I was trying to be stratum compliant.  I had it running that way for  8 hours and didnt notice it get any shares.

Code:
C:\Documents and Settings\Adamson Motors\Desktop\Bitcoin\mining_proxy.exe\twisted\web\util.py:372: DeprecationWarning: Passing filenames or file object
s to XMLFile is deprecated since Twisted 12.1.  Pass a FilePath instead.
2013-04-10 15:02:14,671 INFO proxy jobs.<module> # C extension for midstate not available. Using default implementation instead.
2013-04-10 15:02:14,671 WARNING proxy mining_proxy.main # Stratum proxy version: 1.5.2
2013-04-10 15:02:14,687 WARNING proxy mining_proxy.test_update # Checking for updates...
2013-04-10 15:02:15,500 WARNING proxy mining_proxy.main # Trying to connect to Stratum pool at stratum.bitcoin.cz:3333
2013-04-10 15:02:15,687 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-04-10 15:02:15,687 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at stratum.bitcoin.cz:3333
2013-04-10 15:02:15,687 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-04-10 15:02:20,828 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-04-10 15:02:20,828 WARNING proxy mining_proxy.main # PROXY IS LISTENING ON ALL IPs ON PORT 3333 (stratum) AND 8332 (getwork)
2013-04-10 15:02:20,828 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-04-10 15:02:20,828 INFO proxy client_service.handle_event # New job 1abc for prevhash e15737fe, clean_jobs=True
2013-04-10 15:02:41,578 INFO proxy client_service.handle_event # New job 1abd for prevhash e15737fe, clean_jobs=False
2013-04-10 15:03:11,967 INFO proxy client_service.handle_event # New job 1abe for prevhash e15737fe, clean_jobs=False
2013-04-10 15:03:14,015 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:18,062 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:22,108 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:26,155 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:30,203 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:34,250 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:38,312 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work
2013-04-10 15:03:42,000 INFO proxy client_service.handle_event # New job 1abf for prevhash e15737fe, clean_jobs=False
2013-04-10 15:03:42,358 INFO proxy getwork_listener._on_authorized # Worker 'HIDDEN.HIDDEN' asks for new work


this is a copy of the screen  does this look correct? 

I have had no end of problems with the proxy, I suggest you either switch mining clients to one that supports stratum natively like cgminer, or just forget about it and use the perfectly serviceable getwork.
Pages: [1]
  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!