Show Posts
|
Pages: [1]
|
Cannot get Armory to sync, any tips? It Freezes at 99% and has set there for days I've tried every solution I can find so far: -Rescan Database -Rebuild and Rescan Database -Ensured my PC time was synced with time.windows.com So far nothing ive been doing has worked, the database refuses to finish. Any ideas? I'm locked out of my wallet! http://pastebin.com/jaHwF8tQheres some of the bottom of the log file, its quite large though
|
|
|
I can run SGMiner with the sgminer.conf fine outside of CGWatcher with my .bat file color 02 setx GPU_MAX_ALLOC_PERCENT 100 "E:\Google Drive\Mining\Coin Mining\SGMINER\sgminer.exe" However running this .bat via CGWatcher (inside profiles) gives me this error https://i.imgur.com/68lxwya.png
|
|
|
Is there anyway for CGWatcher to monitor 2 instances of CGMiner? I have a card situation where I need to run 2 instances since one card is a 290x and the other a 7950 and they cant both use "-g 2"
|
|
|
I've been fighting this all day.... I tried both batch file arguments as well as using the .conf file. I have 2 7950's (HIS) and 2 290x (Sapphire) running off 2 separate 1k watt PSU's. Here is my batch file for cgminer (The 290x are apparently device 0 and device 3 per cgminer -n) https://i.imgur.com/Wjwz8EG.png@echo off setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 "C:\Users\Miner\Desktop\Coin Mining\Litecoin\cgminer-3.7.2-windows\cgminer.exe" --scrypt -o stratum+tcp://middlecoin.com:3333 -u xxxxx -p x -I 20,17,17,20 -w 256,256,256,256 --lookup-gap 2,1,1,2 --thread-concurrency 24000,15236,15236,24000 -g 2 --temp-hysteresis 5 --auto-fan --temp-target 85 --gpu-powertune 20,20,20,20 Here is what cgminer is showing as well as my msi afterburner settings 
|
|
|
I have x2 7950's and x2 290x's the 7950's were defaulted by cgminer to a worksize of 64, if i try increasing this number to 256 the machine locks up. Is there any other settings i can try to change to squeeze more out of the 7950's? { "pools" : [ { "url" : "stratum+tcp://middlecoin.com:3333", "user" : "xxxxxxxxxxx", "pass" : "x" } ] , "intensity" : "20,20,20,20", "vectors" : "1,1,1,1", "worksize" : "256,64,64,256", "kernel" : "phatk,poclbm,poclbm,phatk", "lookup-gap" : "2,1,1,2", "thread-concurrency" : "24000,24768,24768,24000", "shaders" : "0,0,0,0", "gpu-engine" : "1000,1200,1200,1000", "gpu-fan" : "0-85,0-85,0-85,0-85", "gpu-memclock" : "1400,1250,1250,1400", "gpu-memdiff" : "0,0,0,0", "gpu-powertune" : "20,20,20,20", "gpu-vddc" : "0.000,0.000,0.000,0.000", "temp-cutoff" : "100,100,100,100", "temp-overheat" : "95,95,95,95", "temp-target" : "90,90,90,90", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "120", "gpu-dyninterval" : "7", "gpu-platform" : "0", "gpu-threads" : "2", "hotplug" : "5", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "60", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
|
|
|
|