Tryin to mine with stratum proxy
-
Hey everyone,
I want to put some CPUs into my minning operation, they dont have Internet acceso… so I went and git cloned the stratum proxy. Read a couple of guides so Im running it with:
./mining_proxy.py -o pool.d2.cc -p 3333 -sh 10.5.2.103
But, im just getting this… without any work beeing summited
2013-07-29 16:49:50,470 WARNING proxy getwork_listener.render_POST # Worker ‘user.pc01’ subscribed for LP
2013-07-29 16:49:50,475 WARNING proxy getwork_listener.render_POST # Worker ‘user.pc02’ subscribed for LP
2013-07-29 16:50:01,793 INFO proxy client_service.handle_event # New job 8011 for prevhash eb7791e5, clean_jobs=True
2013-07-29 16:50:01,794 INFO proxy getwork_listener._on_lp_broadcast # LP broadcast for worker ‘user.pc01’
2013-07-29 16:50:01,796 INFO proxy getwork_listener._on_lp_broadcast # LP broadcast for worker ‘user.pc02’
2013-07-29 16:50:01,831 WARNING proxy getwork_listener.render_POST # Worker ‘user.pc01’ subscribed for LP
2013-07-29 16:50:01,832 WARNING proxy getwork_listener.render_POST # Worker ‘user.pc02’ subscribed for LP
2013-07-29 16:50:21,648 INFO proxy client_service.handle_event # New job 8012 for prevhash df4ad15c, clean_jobs=True
2013-07-29 16:50:21,652 INFO proxy getwork_listener._on_lp_broadcast # LP broadcast for worker ‘user.pc01’
2013-07-29 16:50:21,688 INFO proxy getwork_listener._on_lp_broadcast # LP broadcast for worker ‘user.pc02’
2013-07-29 16:50:21,717 WARNING proxy getwork_listener.render_POST # Worker ‘user.pc01’ subscribed for LP
2013-07-29 16:50:21,718 WARNING proxy getwork_listener.render_POST # Worker ‘user.pc02’ subscribed for LPAnd on the machines
[2013-07-29 16:55:59] thread 2: 82452 hashes, 2.11 khash/s
[2013-07-29 16:55:59] thread 3: 81396 hashes, 2.08 khash/s
[2013-07-29 16:55:59] thread 0: 85160 hashes, 2.18 khash/s
[2013-07-29 16:55:59] thread 1: 84756 hashes, 2.17 khash/s
[2013-07-29 16:56:24] LONGPOLL detected new block
[2013-07-29 16:56:24] thread 1: 52316 hashes, 2.18 khash/s
[2013-07-29 16:56:24] thread 3: 50368 hashes, 2.09 khash/s
[2013-07-29 16:56:24] thread 0: 52380 hashes, 2.18 khash/s
[2013-07-29 16:56:24] thread 2: 51308 hashes, 2.13 khash/s
[2013-07-29 16:56:28] LONGPOLL detected new block
[2013-07-29 16:56:28] thread 0: 11128 hashes, 2.29 khash/s
[2013-07-29 16:56:28] thread 3: 10724 hashes, 2.21 khash/s
[2013-07-29 16:56:28] thread 2: 10948 hashes, 2.25 khash/s
[2013-07-29 16:56:28] thread 1: 10952 hashes, 2.25 khash/s
[2013-07-29 16:56:39] LONGPOLL detected new block
[2013-07-29 16:56:39] thread 0: 22880 hashes, 2.23 khash/s
[2013-07-29 16:56:39] thread 1: 22604 hashes, 2.20 khash/s
[2013-07-29 16:56:39] thread 2: 22428 hashes, 2.18 khash/s
[2013-07-29 16:56:39] thread 3: 22004 hashes, 2.14 khash/sWhats missing in the config?
thanks
-
If you have not seen it already, it may take some time to get an accept with low hash rates but don’t be discouraged!
-
[quote name=“d2” post=“23613” timestamp=“1375148808”]
[code]-pa scrypt[/code]But I don’t believe that will work with slushs version. Use this one: https://github.com/CryptoManiac/stratum-mining-proxy
Be sure to perform step 5:
[code]cd litecoin_scrypt
sudo python setup.py install[/code]
[/quote]Just finished setting it up… lets see how it goes… thanks
-
[quote name=“RIPPEDDRAGON” post=“23665” timestamp=“1375188669”]
If you have not seen it already, it may take some time to get an accept with low hash rates but don’t be discouraged!
[/quote]I was afraid of that… but I took like a minute to start submitting work :) thanks