Search content
Sort by

Showing 20 of 109 results by Karin
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.1.0
by
Karin
on 08/03/2014, 17:11:52 UTC
Unofficial Mac binaries have been updated for v4.1.0, and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.
Post
Topic
Board Mining software (miners)
Re: Asteroid -- a new Mac mining client (0.9.7)
by
Karin
on 04/03/2014, 23:18:22 UTC
Thanks for the advice! On my screen, the intensity defaulted to 10 and I've bumped it up to 12 or 13 and still get a bit shy of 14 kh/s. At this point I do not try to use my machine for anything else. Should I give up on mining until I have a more powerful machine and card?

Thanks again!

It depends what you're mining.  Most serious mining is done with fairly high-end graphics cards, but you may still find it fun to play around in what are called "altcoins", or basically anything that isn't bitcoin / litecoin.  A website like CoinWarz is a great resource for finding what may be profitable and/or worthwhile Smiley
Post
Topic
Board Mining software (miners)
Re: Asteroid -- a new Mac mining client (0.9.7)
by
Karin
on 04/03/2014, 21:11:11 UTC
Hi there. Excuse my absolute noob-ness. I have a Macbook Pro with an Intel 4000 card and have tried to run Asteriod to mine Litecoins and Dogecoins. The max rate I can seem to get is 13 or 14 kh/s. Is this the limit of my card/laptop or is it possible to get a better rate? I am in the US on US pool servers.

Thanks!

According to the scrypt database on the Asteroid site, people are generally getting around 21kh/s with that device.  You may just need to increase the intensity you are mining at, which you can do from the small triangle seen here:



If you increase your intensity too high your computer will bog down and may feel less responsive.  Too low and you may not be getting the best hashrate.  Smiley
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0
by
Karin
on 28/02/2014, 11:01:08 UTC
Unofficial Mac binaries have been updated for v4.0.1 and tested, and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.

Also, the forum thread title is still 4.0.0 Smiley
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.3
by
Karin
on 21/02/2014, 06:28:42 UTC
Being a sudo command it will only work until reboot correct?

Not in this case.  Sudo is being used to switch to the superuser, from where a file is added to that the OS reads on startup, which configures how it handles USB devices.  That fix is likely permanent.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0
by
Karin
on 21/02/2014, 06:16:17 UTC
Builds and runs fine on Mac, but I get the following during make when I include --enable-bitmine_A1:

Code:
 CC       cgminer-driver-SPI-bitmine-A1.o
In file included from driver-SPI-bitmine-A1.c:19:
spi-context.h:4:25: error: linux/types.h: No such file or directory
spi-context.h:5:30: error: linux/spi/spidev.h: No such file or directory
In file included from driver-SPI-bitmine-A1.c:19:
spi-context.h:29: error: ‘SPI_MODE_0’ undeclared here (not in a function)
In file included from driver-SPI-bitmine-A1.c:32:
A1-desk-board-selector-tca9535.c:7:23: error: linux/i2c.h: No such file or directory
A1-desk-board-selector-tca9535.c:8:27: error: linux/i2c-dev.h: No such file or directory
In file included from driver-SPI-bitmine-A1.c:32:
A1-desk-board-selector-tca9535.c: In function ‘tca9535_write’:
A1-desk-board-selector-tca9535.c:39: error: storage size of ‘data’ isn’t known
A1-desk-board-selector-tca9535.c:42: error: storage size of ‘args’ isn’t known
A1-desk-board-selector-tca9535.c:43: error: ‘__s32’ undeclared (first use in this function)
A1-desk-board-selector-tca9535.c:43: error: (Each undeclared identifier is reported only once
A1-desk-board-selector-tca9535.c:43: error: for each function it appears in.)
A1-desk-board-selector-tca9535.c:43: error: expected ‘;’ before ‘err’
A1-desk-board-selector-tca9535.c:45: error: ‘I2C_SMBUS_WRITE’ undeclared (first use in this function)
A1-desk-board-selector-tca9535.c:47: error: ‘I2C_SMBUS_BYTE_DATA’ undeclared (first use in this function)
A1-desk-board-selector-tca9535.c:50: error: ‘err’ undeclared (first use in this function)
A1-desk-board-selector-tca9535.c:50: error: ‘I2C_SMBUS’ undeclared (first use in this function)
A1-desk-board-selector-tca9535.c:42: warning: unused variable ‘args’
A1-desk-board-selector-tca9535.c:39: warning: unused variable ‘data’
A1-desk-board-selector-tca9535.c: In function ‘a1_board_selector_init’:
A1-desk-board-selector-tca9535.c:87: error: ‘I2C_SLAVE’ undeclared (first use in this function)
driver-SPI-bitmine-A1.c: In function ‘exec_cmd’:
driver-SPI-bitmine-A1.c:225: warning: unused variable ‘retval’
driver-SPI-bitmine-A1.c: In function ‘cmd_WRITE_JOB’:
driver-SPI-bitmine-A1.c:327: warning: unused variable ‘cmd’
driver-SPI-bitmine-A1.c: In function ‘A1_detect’:
driver-SPI-bitmine-A1.c:880: error: ‘SPI_MODE_1’ undeclared (first use in this function)
driver-SPI-bitmine-A1.c:848: warning: unused variable ‘board_id’
driver-SPI-bitmine-A1.c: In function ‘A1_queue_full’:
driver-SPI-bitmine-A1.c:1020: warning: unused variable ‘work’
make[1]: *** [cgminer-driver-SPI-bitmine-A1.o] Error 1
make: *** [install-recursive] Error 1

Otherwise working great, thanks!  New cgminer mac builds are online here.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.3
by
Karin
on 20/02/2014, 22:03:45 UTC
Thank you for the reply,

i entered the touch then tried the second one,
Code:
sudo echo kern.sysv.semume=100 >> /etc/sysctl.conf
and got permission denied?

Huh, me too.  Here are the original instructions, I put them on one line to make it easier (silly me, should have tested).  Instead use this:

Code:
sudo su
touch /etc/sysctl.conf
echo kern.sysv.semume=100 >> /etc/sysctl.conf
chown root:wheel /etc/sysctl.conf
chmod 0644 /etc/sysctl.conf

Enter each line one at a time exactly as above, and then reboot.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.3
by
Karin
on 20/02/2014, 21:37:12 UTC
Have just installed 3.12.3 for mac OS X.

I can only get it to pick up 10 USB Block Erupters. The rest give me this, SEM: Icarus USB timeout waiting for (65547) '/tmp/cgminer-usb-20-10'

Any help would be muchly appreciated.

A usb failure can show up in so many ways, this is one of them. Likely there's just not enough power.

A fellow by the name of JimJag found the solution to this in this post on the Asteroid forums.

Quote
The issue is that cgminer uses SysV semaphores and make use of the UNDO mechanism. OSX by default only allows 10 of these per process. Use sysctl to update to something more reasonable (eg: sysctl -w kern.sysv.semume=100). If cgminer has already been running, you'll need to do this via /etc/sysctl.conf and reboot.

The solution he suggests, can be implemented by running the following in your Terminal.app and then rebooting.

sudo touch /etc/sysctl.conf; sudo echo kern.sysv.semume=100 >> /etc/sysctl.conf; sudo chown root:wheel /etc/sysctl.conf; sudo chmod 0644 /etc/sysctl.conf

EDIT: See below for correct commands to enter into Terminal.app.
Post
Topic
Board Mining software (miners)
Re: Asteroid -- a new Mac mining client (0.9.7)
by
Karin
on 20/02/2014, 19:16:28 UTC
Can you add support for my DualMiner ASIC with all mining modes (BTC only,LTC only and BTC/LTC combo mining) asap as I really want to try this out/get started quickly/reliably on my mac?

Thanks Smiley

They haven't yet released the source code they're using (possibly contravening the software license), but I've sent them an email and we'll see what they say.  Thanks for the feedback via PM too, it's good to hear this is a real device.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.3
by
Karin
on 16/02/2014, 23:46:42 UTC
I have a questions, Is CGMINER for mac OSX the same as the miner talked about in this thread ? The reason I ask is because I want to know if there is a way to have CG miner launch my terminal window with my default terminal settings.. I apologize if this is the wrong thread . was more of a vanity question really... just got burned out on CGminer opening in a bland black on white terminal window... all my other terminal windows open with the default settings.
Yes, it is the same.  If you want a bit more control and you're fine with running the command-line version, download the miner-only version from here.  I'll see if there's anything I can do with the launcher script to conform the terminal window settings Smiley
Post
Topic
Board Mining software (miners)
Re: Asteroid -- a new Mac mining client (0.9.7)
by
Karin
on 16/02/2014, 21:37:41 UTC
Asteroid 0.9.7 is now out
Download here or run "Check for updates..." from the in-app Asteroid menu

Among the biggest changes is the addition of live coin balances!  Enter the API key from your pool's webpage and you'll see live balances in Asteroid of what you have currently mined.  Also changed is the switch to sgminer for all scrypt mining.  sgminer seems to be the spiritual successor to cgminer 3.7.2 insofar as scrypt mining, and it has already seen a number of bug fixes and improvements -- one of which is the ability to choose between 5 different kernels.  The Asteroid website will track these kernels for you, and as always, recommend the best kernel and other settings for you to use based on the contributions of other users (16,000 scrypt setting submissions to date).

Redesigned pool setup sheet:

Change log is as follows:

  • Live coin balance monitoring
  • Added new mining engine, sgminer, for scrypt mining
  • Can now pick which kernel to use for scrypt mining
  • Improvements and bugfixes to community scrypt settings
  • Full support for multiple GPUs
  • Mac OS X Notification Center support
  • Updated mining engine to cgminer 3.12.3
  • Devices remember on/off state between launches
  • Redesigned pool editing sheet
  • Added a command-line options window
  • Added international support for non-US number formats
  • Reduced CPU usage when Asteroid window is closed
  • Added checkbox to turn off autostarting mining
  • Added Asteroid log to console window
  • Fixes for "Initializing miner..." and more
  • Countless bugfixes and tweaks

Please remember that Asteroid does not need any extra drivers or installs of any kind, nor any knowledge of the command-line!  True plug-and-play.  And one of my favourite new features?



Asteroid is one of the few pieces of bitcoin software written in an interpreted language, meaning the code you read on your screen is the code that your computer executes -- there are no fully compiled intermediaries apart from the mining engines themselves (cgminer, sgminer, etc) which are also open-source.  So if you wonder how Asteroid does something, just go to "View source code" from the Asteroid menu and it will pop up.  Feel free to edit it, save it, and re-run Asteroid to see your coding changes. Smiley
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.3
by
Karin
on 08/02/2014, 14:40:11 UTC
Unofficial Mac binaries have been updated for v3.12.3 and are available here. Cheesy

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.2
by
Karin
on 07/02/2014, 22:31:08 UTC
Unofficial Mac binaries have been updated for v3.12.2 and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.1
by
Karin
on 07/02/2014, 14:55:24 UTC
Unofficial Mac binaries have been updated for v3.12.1 and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.

Given Con's latest post though, I suggest Mac users not upgrade yet until the issue has been investigated.
Post
Topic
Board Mining software (miners)
Re: Asteroid -- a new Mac mining client (0.9.6)
by
Karin
on 05/02/2014, 20:32:09 UTC
Hello there, i'm new to asteroid, and I seem to have a problem with it..

The app is telling me i'm mining at 7MH/s, while my pool indicates a hashrate of 12kh/s... I don't understand what's my problem..
Hey cytron, my guess is that you are using a non-US locale, which confuses Asteroid when it tries to read "7,00 kh/s" for example (versus "7.00 kh/s").  This is my fault and better international support will be coming in an upcoming version.

If I'm wrong though please let me know and we'll look at other possibilities. Smiley
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.0
by
Karin
on 31/01/2014, 01:36:30 UTC
Unofficial Mac binaries have been updated for v3.12.0 and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.12.0
by
Karin
on 29/01/2014, 15:06:04 UTC
New version: 3.12.0, 29th January 2014

Mac build will be delayed until this evening (forgot my development HDD at home).

Also, the title of this thread still is at 3.11.0.  I almost missed that a new version was out. Smiley
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.11.0
by
Karin
on 28/01/2014, 18:34:34 UTC
I have cgminer-3.10.0 on Fedora 19 with AntMiner.  (I had to add --enable-bitfury to configure for it to compile - otherwise it would miss mcp2210.c.)  It is mining at 600Mh/s, not the vaunted 1.6Gh/s, and it is barely warm (unlike the block erupters, which get quite hot in operation).

(5s):631.4M (avg):378.7Mh/s | A:349  R:9  HW:32  WU:0.0/m

Also, it is detected as USB1.1, not 2.0 (other 2.0 devices plugged into the port are detected as 2.0).

There is no official Antminer U1 support in cgminer yet, since the creators of Antminer never contacted the cgminer devs with code and/or hardware before it was released.  The developers just recently received units they can develop for, and so Antminer support is likely eventually forthcoming.  There are some forks of cgminer out there that have implemented an Antminer driver already though, though you'll have to look around for 'em and they're generally unsupported.
Post
Topic
Board Mining software (miners)
Re: Asteroid -- a new Mac mining client (0.9.6)
by
Karin
on 27/01/2014, 07:45:32 UTC
No luck here, so far, getting the BabyJet to hash with 3.11.  

Getting a "Hashfast detect (6:3) failed to initialize (incorrect device?)" message.

Update:  It hashes using the PC build of 3.11.  Is this a driver or permissions issue?

Yes, it is a driver issue.  Without knowing more about your particular setup, just copy/paste this into Terminal before you launch cgminer 3.11.0 and it will disable all the known present conflicting drivers:

Code:
sudo kextunload -b com.silabs.driver.CP210xVCPDriver; sudo kextunload -b com.silabs.driver.CP210xVCPDriver64; sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver; sudo kextunload -b com.apple.driver.AppleUSBCDC; sudo kextunload -b com.apple.driver.AppleUSBCDCACMData; sudo kextunload -b com.apple.driver.AppleUSBCDCACMControl; sudo kextunload /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBFTDI.kext

It may give a few errors but it's not a problem, it'll just complain that some of the drivers you tried to disable aren't installed (which we know), but others likely are installed.

The above is also temporary.  Either logout and in again, or restart your machine, or replace every "kextunload" with "kextload" and run it again.  Any of those will put your drivers back to how they were.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.11.0
by
Karin
on 25/01/2014, 17:59:19 UTC
Unofficial Mac binaries have been updated for v3.11.0 and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.