Bitcoin Forum
October 04, 2025, 04:33:08 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Armory / Re: Armory - Discussion Thread on: March 09, 2014, 09:44:30 PM
http://pastebin.com/jaHwF8tQ

heres some of the bottom of the log file, its quite large though
2  Bitcoin / Armory / Re: Armory - Discussion Thread on: March 09, 2014, 08:56:27 PM
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/jaHwF8tQ

heres some of the bottom of the log file, its quite large though
3  Alternate cryptocurrencies / Mining (Altcoins) / SGMiner and CGWatcher kernel error on: February 06, 2014, 11:11:30 PM
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
4  Bitcoin / Mining software (miners) / Re: CGWatcher 1.3.5, a GUI/monitor for CGMiner & BFGMiner to help minimize downtime on: February 05, 2014, 01:47:08 AM
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"
5  Alternate cryptocurrencies / Mining (Altcoins) / 7950's wont start up, 290x's seem to be working fine on: February 04, 2014, 11:10:00 PM
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

Code:
@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

6  Alternate cryptocurrencies / Mining (Altcoins) / 7950's only @ 575 Kh/s on: February 04, 2014, 06:48:09 PM
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?

Code:
{
"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"
}
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!