Bitcoin Forum

Bitcoin => Mining support => Topic started by: Yinero on January 17, 2014, 07:22:12 AM



Title: Unable to get stratum-mining-proxy to pick up cube.
Post by: Yinero on January 17, 2014, 07:22:12 AM
Just as the subject says. I am unable to get my stratum-mining-proxy to pick up my cube to mine with. I have everything set up just fine on both ends but I get this message on my proxy:

Quote
2014-01-17 07:17:33,391 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at us1.ghash.io:3333
2014-01-17 07:17:33,396 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2014-01-17 07:17:33,476 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2014-01-17 07:17:33,481 WARNING proxy mining_proxy.main # PROXY IS LISTENING ON ALL IPs ON PORT 3333 (stratum) AND 8332 (getwork)
2014-01-17 07:17:33,486 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2014-01-17 07:17:33,494 INFO proxy client_service.handle_event # Setting new difficulty: 16
2014-01-17 07:17:33,502 INFO proxy client_service.handle_event # New job 19fd0aaa for prevhash bba69107, clean_jobs=False
2014-01-17 07:17:44,466 INFO proxy client_service.handle_event # New job 19fd0aab for prevhash bba69107, clean_jobs=False
2014-01-17 07:17:54,485 INFO proxy client_service.handle_event # New job 19fd0aac for prevhash bba69107, clean_jobs=False
2014-01-17 07:18:04,501 INFO proxy client_service.handle_event # New job 19fd0aad for prevhash bba69107, clean_jobs=False
2014-01-17 07:18:14,542 INFO proxy client_service.handle_event # New job 19fd0aae for prevhash bba69107, clean_jobs=False

My cube shows nothing going on from this. I know the cube is functional. I had it running through a different proxy until they shut off :'(


Title: Re: Unable to get stratum-mining-proxy to pick up cube.
Post by: scranagar on January 17, 2014, 01:27:58 PM
My cube shows nothing going on from this. I know the cube is functional. I had it running through a different proxy until they shut off :'(

They? Who are "they"?

What proxy do you use?
Windows? Minepeon?

You have to set up two Pools in the Cube. Even if there ist only one proxy.
For example:

Code:
Port: 8332,8332
Server: 192.168.1.20,192.168.1.20
User: username.worker1:somepass,username.worker1:somepass

Setting up the stratum proxy with minepeon is pretty easy. My cube ran fine with it (I used ghash.io).



Title: Re: Unable to get stratum-mining-proxy to pick up cube.
Post by: Yinero on January 24, 2014, 06:44:16 AM
My cube shows nothing going on from this. I know the cube is functional. I had it running through a different proxy until they shut off :'(

They? Who are "they"?

What proxy do you use?
Windows? Minepeon?

You have to set up two Pools in the Cube. Even if there ist only one proxy.
For example:

Code:
Port: 8332,8332
Server: 192.168.1.20,192.168.1.20
User: username.worker1:somepass,username.worker1:somepass

Setting up the stratum proxy with minepeon is pretty easy. My cube ran fine with it (I used ghash.io).



They as in a third party proxy i was running through.

I fixed the problem... I was putting the IP for the proxy in the wrong fields... ::)