Pages:
Author

Topic: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains - page 16. (Read 994016 times)

newbie
Activity: 27
Merit: 0
@tacotime

Thanks for developing this. I just started mining and GUIminer made it really easy. I'm using wemineltc.com. Hopefully will get the first LTC in my wallet tonight.

I'm running a 5770. GUIminer is reporting 198-200kH/s, while the pool is reporting fluctuating value from 200 to 400 kH/s, typically around 300 kH/s. Should I trust the number from GUIminer rather than what the pool website reports?

The pool's hash rate is always an estimate of your speed and not always correct, so look at your miner's speed instead.
newbie
Activity: 42
Merit: 0
@tacotime

Thanks for developing this. I just started mining and GUIminer made it really easy. I'm using wemineltc.com. Hopefully will get the first LTC in my wallet tonight.

I'm running a 5770. GUIminer is reporting 198-200kH/s, while the pool is reporting fluctuating value from 200 to 400 kH/s, typically around 300 kH/s. Should I trust the number from GUIminer rather than what the pool website reports?
newbie
Activity: 18
Merit: 0
Hey TacoTime!

Kudos for this! 

Can you possibly add the feature of multiple saved profiles?  For instance if I want to swap pools or hardware you could go File -> Load Settings -> Profile 1, Profile 2, ... Profile n? Custom profile names would be cool too Smiley
legendary
Activity: 1666
Merit: 1185
dogiecoin.com
I still get listener started and then nothing. Tried waiting 30 minutes, nothing ever happens. Have latest SDK and drivers, tried fresh downloads, default settings etc.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
i have CUDA GeForce 310M.
it jusat wont run. i get such errors:
Code:
2013-05-02 23:11:59: Listener for "Default": (1s):0.000 (avg):0.000h/s | Q:8  A:0  R:0  HW:0  E:0%  U:0.0/m
2013-05-02 23:12:01: Listener for "Default": [2013-05-02 23:12:00] Stratum connection to pool 0 interrupted
2013-05-02 23:12:01: Listener for "Default": (1s):0.000 (avg):0.000h/s | Q:9  A:0  R:0  HW:0  E:0%  U:0.0/m
2013-05-02 23:12:03: Listener for "Default": (1s):0.000 (avg):0.000h/s | Q:9  A:0  R:0  HW:0  E:0%  U:0.0/m
2013-05-02 23:12:05: Listener for "Default": (1s):0.000 (avg):0.000h/s | Q:9  A:0  R:0  HW:0  E:0%  U:0.0/m
2013-05-02 23:12:07: Listener for "Default": (1s):0.000 (avg):0.000h/s | Q:9  A:0  R:0  HW:0  E:0%  U:0.0/m
2013-05-02 23:12:09: Listener for "Default": (1s):0.000 (avg):0.000h/s | Q:10  A:0  R:0  HW:0  E:0%  U:0.0/m
2013-05-02 23:12:09: Listener for "Default" shutting down
2013-05-02 23:12:19: Running command: C:\Users\Super Man\Desktop\guiminer-scrypt_WINZ\cgminer\cgminer.exe --scrypt -u XXXXXX -p batuqaqab -o stratum+tcp://ltcmine.ru:3333 --gpu-platform 0 -d 0 -w 256 -v 1 -I 18 -g 1 -l 1 -T  --thread-concurrency 3200
2013-05-02 23:12:19: Listener for "Default" started
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:19] Started cgminer 2.11.3
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:19] Error -1: Getting Device IDs (num)
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:19] Probing for an alive pool
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:20] Error -1: Getting Device IDs (num)
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:20] Failed to init GPU thread 0, disabling device 0
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:20] Restarting the GPU from the menu will not fix this.
2013-05-02 23:12:22: Listener for "Default": [2013-05-02 23:12:20] Try restarting cgmi
legendary
Activity: 1484
Merit: 1005
Update coming (hopefully) soon, code is done but cudaminer isn't reporting to stdout properly.  As soon as this issue is solved with the cudaminer dev 0.04 will be out.  A few bugs were also fixed.
hero member
Activity: 1246
Merit: 501
Started running this program, and it doesn't seem to want to mine for more than about an hour at a time.  The program still says it's mining, but doesn't actually send or receive any work to my proxy, or to the pool.

Nice idea, but I think I'll shuffle back to cgminer until it's fixed. Smiley
member
Activity: 89
Merit: 10
i'm mining feathhercoins with this miner and today about 4 times gpu stoped mining and all values at afterburner droped to 0 .. strange is that temperature also.. after few seconds temperature jumped up and after that everything started to work again..  Huh
miner reported problem with conecting to pool.
so i want to ask if some of you had same problem somtime?
can this be a problem with afterburner?
which version you use?
legendary
Activity: 3248
Merit: 1070
trojan reported from avira

i still get the problem of low hash rate with cgminer..
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
cgiminer.exe -w invalid value passed to set work
legendary
Activity: 1484
Merit: 1005
Code for cudaminer integration is 100% complete but python doesn't want to recognize the console output from the program (Huh), so I guess I'll have to work on it tomorrow.  It sucks because it's done for the most part, for some reason it just doesn't want to work.

Code:
import os, subprocess, sys

cmd = "\"C:\Python27\poclbm\cudaminer\cudaminer.exe\" -o http://ltc-pooldirect-a.kattare.com:9332/ -O user:pass -d 0 -i 0 -l auto -C 0 -m 1"
# cmd = "dir"
print cmd

p = subprocess.Popen(cmd,
    stdout=subprocess.PIPE,
    stderr=subprocess.STDOUT,
    universal_newlines=True,
    creationflags=0x08000000,
    shell=True)
   
while True:
    inline = p.stdout.readline()
    if not inline:
        break
    sys.stdout.write(inline)
    sys.stdout.flush()

Uncomment dir and dir command runs and outputs just fine.  Run cudaminer instance inside python and nothing shows up, despite cudaminer working fine outputting to console using the command in the command prompt.  No clue.
newbie
Activity: 27
Merit: 0
I am getting some memory_management BSODs sometimes when using your miner, I have two reaper miners, both set to automatically start when I run it. I'm not sure if this is reaper's fault or the guiminer's though.

I have had two things causing BSODs while mining with reaper/cgminer:
1) Memory on motherboard is bad.
2) GPU is bad or seated improperly in the board/riser.

I moved my 7970 to another slot and it seems to have fixed the problem. I'm not using that card with the scrypt guiminer though. So that couldn't have been what was causing it.
legendary
Activity: 1484
Merit: 1005
I am getting some memory_management BSODs sometimes when using your miner, I have two reaper miners, both set to automatically start when I run it. I'm not sure if this is reaper's fault or the guiminer's though.

I have had two things causing BSODs while mining with reaper/cgminer:
1) Memory on motherboard is bad.
2) GPU is bad or seated improperly in the board/riser.
newbie
Activity: 27
Merit: 0
I am getting some memory_management BSODs sometimes when using your miner, I have two reaper miners, both set to automatically start when I run it. I'm not sure if this is reaper's fault or the guiminer's though.

Can you post some type of .log data, something?

I have some memory dump files if you want them.

https://dl.dropboxusercontent.com/u/60526330/Minidump.rar

I turned off my ramdisk and it seems to have fixed the problem, but I will have to let my computer run for a few more hours before I can be sure it's fixed.
member
Activity: 92
Merit: 10
I am getting some memory_management BSODs sometimes when using your miner, I have two reaper miners, both set to automatically start when I run it. I'm not sure if this is reaper's fault or the guiminer's though.

Can you post some type of .log data, something?
newbie
Activity: 27
Merit: 0
I am getting some memory_management BSODs sometimes when using your miner, I have two reaper miners, both set to automatically start when I run it. I'm not sure if this is reaper's fault or the guiminer's though.
member
Activity: 92
Merit: 10
(Also oh God my source code is ugly for guiminer-scrypt haha)

Can get junior devs, fix feathers nice.
Health and prosperity.
legendary
Activity: 1484
Merit: 1005
Update for 0.04 written, I will test it tomorrow and then probably release it tomorrow night

Then I can finally get back to MC2

(Also oh God my source code is ugly for guiminer-scrypt haha)
newbie
Activity: 27
Merit: 0
This week, code is about half done

I can't wait, I still can't figure out how to use command prompt miners correctly. This will save me a lot of trouble.
member
Activity: 92
Merit: 10
Reseat the GPU and the extender or try swapping the cards around

I can't believe that worked but Thank You.

Had to move the 7950 to my fourth slot and now all 4 work together.
For some reason it doesnt like it in slots 1,2, or 3.

Will send tip once I get home.

Thank you Tacotime.

He can see ... through walls.
Pages:
Jump to: