Bitcoin Forum
June 20, 2024, 12:27:19 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 »
  Print  
Author Topic: The official MacMiner thread [BTC/LTC-CPU/GPU/FPGA/ASIC]  (Read 166698 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
August 14, 2013, 10:05:15 AM
 #301

There are also some minor changes and bugfixes which are not specifically detailed here such as hopefully a fix to the problems some people were having with cpuminer.

I'm still getting segmentation fault (SIGSEGV) when I try to launch CPUMiner.
MacMiner 1.4.6 (1406)
OS X Lion 10.7.5 (11G63)

I think it's because it's still pointing to /opt for the libz dependant library:
Code:
xfox% /Applications/Xcode.app/Contents/Developer/usr/bin/otool -L /Applications/MacMiner.app/Contents/Resources/minerd 
/Applications/MacMiner.app/Contents/Resources/minerd:
@executable_path/curl/lib/libcurl.4.dylib (compatibility version 8.0.0, current version 8.0.0)
@executable_path/libidn/lib/libidn.11.dylib (compatibility version 18.0.0, current version 18.9.0)
@executable_path/openssl/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
@executable_path/openssl/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.7)
@executable_path/jansson/lib/libjansson.4.dylib (compatibility version 8.0.0, current version 8.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 14, 2013, 01:09:39 PM
 #302

There are also some minor changes and bugfixes which are not specifically detailed here such as hopefully a fix to the problems some people were having with cpuminer.

I'm still getting segmentation fault (SIGSEGV) when I try to launch CPUMiner.
MacMiner 1.4.6 (1406)
OS X Lion 10.7.5 (11G63)

I think it's because it's still pointing to /opt for the libz dependant library:
Code:
xfox% /Applications/Xcode.app/Contents/Developer/usr/bin/otool -L /Applications/MacMiner.app/Contents/Resources/minerd 
/Applications/MacMiner.app/Contents/Resources/minerd:
@executable_path/curl/lib/libcurl.4.dylib (compatibility version 8.0.0, current version 8.0.0)
@executable_path/libidn/lib/libidn.11.dylib (compatibility version 18.0.0, current version 18.9.0)
@executable_path/openssl/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
@executable_path/openssl/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.7)
@executable_path/jansson/lib/libjansson.4.dylib (compatibility version 8.0.0, current version 8.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

Huh, I was thinking it wouldn't be a problem as I don't have libz in that location but I suppose it must be somewhere else on my system. I'll get that sorted for the next beta release, thanks for the report!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
August 15, 2013, 02:31:16 AM
 #303

Huh, I was thinking it wouldn't be a problem as I don't have libz in that location but I suppose it must be somewhere else on my system. I'll get that sorted for the next beta release, thanks for the report!

Sorry, it appears I was wrong.
I've just used install_name_tool to change the libz library install name to /usr/lib/libz.1.dylib but it didn't work, CPUMiner still crashes.
It has to be something else. Undecided
Maybe you could try to update to Pooler's CPUMiner 2.3.2, I downloaded the osx64 build and it works fine on my system.

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 15, 2013, 03:49:54 AM
 #304

When I download the latest cpuminer 64 bit Mac binary i get a file that refuses to be run, so I've just been compiling myself. Any chance you could send me the version you're using so i can examine the differences? Not sure what's up there.

In other news, an update to the FabulousPanda P2Pool has fixed the issues we were having, thanks for your patience!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
August 15, 2013, 09:34:07 AM
 #305

When I download the latest cpuminer 64 bit Mac binary i get a file that refuses to be run, so I've just been compiling myself. Any chance you could send me the version you're using so i can examine the differences? Not sure what's up there.

I'm using the binary in the "pooler-cpuminer-2.3.2-osx64.zip" archive that can be downloaded from here.

In other news, an update to the FabulousPanda P2Pool has fixed the issues we were having, thanks for your patience!

I see, thank you!

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 15, 2013, 02:46:22 PM
 #306

That's the version I'm trying to use, the 32 bit version works fine but the 64 bit version just looks like a text file and when opened in the terminal either nothing happens (from a double click) or I get permission denied then command not found if I use sudo… I'm thinking it's been compiled without 10.8 support. It's also possible that mine is working on 10.8 but not .7 - so I'll check that angle out and if so either fix mine or include separate versions!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
August 15, 2013, 02:59:27 PM
 #307

That's the version I'm trying to use, the 32 bit version works fine but the 64 bit version just looks like a text file and when opened in the terminal either nothing happens (from a double click) or I get permission denied then command not found if I use sudo… I'm thinking it's been compiled without 10.8 support. It's also possible that mine is working on 10.8 but not .7 - so I'll check that angle out and if so either fix mine or include separate versions!

Permissions issue?  What happens when you chmod -R 777 minerd and try running it again ./minerd?

Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 15, 2013, 03:01:06 PM
 #308

That's the version I'm trying to use, the 32 bit version works fine but the 64 bit version just looks like a text file and when opened in the terminal either nothing happens (from a double click) or I get permission denied then command not found if I use sudo… I'm thinking it's been compiled without 10.8 support. It's also possible that mine is working on 10.8 but not .7 - so I'll check that angle out and if so either fix mine or include separate versions!

Permissions issue?  What happens when you chmod -R 777 minerd and try running it again ./minerd?
Whah, that works, i wonder why sudo wasn't doing it for me… thanks!

edit: it's worth mentioning i'd also tried changing to 'Read & Write' permissions for all users in the GUI and that didn't give it the same kick chmod did

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
August 15, 2013, 03:04:23 PM
 #309

That's the version I'm trying to use, the 32 bit version works fine but the 64 bit version just looks like a text file and when opened in the terminal either nothing happens (from a double click) or I get permission denied then command not found if I use sudo… I'm thinking it's been compiled without 10.8 support. It's also possible that mine is working on 10.8 but not .7 - so I'll check that angle out and if so either fix mine or include separate versions!

Permissions issue?  What happens when you chmod -R 777 minerd and try running it again ./minerd?
Whah, that works, i wonder why sudo wasn't doing it for me… thanks!
 

OSX didn't know it was an executable...  with the default permissions it had, sudo wouldn't do a thing.... needed to tell the filesystem it was something that could be run...

That's why it looked like just a text file (what tipped me off). Smiley

Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 15, 2013, 03:05:34 PM
 #310


OSX didn't know it was an executable...  with the default permissions it had, sudo wouldn't do a thing.... needed to tell the filesystem it was something that could be run...

That's why it looked like just a text file (what tipped me off). Smiley

Ah, so the finder must have just set 770 or something. learn something new every day!  Cheesy

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
August 15, 2013, 03:08:42 PM
 #311

edit: it's worth mentioning i'd also tried changing to 'Read & Write' permissions for all users in the GUI and that didn't give it the same kick chmod did

Sometimes you gotta pull out the old and reliable Unix commands.

"They've done studies, you know. Sixty percent of the time, it works every time."
-Brian Fantana, Anchorman

XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
August 16, 2013, 04:09:36 AM
 #312

Ah, so the finder must have just set 770 or something. learn something new every day!  Cheesy

More or less but as a Mac developer I suggest you to learn a bit more about the UNIX permission model. Smiley
This is a very practical guide from a sysadmin POV that covers all the most important aspects of the subject.

Then, if you want to go deeper and explore the developer POV, there are these chapters directly from Apple:

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
August 23, 2013, 09:28:51 AM
 #313

It seems that both Fabulous Panda Pools (BTC and LTC) are down! Cry

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 24, 2013, 12:33:15 AM
 #314

It seems that both Fabulous Panda Pools (BTC and LTC) are down! Cry
\

Sorry about that, it's been back up for a few hours now and I'll make sure it auto-restarts from now on!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
August 25, 2013, 10:14:22 PM
 #315

Sorry about that, it's been back up for a few hours now and I'll make sure it auto-restarts from now on!

Thank you!
By the way, are you sure that the LTC pool doesn't have any problems?
Probably I'm failing to understand something but I noticed that the share count is stuck to 19 since some days now and I'm wondering how it could be possible seeing that the "Expected time to share" value has always roughly been between 24 and 32 hours lately.

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 25, 2013, 10:19:03 PM
 #316

Sorry about that, it's been back up for a few hours now and I'll make sure it auto-restarts from now on!

Thank you!
By the way, are you sure that the LTC pool doesn't have any problems?
Probably I'm failing to understand something but I noticed that the share count is stuck to 19 since some days now and I'm wondering how it could be possible seeing that the "Expected time to share" value has always roughly been between 24 and 32 hours lately.
It's an unfortunate factor of the low speed mining going on there, I was worried myself but I pointed about 500kh there for a day and was able to find some shares. That said, we have been particularly unlucky and on average should have found a share in less time since the last.

I'm also going to move the pool over to a new server (the advantage of monthly billing) as the one it's on at the moment did have a random shut down not long after i got ahold of it and made me worry about some kind of hardware problem - though it hasn't shut down the OS unexpectedly since it's been in use. The hardware is the same though, 2 raided SSDs and way more processing power and RAM than is necessary.

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 28, 2013, 09:24:25 PM
 #317

Ladies and Gentlemen, please restart your miners, a few of you are still on the old pool server which has just been replaced (if you don't see your miner at pool.fabulouspanda.co.uk:9332 or pool.fabulouspanda.co.uk:9327 you're still on the old server)

The litecoin mining has been a little luckier on the new server, someone at 8kh found a share!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
September 03, 2013, 01:36:56 AM
 #318

Sorry for the long time between updates, life's been a bit busy but I'm back on it now!

1.4.7 is out which updates the backends and adds an API output window for FPGA/ASIC miner window - it's still pretty beta and a table view will be added in the next version
This update also fixes the temperature display in FPGA/ASIC miner to show ˚ C after the temperature reading.

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
XFox
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
September 03, 2013, 12:24:56 PM
 #319

Sorry for the long time between updates, life's been a bit busy but I'm back on it now!

Thank you for your work! Smiley

1.4.7 is out which updates the backends

Which backends? Just curious.
I installed the update and the bundled cpuminer is still segfaulting on my Lion machine.
There is also a new funny problem: when MacMiner 1.4.7 is running I get identical crash report alerts every few seconds telling me that MacMiner is crashed but I don't know which part of it is actually crashing because MacMiner never unexpectedly quits and I have to quit it manually to stop the crashes. This happens without even launching any backend. I'll send you a PM with the crash report that keeps appearing.

BTC: 1FdkrY4qT1MxARAJE3fX3HXBjWn2J54poa
LTC: LW9y3UiicfRPBZcniMrCrVhHnR2ygnWVe9
Anonymailer (OP)
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
September 03, 2013, 12:52:30 PM
 #320

The latest update updates bfg and cgminer backends, because it'd been a while i forgot about the cpuminer issue so I'll swap that out in an update today

Thanks for the report, I'll check out your crash log but I'm pretty sure it'll be a problem with the API output view which is still very beta and loads regardless of whether you've opened the window for it - if that's so it'll be fixed today!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 »
  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!