Original enquiry:
https://bitcointalksearch.org/topic/m.5896117
I have entered my BC Address via My Miner over at Blackcoin Pool.com
Here is my sgminer.conf file text:
"pools" : [
{
"url" : "stratum+tcp://blackcoinpool.com:3333",
"user" : "MyBCAddress",
"pass" : "xxxxxxxxxxx"
}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}
Here is the text contained within the Launch - Scrypt.bat file:
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer
I then double click on Launch - Scrypt.bat that is in the sgminer-4.1.153-v2 that I downloaded from sgminerwindows.com, but always get this error message?
https://i.imgur.com/isH2xXF.jpg
All the files that are contained within the sgminer that I downloaded are these:
https://i.imgur.com/ZRpHa23.jpg
My card is a AMD Radeon Sapphire HD 7870
Can someone let me know what or where I am going wrong as I have been trying many different settings this evening, but nothing seems to work.
try bat like that:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BCADDRESS -p PASSWORD
then save config and change parameters inside
if still problems try cgminer 3.7.2 on that bat rest is optimization
IMPORTANT move /rename conf files, miners like force conf paramiters even you have deleted bins
Thank you for the reply XbladeX
I edited the Launch - Scrypt.bat to:
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BDb6rUjx4hF3SwVhgyEZhZF1rfnxjsX7zv -p xxxxxxxx
pause
added pause so I could catch the error window that flashes up, which is as below:
https://i.imgur.com/VRJ2QPn.jpg
Is a .bin file supposed to be created? In the ,bat file it looks like it is set to delete it when present in the default .bat file in sgminer?
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer -o stratum+tcp://blackcoinpool.com:3333 -u BDb6rUjx4hF3SwVhgyEZhZF1rfnxjsX7zv -p xxxxxxxx
yes in bin you store old configs this is normal auto creation