Pages:
Author

Topic: New poclbm GUI Miner Mac .app [now with bfgminer + cpuminer] - page 2. (Read 35173 times)

newbie
Activity: 18
Merit: 0
The settings save now, but it threw exceptions at me when I fired up the miner:

 25/04/2013 00:07:53, Setting server (onenoname.worker3 @ stratum.bitcoin.cz:3333)
Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.pyc", line 552, in __bootstrap_inner
  File "threading.pyc", line 505, in run
  File "OpenCLMiner.pyc", line 162, in mining_thread
  File "OpenCLMiner.pyc", line 334, in load_kernel
IOError: [Errno 1] Operation not permitted: '1b21e1330112c99d8c7a0496c3257a34.elf'

The older version still does the trick, though.  I hope it's an easy fix for you.  And, for the record, it's still an awesome program.
hero member
Activity: 662
Merit: 500
This miner is way better than anything I've used on OS X so far.  Native Stratum support, works without having to install or modify additional files, I can have my BTC wallet open at the same time...  I posted a question in the newbie pen before they let me out:

https://bitcointalksearch.org/topic/macminerapp-profile-settings-186119

I'm curious to know if there is a way to save your profile info (pool/port #, options, user, pw) for the next time you load the application.  Is that a future feature, or is there a trick?  Thanks for the help and the awesome application.

Thanks for the positive feedback! I really appreciate it. I might even quote you on my CV  Grin

I've updated MacMiner now to support saving options (that was kinda bugging me too) and to support fullscreen mode - the link is the same:

http://fabulouspanda.co.uk/MacMiner.app.zip

it's a bit bigger now though as I've also included python 2.7.4 and updates to poclbm, hopefully my bandwidth allowance will make it through to May!
newbie
Activity: 18
Merit: 0
This miner is way better than anything I've used on OS X so far.  Native Stratum support, works without having to install or modify additional files, I can have my BTC wallet open at the same time...  I posted a question in the newbie pen before they let me out:

https://bitcointalksearch.org/topic/macminerapp-profile-settings-186119

I'm curious to know if there is a way to save your profile info (pool/port #, options, user, pw) for the next time you load the application.  Is that a future feature, or is there a trick?  Thanks for the help and the awesome application.
hero member
Activity: 662
Merit: 500
oh cool!

badabing badaboom and it's working.... THANKS!

I have installed MacPorts and some other things, is that the dependencies you're talking about?
Great, glad that helped!

I was mostly wondering about python modules that could have been installed, like pyopencl, but I've just now run MacMiner in the 10.8 VM I have set up, even after removing some system included dependencies like numpy it seems to run fine, as should be expected with the included framework, I was mainly concerned because one 10.8 user was having problems, and wasn't sure why!

Hope you get some good mining in before BFL ships it's ASICs  Grin
hero member
Activity: 658
Merit: 500
decentralize EVERYTHING...
Hey, glad to see it looks as though it's working for you, and lucky I use slush's pool too so I can help you out here!

change pool to stratum.bitcoin.cz:3333 (you can leave out the http://)

it looks to me as though you have the user/pass set up correctly, as long as that's registered at mining.bitcoin.cz - you use usernameyoulogintothesitewith.individualworkername for user and the password for the worker, not the login to the website.

Please do let me know how you get on! I'm especially interested in whether it works fine for people who haven't already installed any of the dependencies, and if you're new to mining I'm guessing that's the case for you?

oh cool!

badabing badaboom and it's working.... THANKS!

I have installed MacPorts and some other things, is that the dependencies you're talking about?
hero member
Activity: 662
Merit: 500
Hey, glad to see it looks as though it's working for you, and lucky I use slush's pool too so I can help you out here!

change pool to stratum.bitcoin.cz:3333 (you can leave out the http://)

it looks to me as though you have the user/pass set up correctly, as long as that's registered at mining.bitcoin.cz - you use usernameyoulogintothesitewith.individualworkername for user and the password for the worker, not the login to the website.

Please do let me know how you get on! I'm especially interested in whether it works fine for people who haven't already installed any of the dependencies, and if you're new to mining I'm guessing that's the case for you?
hero member
Activity: 658
Merit: 500
decentralize EVERYTHING...
from total noob standstill, that has set up a mining account on mining.bitcoin.cz, how do I setup MacMiner from the beginning??

do I use my site login info? or the worker/password info?

this is what I've got so far:
hero member
Activity: 662
Merit: 500
Hmm, one more for you to try which uses the latest pyopencl rather than the 2012 version that pip has and is on a dmg as i noticed a 'not-zip-safe' flag in it's .egg… hopefully one of those two changes will address the issue for you! Let me know… If it still doesn't work I'll get around to installing a Lion VM   Embarrassed

http://fabulouspanda.co.uk/poclbm.dmg

You can also try running the poclbm.app/Contents/MacOS/poclbm executable directly, if you drag that file in to the terminal and type user.worker:pass@pool:port it might give some clearer output that running through guiminer… thanks for the console output so far!


scratch that, doesn't work on 10.7... I'll try to find out why. so sorry all, both are 10.8 only for now
newbie
Activity: 7
Merit: 0
One thing though - the 2012-11-18 one is my guiminer and the 2011-x-x version is the old one - was that a typo or is it actually mine that's working for you? Or it's MacMiner that's saying No OpenCL… ?
Your version is saying No OpenCL.

let me know how it goes?
Same message after replacing the app within the app, No OpenCL.



Interestingly enough the error console showed up from leaving the No OpenCL window open for a bit and showed the following.

Code:
13-04-19 7:37:23.619 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: DEBUG:poclbm-gui:Running command: poclbm.app/Contents/MacOS/poclbm [name]_work:[pass]@btcguild.com:8332 --device=0 --platform=0 --verbose -r1 
13-04-19 7:37:23.624 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "btcguild gpu" started
13-04-19 7:37:24.798 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "btcguild gpu": No PyOpenCL
13-04-19 7:37:24.799 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "btcguild gpu": Not using OpenCL
13-04-19 7:37:24.799 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "btcguild gpu": Nothing to mine on, exiting

13-04-19 7:41:48.668 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: DEBUG:poclbm-gui:Running command: poclbm.app/Contents/MacOS/poclbm [name].work:[pass]@api.bitcoin.cz:8332 --device=0 --platform=0 --verbose -r1
13-04-19 7:41:48.674 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "GPU" started
13-04-19 7:41:49.849 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "GPU": No PyOpenCL
13-04-19 7:41:49.850 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "GPU": Not using OpenCL
13-04-19 7:41:49.850 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "GPU": Nothing to mine on, exiting
13-04-19 7:41:56.612 AM [0x0-0x1bc1bc].org.pythonmac.unspecified.guiminer: INFO:poclbm-gui:Listener for "GPU" shutting down
hero member
Activity: 662
Merit: 500
I'm running OS X 10.7.5, 2.5 GHz i5, 16GB Ram, Radeon HD 6750M. Your new version of GUI Miner does not detect my GPU with the error message "No OpenCL devices were found" however the older version of GUI Miner that was built for Mac 2012-11-18 version does detect my GPU and works fine for mining.

Thanks for the feedback, looks like the core isn't working properly, can you please download the new poclbm package (they made some Mac OS relevant changes since the last package) here:
http://www28.zippyshare.com/v/69215613/file.html

and unzip that poclbm.app then right click my guiminer.app - show package contents, then go /Contents/MacOS and replace the poclbm.app there with the new one, and let me know how it goes? I haven't integrated that into my guiminer yet as I'm cutting my hosting limit fine as it is!


One thing though - the 2012-11-18 one is my guiminer and the 2011-x-x version is the old one - was that a typo or is it actually mine that's working for you? Or it's MacMiner that's saying No OpenCL… ?
newbie
Activity: 7
Merit: 0
I'm running OS X 10.7.5, 2.5 GHz i5, 16GB Ram, Radeon HD 6750M. Your new version of GUI Miner does not detect my GPU with the error message "No OpenCL devices were found" however the older version of GUI Miner that was built for Mac 2012-11-18 version does detect my GPU and works fine for mining.
hero member
Activity: 662
Merit: 500
^posted some pointers there, hope it helps


…OK this has been downloaded over 1000 times now, can I get anymore feedback? A simple does/doesn't work? All I know right now is it's working for two people (1 newbie messaged me) and not working for one person   Roll Eyes
newbie
Activity: 18
Merit: 0
Thanks for all your help mate. Looks like it's got nothing to do with your stuff (fortunate for you, unfortunate for me).

I just grabbed the head of the poclbm git repo and did a fresh install of PyOpenCL etc and i'm getting much the same errors as I did with the GuiMiner (the older version) when running it directly in the terminal.

I think i'll make a new topic and see if anyone has an idea.

Thanks again for all the help!

-Hobsie

Edit: I've made that topic now: https://bitcointalksearch.org/topic/poclbm-issues-with-osx-177516
hero member
Activity: 662
Merit: 500
No problem, I just wish I knew what was going on! I only get the same problem as your first one, and only if i run from the xcode archive package directly…

The last one looks like it might have been a typo server address maybe?

Do you have xcode and the command line tools installed by any chance?

I'm just wondering whether

Code:
exec(compile

is failing because OS X.8 needs both to compile software - whether the compile there is the problem? You can get both on the app store... install xcode, then go preferences - downloads and get the developer tools - but you need to set up a developer id i think (which is free)

I'm using xcode to put the thing together… if you get it installed you can check whether it works from project built in xcode on your system…
https://github.com/fabulouspanda/MacMiner
newbie
Activity: 18
Merit: 0
I wouldn't worry about it being caused by yourself, thinking back this might have been happening before I found the version you linked up top!

So I've tried your new app (nice start btw Smiley, what you making it with?) but I get the same issue.

The .app's had already been put in the applications folder - it's interesting that you can replicate the issue by trying to run it from the package.

Drawing up blanks on what might be my issue.

I appreciate the help.

-Hobsie

edit: Actually I've gotten slightly different error messages.

Code:
api2.bitcoin.cz 15/04/2013 15:20:53, no response to getwork, using as stratum
Traceback (most recent call last):
  File "/Applications/MacMiner.app/Contents/Resources/poclbm.app/Contents/Resources/__boot__.py", line 338, in
    _run()
  File "/Applications/MacMiner.app/Contents/Resources/poclbm.app/Contents/Resources/__boot__.py", line 333, in _run
    exec(compile(source, path, 'exec'), globals(), globals())
  File "/Applications/MacMiner.app/Contents/Resources/poclbm.app/Contents/Resources/poclbm.py", line 95, in
    switch.loop()
  File "/Applications/MacMiner.app/Contents/Resources/poclbm.app/Contents/Resources/lib/python2.7/Switch.py", line 112, in loop
    failback = self.server_source().loop()
  File "/Applications/MacMiner.app/Contents/Resources/poclbm.app/Contents/Resources/lib/python2.7/StratumSource.py", line 89, in loop
    address, port = self.server().host.split(':', 1)
ValueError: need more than 1 value to unpack
2013-04-15 15:20:53.661 poclbm[20347:707] poclbm Error

edit2: I guess it's a little worrying that trying to run the poclbm.py scripts directly via terminal pump out a bunch of errors O_o
hero member
Activity: 662
Merit: 500
Hmm perhaps I have more of a fundamental issue then. Running that older gui miner in osx gives me this log with verbose on.

Code:
2013-04-15 13:18:38: Listener for "OSX_ATI" started
2013-04-15 13:18:38: Listener for "OSX_ATI": Exception in thread Thread-1:
2013-04-15 13:18:38: Listener for "OSX_ATI": Traceback (most recent call last):
2013-04-15 13:18:38: Listener for "OSX_ATI": File "threading.pyc", line 552, in __bootstrap_inner
2013-04-15 13:18:38: Listener for "OSX_ATI": File "threading.pyc", line 505, in run
2013-04-15 13:18:38: Listener for "OSX_ATI": File "BitcoinMiner.pyc", line 65, in mining_thread
2013-04-15 13:18:38: Listener for "OSX_ATI": File "BitcoinMiner.pyc", line 176, in load_kernel
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/__init__.pyc", line 116, in build
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/cache.pyc", line 457, in create_built_program_from_source_cached
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/cache.pyc", line 382, in _create_built_program_from_source_cached
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/__init__.pyc", line 369, in program_build
2013-04-15 13:18:38: Listener for "OSX_ATI": Build on :

Thanks for the help.

-Hobsie

oooh um I hope I haven't caused this problem for you but here's something interesting - when I checked out my current build of the native Mac GUI version I'm putting together, which uses the same py2apped poclbm it works fine in build and in Applications directory, but when it's in the archive package it gives me the errors you're getting there… I'm not even sure why, but maybe if you move it to there (if it's not there already) it will work?

You can try with the Mac GUI I've put it up here:
http://fabulouspanda.co.uk/MacMiner.app.zip
You can't set arguments yet, it's not linked up and neither is the ? button but the miner works with default poclbm settings. Just make sure it's in the /Applications folder  Huh

I guess I may as well put that up on github now too
newbie
Activity: 18
Merit: 0
Hmm perhaps I have more of a fundamental issue then. Running that older gui miner in osx gives me this log with verbose on.

Code:
2013-04-15 13:18:38: Listener for "OSX_ATI" started
2013-04-15 13:18:38: Listener for "OSX_ATI": Exception in thread Thread-1:
2013-04-15 13:18:38: Listener for "OSX_ATI": Traceback (most recent call last):
2013-04-15 13:18:38: Listener for "OSX_ATI": File "threading.pyc", line 552, in __bootstrap_inner
2013-04-15 13:18:38: Listener for "OSX_ATI": File "threading.pyc", line 505, in run
2013-04-15 13:18:38: Listener for "OSX_ATI": File "BitcoinMiner.pyc", line 65, in mining_thread
2013-04-15 13:18:38: Listener for "OSX_ATI": File "BitcoinMiner.pyc", line 176, in load_kernel
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/__init__.pyc", line 116, in build
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/cache.pyc", line 457, in create_built_program_from_source_cached
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/cache.pyc", line 382, in _create_built_program_from_source_cached
2013-04-15 13:18:38: Listener for "OSX_ATI": File "pyopencl/__init__.pyc", line 369, in program_build
2013-04-15 13:18:38: Listener for "OSX_ATI": Build on :

Thanks for the help.

-Hobsie
hero member
Activity: 662
Merit: 500
Hey, how long did you give it? it takes a minute or so for my Mac Pro to start accepting shares with the guiminer unlike poclbm itself, for some reason (Just tested from fresh download to this machine now).
My console output:
2013-04-15 20:24:23: Running command: poclbm.app/Contents/MacOS/poclbm user.worker:[email protected]:3333 --device=1 --platform=0 --verbose -r1
2013-04-15 20:24:23: Listener for "new" started
2013-04-15 20:24:23: Listener for "new": 15/04/2013 20:24:23, started OpenCL miner on platform 0, device 1 (ATI Radeon HD 5770)
2013-04-15 20:24:23: Listener for "new": stratum.bitcoin.cz:3333 15/04/2013 20:24:23, checking for stratum...
2013-04-15 20:24:25: Listener for "new": stratum.bitcoin.cz:3333 15/04/2013 20:24:25, no response to getwork, using as stratum

I didn't test the app much, and where I did was just macs that previously had the old guiminer ( https://github.com/downloads/pletoss/poclbm/guiminer-poclbm-macosx.dmg ) installed prior to using the new one, as well as various command line miners/dependencies. The only other test was in a Mac VM which gave me the impression mine might have been missing a dependancy that had been installed by that original version- but I haven't had time to work on testing that or the native gui I'm working on the last week and I've forgotten precisely what the input I got out of the app was! And may have been an issue with the VM not having direct access to the GPU.

But, maybe try installing that old version, then after running that successfully you can switch to mine for stratum support, and if that works let me know too and when I get a chance I'll look in to what I left out!
newbie
Activity: 18
Merit: 0
Hi there,

I'm having issues trying to get the GuiMiner app running on my Mac. Seems like I have the same setup as you guys - 2011 15inch MBP 2.2GHz i7 AMD 6750M on OSX 10.8.3. In windows I can run the windows version of GuiMiner without issue but I'm yet to get things up and running on OSX.

Basically the app just hangs when trying to connect, console/log window just stops at "connecting". I'm mining in Slush's pool and it seems to get the redirect for stratum all fine but doesn't get any further.

Any Ideas?

Regards
Hobsie
newbie
Activity: 29
Merit: 0
I'm a little torn over what do with my mining rig and MBP.  Bitcoins come in so slow now but they are quickly rising in value, so every little bit still counts.  But, I'm thinking it might be a good idea to own some "also-ran" coins, just in case others do even better over time as they play catch-up with bitcoin.
Litecoin is the current second and I'm thinking that Freicoin is so different and appealing to some very-true-believers that it might do something crazy one day and right now I can mine a ton of coins.

Lakehead
Pages:
Jump to: