Search content
Sort by

Showing 20 of 41 results by elrock
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.7.0: modular ASIC/FPGA, GBT, Strtm, RPC, Mac/Lnx/W64, bifury/twinfury
by
elrock
on 29/11/2013, 17:25:58 UTC
I mine on Ubuntu not Mac so I don't use homebrew for bfgminer. (I just use a Mac to check status.)

Anyway, problem solved -- I was running the older version by mistake.
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.7.0: modular ASIC/FPGA, GBT, Strtm, RPC, Mac/Lnx/W64, bifury/twinfury
by
elrock
on 29/11/2013, 16:29:41 UTC

Running 3.7.0 compiled using Homebrew.

The running stats log on the second half of the terminal window does not have any line breaks.  It updates as one continuous string that just fills the bottom of the screen:
Bug when compiled without unicode support. Already fixed in git.

I use a Macbook to ssh into an Ubuntu rig, and I'm still seeing this bug in the Mac's display, even after building from the latest git. Not a big deal since it's still hashing away. Is there a way to rebuild *with* unicode support?
Post
Topic
Board Mining software (miners)
Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4
by
elrock
on 23/04/2013, 13:19:50 UTC
Here's an odd one I'm running into today after re-burning my USB stick's linux image from a clean copy, pulling in the latest git, compiling and firing up cgminer...

cgminer's interface ignores all normal menu keystrokes (p, g, and so on), UNLESS I neglect to specify a pool in the config file, in which case it works normally because it had to accept keyboard input to allow me to set the pool credentials. I can use ctl-c to kill it and get back to a prompt, no problem. I just can't adjust settings while cgminer is running.

This is latest git pull as of "Thu Apr 11 13:31:17 2013 +1000".
Found this bug at last and it should be fixed in git master now, thanks.

Has this fix made it to cgminer 3.0 yet? I'm experiencing the same problem in Ubuntu -- no menu options displayed and keystrokes ignored after I specify a config file at startup.
Post
Topic
Board Mining support
Re: Mining: Questions, Problems & Questions...
by
elrock
on 22/04/2013, 00:24:13 UTC
The main problem, however, is that I cannot get the AMD drivers to install for the HD 7850. I run the installer (which is a total pain in the ass in Linux lol) and it immediately halts and says I do not have the proper "tools" to complete the installation. It gives no error codes, no exception message(s) and no other explanation. It doesn't even explain what these "tools" are, nor does it offer any alternatives other than using the "-force" option which it warns may cause system instability. What the hell is going on here, and how can I get these damned drivers installed so we can mine? Time is of the essence...

I am experiencing a similar problem with the HD 7850. Did you ever figure out how to install the drivers?
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
elrock
on 07/09/2011, 20:15:16 UTC

In case it helps with diagnostics, below is the error message I get when I try to run Smartcoin after a LinuxCoin reboot.  It appears to be related to OpenCL.

Code:
Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1
File "/opt/smartcoin/smartcoin_devices.py", line 5, in
    devices = p.get_devices(device_type=cl.device_type.GPU)
pyopencl.RuntimeError: clGetDeviceIDs failed: device not found
done.

Are you root when running smartcoin?  If this is over ssh search this thread for magic-cookie - you'll need to run a few commands to get it working, it's here somewhere.

Thanks, there is nothing here about magic cookies but I did get it working again by following the instructions for SSH X11 forwarding on the LinuxCoin wiki.
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
elrock
on 05/09/2011, 16:15:04 UTC
I'm experiencing a recurring problem that I hope can be addressed in the next version of LinuxCoin: after one of my two GPUs freezes and triggers a reboot, LinuxCoin (0.2 final version) fails to identify either card and I have to reinstall everything from scratch.  My cards are not seriously overclocked (5850s @ 840 Mhz) and one or the other freezes about once a day.  Having to do a complete reinstall every day is not my idea of productive mining.

In case it helps with diagnostics, below is the error message I get when I try to run Smartcoin after a LinuxCoin reboot.  It appears to be related to OpenCL.

Code:
Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1
File "/opt/smartcoin/smartcoin_devices.py", line 5, in
    devices = p.get_devices(device_type=cl.device_type.GPU)
pyopencl.RuntimeError: clGetDeviceIDs failed: device not found
done.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [MULTI-MACHINE SUPPORT NOW IN!]
by
elrock
on 02/09/2011, 00:02:52 UTC
I ended up reinstalling everything and Smartcoin now works well for me in LinuxCoin.  The first installation turned into a mess and I decided to start afresh.  Thanks for the suggestions!
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
elrock
on 31/08/2011, 16:27:58 UTC
Thanks gnar1ta$ for the suggestion - it worked!  Now I'm experiencing another problem: OpenCL won't recognize my GPUs; only the CPU shows up when I run clinfo.  I have agreed to the icd license and even downloaded and extracted the icd-registration file again just in case, but it made no difference.  Would reinstalling the SDK help?

(I have posted a similar question on the Smartcoin thread but it seems more appropriate here; sorry for the seeming double-post.)
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [MULTI-MACHINE SUPPORT NOW IN!]
by
elrock
on 31/08/2011, 13:30:13 UTC
I am having trouble getting Smartcoin to automatically identify my GPUs.  I just set up LinuxCoin on my machine so it is most likely related to that.  (Smartcoin had been working beautifully on my HDD before the switch to LinuxCoin.)  This is the error message I get when I try to add the GPUs manually from within Smartcoin (hey, it was worth a shot) and then start mining:

Code:
Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1
File "/opt/smartcoin/smartcoin_devices.py", line 5, in
    devices = p.get_devices(device_type=cl.device_type.GPU)
pyopencl.RuntimeError: clGetDeviceIDs failed: device not found
done.

(The last couple of lines appeared when I tried re-installing Smartcoin.)

Also, I set up a simple profile yesterday and it seems to have disappeared; perhaps it's not saving to the persistence file?

I would appreciate guidance from folks who have got Smartcoin running successfully on LinuxCoin.  Thanks!

UPDATE: It turns out OpenCL is not identifying my GPUs at all; only the CPU shows up when I run clinfo.
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
elrock
on 30/08/2011, 16:44:50 UTC
I can't get LinuxCoin to boot on my machine -- only a blinking white cursor on a black screen is displayed.  I suspect this is a display problem rather than a LinuxCoin-specific problem.  Is there a relatively simple way to resolve this, without having to boot into recovery mode or the GRUB menu (the recommended solutions for display problems)?

If there is a way to set up LinuxCoin through SSH and avoid the whole display issue entirely, I'd be more than happy to do it that way.  So far I haven't come across any guides for that.

Thanks for your help.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
elrock
on 25/07/2011, 12:44:07 UTC
Thanks -- I found it by searching through the thread.  I know you've already got tons on your plate, but it might be helpful to new users to include that info in the first post.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
elrock
on 25/07/2011, 12:27:56 UTC
What is the default miner output format string?  I tried editing the format string and ended up erasing it entirely.  Weird characters appeared every time I pressed one of the arrow keys or the delete key to move the cursor.  Now it's totally blank and I can't see a thing.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
elrock
on 17/07/2011, 23:25:53 UTC
Quote
How did you get to r449 if you're running stable?

You can go into Edit Settings, then change the development branch from 'stable' to 'experimental', after which time experimental updates will be available to you

I don't know, but that's the stable version number that was available for update.  I just updated to the experimental version to get rid of the error messages. Is it possible to revert to the last stable version, or am I stuck with experimental now?
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
elrock
on 17/07/2011, 22:48:30 UTC
Update isn't working for me -- it says the current stable version is 425 (I'm now on r449).  Do I need to completely uninstall and reinstall?  And is there a way to reinstall without wiping out my database?
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
elrock
on 17/07/2011, 22:35:46 UTC
I just updated to r449 and I'm getting a bunch of syntax error messages:

Code:
/home/elrock/smartcoin/smartcoin_ops.sh: line 494: local: `68': not a valid identifier
seq: missing operand
Try `seq --help' for more information.
expr: syntax error
expr: syntax error
/home/elrock/smartcoin/smartcoin_ops.sh: line 494: local: `1554': not a valid identifier
seq: missing operand
Try `seq --help' for more information.
expr: syntax error
expr: syntax error
/home/elrock/smartcoin/smartcoin_ops.sh: line 494: local: `25': not a valid identifier
seq: missing operand
Try `seq --help' for more information.
expr: syntax error
expr: syntax error

I froze it in mid-stream so there are probably more error messages along these lines.  Shares are still being accepted, though.
Post
Topic
Board Pools
Re: [~2700 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, Full Decimal Payouts and more
by
elrock
on 13/07/2011, 14:04:25 UTC
ALERT: the wallet address associated with my account recently changed without my input, and now my confirmed rewards are 0.  (Previously they were 0.04 btc).  Not a huge amount of coin, but still...

Here is the offending wallet address: 14WosrXn3jMZ5frLbxgs4URCRvvfLYQBMq.  I just changed it back to my real address, and I've updated my password, too.

(I guess someone finally cracked my Mt Gox password.  I thought it was relatively secure, but perhaps not.  Boo!)
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
elrock
on 11/07/2011, 13:15:38 UTC
I just discovered what appears to be a bug: I added a new worker and then edited its pool (but didn't actually change any data; just wanted to make sure it was configured properly).  That new worker/pool was automatically ranked first in the list of Failover profiles even though I hadn't changed anything about the Failover order.  I had to manually edit the Failover order back to what it was before the addition of the new worker.

On an unrelated note, I would also like to know how to launch smartcoin automatically at system startup.  What lines need to be added to which files to accomplish this?  Can I stick something in /etc/init.d/rc.local (which is how I started miners before smartcoin)?
Post
Topic
Board Pools
Re: [150 GH/sec] MineCo.in - LP,EU Server,SSL,JSON API,0% TAX
by
elrock
on 09/07/2011, 13:08:51 UTC
The fix seems to be working for me -- stale rate down to 1.3% after mining overnight.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [BETA RELEASED!]
by
elrock
on 07/07/2011, 23:40:54 UTC

Can you report back what you get if you run:
Code:
sqlite3 ~/.smartcoin/smartcoin.db ".schema profile"

I'm thinking that you don't have all of the schema updates....

Funny, the error messages seem to have disappeared, but just in case they decide to reappear, here's the output that you asked for:

Code:
CREATE TABLE profile (pk_profile integer primary key autoincrement, fk_machine int, name varchar(30),
auto_allow bool, down bool NOT NULL DEFAULT(0), failover_order int NOT NULL DEFAULT(0));

Thanks for implementing the failover profile so quickly, btw.  Much appreciated!
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [BETA RELEASED!]
by
elrock
on 07/07/2011, 22:50:58 UTC
elrock:
It would be very helpful if you could try to get a peek at that error.
What revision are you running?
Does the failover profile not run at all, or is it just a harmless but annoying error?

Is there a way to freeze the status screen to read the error message?  Otherwise I have no idea if it's harmless or critical.  According to smartcoin my GPU is merrily hashing away and shares are being accepted, but with that error message I'm not entirely confident that it's working.