Show Posts
|
Pages: [1] 2 3 »
|
is their a way to change the core voltage (mV) on msi afterburner for the sapphire 11196-19-20g
No, but the Stilt bios for this card works well and it is at a lower than stock voltage. You can also edit the voltage with a bios editor such as VBE7.
|
|
|
At 64kh, isn't it better to just ebay them? I'm showing a payback period of >290 days, assuming zero difficulty increases...
|
|
|
Use Cgwatcher with variables in place of the specific (per machine) values. Cgwatcher conf file used on multiple machines, using variables instead of set values - stored on network and accessed remotely on each machine (make one for each coin type, this is my doge conf): { "pools" : [ { "name" : "Fast Pool-doge", "url" : "stratum+tcp://fast-pool.com:9999", "user" : "%worker%", "pass" : "%password%", "pool-priority" : "0" }, { "name" : "Poolerino-doge", "url" : "stratum+tcp://doge.poolerino.com:3333", "user" : "%worker%", "pass" : "%password%", "pool-priority" : "1" }, { "name" : "megamultipool", "url" : "stratum+tcp://scrypt.megamultipool.com:80", "user" : "%worker%", "pass" : "%password%", "pool-priority" : "2" } ], "api-allow" : "W:127.0.0.1", "api-listen" : true, "api-network" : true, "scrypt" : true, "gpu-threads" : "%threads%", "intensity" : "%intensity%", "lookup-gap" : "%gap%", "thread-concurrency" : "%tc%" } The Cgwatcher profile is configured to use the config file located on a shared network folder. To change pools, just edit the conf and restart the miners. Since this is only a single conf file, it's VERY easy to reconfigure multiple machines. You can also make a new conf very quickly, by just replacing the pool info for a new coin type. Variables as set in cgwatcher on machine #1 (dual gpu): worker=worker.1 password=password threads=1 intensity=20,15 gap=2,2 tc=24000,21712 Variables as set in cgwatcher on machine #2 (single gpu): worker=worker.2 password=password threads=1 intensity=15 gap=2 tc=8000 Using cgremote, I can also edit the variables remotely, switch coins/conf files for each machine, and restart the miners. Without cgremote, this part could still be done via teamviewer.
|
|
|
Congrats on the new gig! Can I get the updated cgwatcher version with UNC paths?
|
|
|
Google is your friend: "Poor hash rate on Radeon 7900"
|
|
|
use cgminer 3.7.2 or earlier
post your bat or conf file
|
|
|
I see this too in a dual GPU system. The only fix I have found is to lower the TC on the offending GPU. With a high TC, it seems that the core and memory clocks get stuck at their idle values, leading to 10-20kh and an unusable system (its the primary GPU).
|
|
|
What do you think of add the ability:
- Automatically exchanges coins for bitcoins, and pays miners entirely in bitcoins.
is complicated? useless?
obviously applying a fee for it
I second this. Middlecoin is the only pool that does it. And they guy that runs it doesn't even talk to the people. He does a good job but thats it lol. The guy from middlecoin is too busy counting his profits to be bothered with forum support.
|
|
|
Bought one netflix code. Quick delivery via PM. No problems.
|
|
|
UPDATE: i found a more reliable program that is 100% efficient for the public. It caters to my requirements and does what it says on the tin.
now i may enjoy the rest of my day without babysitting my computer.
Good for you. Stop bitching about free software. You appear to be too dense to figure out your own problems, which probably have nothing to do with the free software that you are bitching about.
|
|
|
I'm quoting myself below from the newbie thread, as I have a related minor issue. I didn't even realize there were two threads... Similar to my issue below, which you (milone) have already stated will be fixed in the next release, I've discovered that on a Win8 machine, I am unable to use any mapped drives. Cgwatcher behaves as if the drives don't exist, so I am unable to map the common conf files to the network drive. Is there a way to (easily) use UNC paths for mining profiles? I'm trying to centralize management with variables and common conf files, but it seems cgwatcher doesn't like unc paths - it wants a drive letter or a URL.
I'd rather use \\server\profiles than x:\profiles, is there a way to do this on a local network?
What's odd, is that I can force the unc path by editing the profiles.dat file, and it seems to work fine unless I go into the profile manager. The cgwatcher UI seems to allow for unc paths and everything (except profile manager) works, including the config file editor. When a unc path is specified and the profile manager is opened, it defaults back to cgminer.conf in the cgminer folder.
|
|
|
Is there a way to make CGWatcher delete .bin files in the cgminer folder before it loads the miner?
It is not necessary to delete the bins. This is only needed when changing cgminer versions. You can also gain a few khash by using modded bins (e.g. lantis bins), so you wound't want cgminer making new bins.
|
|
|
You're offering somebody almost $400 to solve this small problem? It will take you more than a year to earn that much, on that card. Post your batch file or conf file. Use cgminer 3.7.2 or earlier (3.1.1, 3.3.1 and 3.7.2 are popular). Do NOT use a cgminer version newer than that. http://ck.kolivas.org/apps/cgminer/3.7/Create a worker on the website named 1 with a password of anything you want (or 123 as shown below). cgminer.exe --scrypt -o stratum+tcp://42pool.pw:3334 -I 18 -g 1 -w 256 --thread-concurrency 8192 -u RikiTas.1 -p 123 the start mining.bat don't start cgminer.exe There are two reasons why it might not start: 1) cgminer is blocked or deleted by a virus scanner, or 2) you didn't put the batch file in the cgminer folder.
|
|
|
at 900/1125mhz, I get 180kh with this:
"scrypt" : true, "gpu-threads" : "1", "intensity" : "15", "lookup-gap" : "2", "thread-concurrency" : "8000"
At intensity 13, the system is more usable and the speed is ~140kh.
|
|
|
Is there a way to (easily) use UNC paths for mining profiles? I'm trying to centralize management with variables and common conf files, but it seems cgwatcher doesn't like unc paths - it wants a drive letter or a URL. I'd rather use \\server\profiles than x:\profiles, is there a way to do this on a local network? What's odd, is that I can force the unc path by editing the profiles.dat file, and it seems to work fine unless I go into the profile manager. The cgwatcher UI seems to allow for unc paths and everything (except profile manager) works, including the config file editor. When a unc path is specified and the profile manager is opened, it defaults back to cgminer.conf in the cgminer folder. @Mylo - look at the variables under other tools. You can use common conf files and variables. My variables for one machine are as follows. In the conf file, these variables are used by %variable% (e.g. "%worker%"). worker=myworker.1 password=mypass threads=1 intensity=20,15 gap=2,2 tc=24000,24000 More info: http://manotechnology.blogspot.com/2013/08/web-config-files.html
|
|
|
It seems that the estimate of balance value has been added. Thanks! Any chance you could add a total value at the bottom, and maybe force all individual values to be in decimal format? Well, the pool is supposed to mine the most profitable coins (according to exchange rates), but how did i get 40 Zedcoins??? WTF is ZEDcoin and why our miners burn electricity on shitcoins???
It was released today. I'm not sure why you'd be upset with getting in on the first few hours of a coin launch. Worst case, they are worthless and you are correct. But...even the worst coins released recently have been profitable to mine if you got in at the very beginning when difficulty was low.
|
|
|
You're offering somebody almost $400 to solve this small problem? It will take you more than a year to earn that much, on that card. Post your batch file or conf file. Use cgminer 3.7.2 or earlier (3.1.1, 3.3.1 and 3.7.2 are popular). Do NOT use a cgminer version newer than that. http://ck.kolivas.org/apps/cgminer/3.7/Create a worker on the website named 1 with a password of anything you want (or 123 as shown below). cgminer.exe --scrypt -o stratum+tcp://42pool.pw:3334 -I 18 -g 1 -w 256 --thread-concurrency 8192 -u RikiTas.1 -p 123
|
|
|
|