Bitcoin Forum
May 05, 2024, 08:08:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What miner backend do you use with GUIMiner?
OpenCL (poclbm) - 1395 (47%)
Phoenix - 341 (11.5%)
ufasoft CPU miner - 172 (5.8%)
puddinpop RPC Miner - 43 (1.4%)
Other - 173 (5.8%)
Don't know - 846 (28.5%)
Total Voters: 2968

Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 »
  Print  
Author Topic: GUI mining - updated Dec 3 with 7970 bugfix, also supports Stratum!  (Read 3231932 times)
Timetwister
Legendary
*
Offline Offline

Activity: 1199
Merit: 1047


View Profile
April 10, 2013, 05:07:42 PM
 #1281

I'm getting this message when I click start (last version, just downloaded from here, "20121203"): "NameError:globalname 'GetLastError' is not defined". I'm using a Sapphire 7970 (11197-11-40G), and I have installed all 4 drivers files from http://www.sapphiretech.com/presentation/downloads/download_index.aspx?psn=0006&lid=1. Username and Password are correct. Server BTC GUILD. Device 0-0 Tahiti. Cpu Affinity 0 (ticked). Windows 7 64 bits. Could someone tell me what may I be doing wrong? CGMiner works well for me.
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714939689
Hero Member
*
Offline Offline

Posts: 1714939689

View Profile Personal Message (Offline)

Ignore
1714939689
Reply with quote  #2

1714939689
Report to moderator
1714939689
Hero Member
*
Offline Offline

Posts: 1714939689

View Profile Personal Message (Offline)

Ignore
1714939689
Reply with quote  #2

1714939689
Report to moderator
1714939689
Hero Member
*
Offline Offline

Posts: 1714939689

View Profile Personal Message (Offline)

Ignore
1714939689
Reply with quote  #2

1714939689
Report to moderator
DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 11, 2013, 01:56:54 AM
 #1282

I said what the hell and run my two GTX460's with GUIMiner..   I don't think it is running any CUDA though but they run until the dreaded pit.deepbit.net long poll errors

then i stop and start and fine again..  must be deepbit??

I have my cards in SLI configuration but i end up running gui miner twice and just pick each card to run by itself..   i put 4 CPUs with each for the hell of it

it is pretty pathetic, maybe make $2 a day at these lame rates.. together about 150Mh   Undecided

fun to tinker with, maybe i figure out CUDA and SLI and those crazy flag/tags settings not sure about where you put them either..  i put them on command line but that didnt work at all


~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
Clock Loop
Newbie
*
Offline Offline

Activity: 22
Merit: 0



View Profile
April 11, 2013, 08:45:17 AM
Last edit: April 11, 2013, 10:00:21 AM by Clock Loop
 #1283

I have dual gtx460's watercooled & oclocked to 851mhz and they hash at about 145 Mhash/sec (70Mhash/sec each)
This is the norm for nvidia.
 

I use two rpcminer-cuda.exe instances like so:
-gpu=0 -gpugrid=320 -gputhreads=320 -aggression=7 -workrefreshms=1000
-gpu=1 -gpugrid=320 -gputhreads=320 -aggression=7 -workrefreshms=1000

Messages about "lost connection" are normal, its from the pool servers reply time.  

Every server has different reply times, if your miner tries to query the server too soon, guiminer will say you have connection problems.
You need to find the refresh rate your pool allows and change -workrefreshms=XXXX to the servers limit.
Default for  -workrefreshms=4000


Most virus scanners and firewall programs hate "coin" miners and call them viruses, so make sure your virus scanner and firewall allow rpcminer-cuda.exe, and guiminer.

I use p2pool as my pool server.
https://bitcointalk.org/index.php?topic=18313.0

DO NOT USE rpcminer-mod-cuda.exe
This MOD also uses up all of 1 cpu, so i think its using the cpu to do hash also, perhaps tricking users into thinking its better than original.  It uses all cpu, and no hashes are accepted in GUIMINER, even tho it says its hashing, and p2pool says almost all are DOA...
DO NOT USE THIS MOD-->hxxps://github.com/cdmackie/rpcminer-mod/tree/master/bin
 USE ORIGINAL RPCMINER

Original RPCMINER: https://bitcointalk.org/index.php?topic=2444.0

If your RPCMINER program uses 100% of any cpu, and GUIminer shows 0(0) under "Accepted"
 (if you are only doing gpu mining) then you have the modified broken rpcminer-cuda.
DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 11, 2013, 06:39:11 PM
 #1284

I have dual gtx460's watercooled & oclocked to 851mhz and they hash at about 145 Mhash/sec (70Mhash/sec each)
This is the norm for nvidia.
 

I use two rpcminer-cuda.exe instances like so:
-gpu=0 -gpugrid=320 -gputhreads=320 -aggression=7 -workrefreshms=1000
-gpu=1 -gpugrid=320 -gputhreads=320 -aggression=7 -workrefreshms=1000

Messages about "lost connection" are normal, its from the pool servers reply time.  

Every server has different reply times, if your miner tries to query the server too soon, guiminer will say you have connection problems.
You need to find the refresh rate your pool allows and change -workrefreshms=XXXX to the servers limit.
Default for  -workrefreshms=4000


Most virus scanners and firewall programs hate "coin" miners and call them viruses, so make sure your virus scanner and firewall allow rpcminer-cuda.exe, and guiminer.

I use p2pool as my pool server.
https://bitcointalk.org/index.php?topic=18313.0

DO NOT USE rpcminer-mod-cuda.exe
This MOD also uses up all of 1 cpu, so i think its using the cpu to do hash also, perhaps tricking users into thinking its better than original.  It uses all cpu, and no hashes are accepted in GUIMINER, even tho it says its hashing, and p2pool says almost all are DOA...
DO NOT USE THIS MOD-->hxxps://github.com/cdmackie/rpcminer-mod/tree/master/bin
 USE ORIGINAL RPCMINER

Original RPCMINER: https://bitcointalk.org/index.php?topic=2444.0

If your RPCMINER program uses 100% of any cpu, and GUIminer shows 0(0) under "Accepted"
 (if you are only doing gpu mining) then you have the modified broken rpcminer-cuda.


interesting Clock Loop since I just run GUIMiner with my 460's and get around 145Mh too without any flags

but i do get those connection problems ..  maybe it is deepbit issue but i can recover if it is short but multiple it will knock it out until stop/start again

I will have to try other pools to see if more stable

thanks again

~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
Senti
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 11, 2013, 10:49:27 PM
 #1285

Hi. I had no problems running cgminer (besides problems with overclocking my gpu) but wanted to try guiminer to compare results, usability etc. but I'm getting some kind of error. I've been trying to find a solution to this but to no avail. My card is club 3d radeon 7870xt, 13.3beta drivers, win7 x64

This is what console tab shows:

2013-04-11 22:57:09: Running command: poclbm.exe xxxxxxx:xxxxxxx@http://pool.50btc.com:8332 --device=0 --platform=0 --verbose -r1
2013-04-11 22:57:09: Listener for "Default" started
2013-04-11 22:57:09: Listener for "Default": 11/04/2013 22:57:09,  need more than 1 value to unpack
2013-04-11 22:57:11: Listener for "Default": At least one server is required
2013-04-11 22:57:11: Listener for "Default": Traceback (most recent call last):
2013-04-11 22:57:11: Listener for "Default": File "Switch.pyo", line 45, in __init__
2013-04-11 22:57:11: Listener for "Default": File "Switch.pyo", line 60, in parse_server
2013-04-11 22:57:11: Listener for "Default": ValueError: need more than 1 value to unpack
2013-04-12 00:11:52: Listener for "Default" shutting down
JonFocus03
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
April 12, 2013, 03:48:11 AM
 #1286

Ok everything seems to be working again.. What flags should I use for a GTX 650Ti Boost??

Jon
Trivector
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 14, 2013, 12:12:59 AM
 #1287

The Interface says NameError: name'OpenCLMiner' is not defined

Tried downloading the update software for my driver and used an install that is supposed to tell me if my GPU is compatible with bit coin mining. Also tried restarting the GUI, using different flags and different mining pools. I can't even get my solo miner to work. The device I am trying to use is my Processor as it is the only device that shows up. My graphics card will not show up in the devices section, whether that is because it is incompatible or not I do not know.

OS: Windows Vista (yeah, yeah I know)
RAM: 4GB DDR2
Hard Drive: 640 GB
Processor: AMD Phenom X4 9100e Quad-Core
Video Card: ATI Radeon HD 3200

Yes I know it is a crappy computer I'm gonna upgrade soon. Any help is appreciated thank you.
sv4ol84a6v79a46ilby
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 16, 2013, 09:16:27 AM
 #1288

FYI this is really great, and after I got OpenCL working I get some great speeds. It's very stable.
man
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 20, 2013, 08:19:10 AM
 #1289

and Connection Problems.
This happens only in
2012-11-18
2012-12-03
version of GUIminer

on 2012-02-19 it works fine.

How do I get the 2012-02-19 version or what ever version is debugged and it works with windows 7 64 bit


Hello....I downloaded the Bitcoin Miner 1.7...as a firefox addon.  There are 4 boxes that require some information for the miner to work.
When I click on the link for help....it directs me here.

I would like to know what should be put into the 4 boxes to get er goin?

Thanks!
superdork
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
April 20, 2013, 03:05:46 PM
 #1290


nothing happens when I install GUIminer

I install it, run the application, then it just shuts and nothing happens. I don't see it in my applications, what is going on?


windows 7
net framework 4.5
bitcoin installed and 98% synced with network
ADX260OCK23GM AMD Athlon II X2 Dual-core 260 3.2GHz Processor
asrock 970 extreme4
3x 7950
Kingston ramm  KHX16C9P1K2/16

feel free to leave a tip in my daughter's college fund if you found my posts helpful 1HiCE3vX7yr7Yqy4yHf36x4w1cmSEsrTbM

(or if you just want some good karma!)
JonFocus03
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
April 21, 2013, 06:32:39 AM
 #1291

Ok everything seems to be working again.. What flags should I use for a GTX 650Ti Boost??

Jon

Update: It's still not working... It still stalls and drops to 2.2M from 180M. So still have errors. Buddy came by and is going to show me a different miner that is giving him better results because of no support here....

Jon
bitcoiner49er
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250



View Profile
April 23, 2013, 02:10:25 PM
 #1292

Hi, I'm having difficulty with guiminer. I can open it up, and it appears in my system tray (not my taskbar, so it isn't the bug that many people will assume it to be). However I can't open the window. I've already tried reinstalling it but to no avail.

Please help!!

Thanks,

Roddy.

It is probably "off" the main GPU window. If it shows in your system tray can you "restore" and get it to show in your taskbar? Then hover over it, and right click the preview window from taskbar. Click "Move" and then press one of your arrow keys (UP, DOWN, LEFT, RIGHT). The GUIminer window should now appear on your desktop.

Homo doctus is se semper divitias habet
greenie214
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 24, 2013, 12:35:38 AM
 #1293

Heya i've been a lurker for a while and only just been able to post.
Don't want to be a pain but is there any possibility you will be adding in support for the upcoming ASICs from BFL.
Love the GUI by the way and I will donate soon. (not as a bribe or anything  Wink)
bigbeninlondon
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
April 25, 2013, 01:30:44 AM
 #1294

Here's my issue.  I recently changed the configuration of my monitors (removed one) and got decreased hash on one.  I plugged in one monitor to both cards and now I get this:


Code:
2013-04-24 21:30:51: Running command: poclbm.exe xxxxxxxxxxxx@xxxx.xxx:pass@pool.50btc.com:8332 --device=0 --platform=0 --verbose -r1 -v -w 128
2013-04-24 21:30:51: Listener for "50btc Pitcairn" started

And that's it.  No mining, no accepting shares, nothing.  Other card works fine.  Other miners work fine; GUIMiner is the only one with a problem.  Problem is pool independent.  Any ideas?

Onboard 7760
PCIE 7870

OS: Win7x64

Onboard working fine, 7870 not mining anything.  Works on phoenix and diablominer, but I want stratum support!

rikazashi
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile WWW
April 27, 2013, 07:44:33 PM
 #1295

Hi guys,

I hate to have to ask for help, but i've exhausted the limits of my knowledge and googling ability, and ive started my own thread but nobody has been able to help so far, so i thought id ask a in this thread to see if anyone has any thoughts on my problem.

I am mining with my main Nvidia graphics card fine (windows 7, guiminer, slushs pool (stratum) and eligius) and i thought id pop my old gpu in and use that concurrently (GeForce 6800).

Firstly windows detected it, but guiminer didnt show it, so i updated drivers and still it didnt show. So after googling/reading on forums i found you need a dummy plug or actual output connected. So i run a second monitor through the 6800, its working fine, but it still doesnt show up on guiminer after system resets, updates, i've tried phoenix, and opencl miner (through latest guiminer update) and still nothing. I have found the card on bitcoin compatibility lists, so that should be ok. I'm completely stumped.

I have also tried it with another graphics card, and the same thing happens, both works perfect, but the secondary card will never show up in guiminer. I have tried opening a second instance of the programme.

Its a long shot somebody can help me, but you don't ask, you don't get. Thanks in advance.
lemonys
Newbie
*
Offline Offline

Activity: 57
Merit: 0



View Profile
April 29, 2013, 12:07:38 AM
 #1296

Fix for the infamous GUIMiner interface not showing up...

I had the same problem that others have had with the interface not showing up (it appears in the task bar, but the window never materializes).  The usual fix (using keyboard shortcuts to move the window) did not work.  The window was not hidden or otherwise out of sight.  It simply was not there.  I figured out that the culprit is the AMD APP SDK v2.8 installation.

I have verified this on two completely separate systems (both Windows 7 x64 - but no other SW or HW similarities).  I can fix the issue by uninstalling SDK v2.8 and installing v2.7.  I can reproduce the problem by uninstalling v2.7 and re-installing v2.8.

I am guessing the program hangs before the window is created when it polls the 2.8 OpenCL SDK drivers for devices, etc... (Just a guess).

I don't know if this will help anyone else, but I wanted to share in case is does.

forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
April 30, 2013, 12:32:05 AM
 #1297

i have very strange proble on windows7 since 2 days.
when i open GUIminer it goes to tray and i can see it on the navbar [the desktop bar] but i cannot open the program itself. i can just see its icon but it never shows up a window.
i did reinstall and copied same files to other computers - they work and ope nnormally.

any ideas what to do?

yolo
techman05
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile WWW
May 01, 2013, 12:28:54 AM
 #1298


Onboard working fine, 7870 not mining anything.  Works on phoenix and diablominer, but I want stratum support!



Did they maybe change the server addresses. I was using the wrong port for btc guilds and had to go into the server.ini file and change it.

Other thought would be turning on the application and looking for poclbm.ini and deleting it and saving again (before closing to refresh that file). I found that on the forum when I first started and have used it many times when I changed settings and that file didn't save right.

I hope that helps.

Like the info address for potential tips Wink
BTC 1CL5BnNhdL2wDVmSDwMbW1cNhZew87CAPV
* http://www.miningrigrentals.com/register?ref=563
vuli
Full Member
***
Offline Offline

Activity: 233
Merit: 100


Andrius | Junior Business developer at Unboxed ICO


View Profile WWW
May 04, 2013, 10:38:54 AM
 #1299

i have very strange proble on windows7 since 2 days.
when i open GUIminer it goes to tray and i can see it on the navbar [the desktop bar] but i cannot open the program itself. i can just see its icon but it never shows up a window.
i did reinstall and copied same files to other computers - they work and ope nnormally.

any ideas what to do?

i notice that few times too. click on the icon in tray so you get icon of guiminer left of tray. Than put the mouse cursor on this icon, when the small windows with guiminer appear right click on it and chose maximize.
Than you just smaller the guiminer but do not minimaze it.

Unboxed - rowing community of people getting paid to do what they love to get a share of the $36 billion brands are spending annually on Facebook Ads
Professor James Moriarty
aka TheTortoise
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
May 05, 2013, 04:05:45 PM
 #1300


 I was mining btc with my btcguild guiminer and today I wanted to try feathercoin mining with it . The program closed never to open.

 Now whenever I try to open up it says 'see the logfile 'C:/users............guiminer/guiminer.exe.log' for details' . And when I look inside that it says

ERROR:root:Exception:
Traceback (most recent call last):
  File "guiminer.py", line 2477, in run
  File "guiminer.py", line 1892, in __init__
  File "guiminer.py", line 2128, in load_config
  File "guiminer.py", line 1000, in start_mining
  File "subprocess.pyo", line 679, in __init__
  File "subprocess.pyo", line 896, in _execute_child
WindowsError: [Error 2] Sistem belirtilen dosyayı bulamıyor
Traceback (most recent call last):
  File "guiminer.py", line 2486, in <module>
  File "guiminer.py", line 2477, in run
  File "guiminer.py", line 1892, in __init__
  File "guiminer.py", line 2128, in load_config
  File "guiminer.py", line 1000, in start_mining
  File "subprocess.pyo", line 679, in __init__
   
  File "subprocess.pyo", line 896, in _execute_child


 This.

 I don't know what to do thats why I came here.
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 »
  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!