Search content
Sort by

Showing 5 of 5 results by mb0erman
Post
Topic
Board Altcoin Discussion
Re: More than 3 multi currency pools?
by
mb0erman
on 02/01/2014, 17:25:26 UTC
Thanks! It is possible to mine directly to Cryptsy? There's a notification there not to do that, figured it would not work.
Post
Topic
Board Altcoin Discussion
Re: More than 3 multi currency pools?
by
mb0erman
on 02/01/2014, 14:32:41 UTC
Bump... 88 reads and nobody  knows? :s
Post
Topic
Board Altcoin Discussion
Topic OP
More than 3 multi currency pools?
by
mb0erman
on 02/01/2014, 14:01:50 UTC
Am I missing any multi currency pools besides
-Hashcows (new user signup down after the attack some days ago)
-Middlecoin (don't like the lack of information the site gives)
-Multipool (I want to autosell to BTC, which is not supported there afaik)
Post
Topic
Board Mining software (miners)
Re: CGWatcher 1.3.4, a GUI/monitor for CGMiner & BFGMiner to help minimize downtime
by
mb0erman
on 01/01/2014, 20:06:14 UTC

mb0erman: It looks like you're setting the same values for all three GPUs, but one of them doesn't like these settings. It may be the voltage as Tigggger said. You can set individual values for each card by separating them with commas. Example setting three GPU clock speeds to three different values:

Code:
--gpu-engine "1500,1400,1300"


Milone, thanks so much for taking the time to help us work with your software. I imagine you're busy enough with new development and the ever present bug hunting, so know it's appreciated Smiley

Having said that: I'm losing my mind over the problems I'm having with CGWatcher. No matter what I try, it'll disable at least one GPU and crash the graphics drivers after I start it. Tried reinstalling the drivers to no avail. I've set
Code:
--gpu-engine=1050
and
Code:
--gpu-memclock=1250
in the profile arguments. All forms of voltage settings are removed or set on default. Running these values in CGMiner directly gives a smooth and steady 1,9+ Mh.

Any thoughts are welcome!
Post
Topic
Board Mining software (miners)
Re: CGWatcher 1.3.4, a GUI/monitor for CGMiner & BFGMiner to help minimize downtime
by
mb0erman
on 29/12/2013, 18:23:52 UTC
Hi all,

Setting up a 3 x 7950 rig. So far 2,0+ MHash with CGMiner, no problems.
Now I'm trying to set up CGWatcher and I'm encountering a number of weird things. Hoping someone can help me out here.

1) Can't seem to edit my profiles under settings. '(Collection)' cell is grey.
http://s28.postimg.org/67d1jp8nt/Capture.jpg

2) Once I start mining via CGWatcher, it'll tell me one of my cards isn't functioning properly and switches it off.
http://s23.postimg.org/y2492fqnb/Untitled.jpg

3) To top things off, my graphics driver will crash after a few seconds of mining

I don't think I've made any different settings in CGWatcher than in the .bat I use to start CGMiner directly. The latter contains

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -I 15 --thread-concurrency 21712 -w 256 --gpu-powertune 10 --gpu-engine=1125 --gpu-memclock=1500 --gpu-vddc 1.000 -o stratum+tcp://pool1.eu.multipool.us:7777 -u mb0erman.megamine -p x


Profile arguments in CGWatcher are --scrypt --thread-concurrency 21712, rest of arguments are set in config file.