
0
Windows AMD GPU Mining xmr
Geez i installed the miner and copied the config file ...had to change port to GPU port, put my address in ...saved file clicked start and it loops ... I have 4 AMD 7950's any help here?
Customer support service by UserEcho
Can you show us the error message please?
it just blinks in a loop "like" Is it I am trying to run 4GPU's ???? I am so lost!!!
here is what i have for conf file:
{
"pools":
[
{
"name": "poolmining.org",
"url": "stratum+tcp://xmr.poolmining.org:3033",
"user": "43D3AwjHFP5VR8NCAtsM8DHYrCZwjJ7x8dxGk6hoXVYxipwNtMxg6gpZCbQvDrzqsqj9sPNB6N3VWNEtmDSYb9c19rHtfzS",
"pass": "x",
"priority": "0",
"profile": "xmr"
}
],
"profiles":
[
{
"name": "xmr",
"algorithm": "cryptonight",
"rawintensity": "896",
"worksize": "8",
"gpu-threads": "1"
}
],
"default-profile": "xmr",
"no-extranonce": true,
"gpu-platform": "1"
}
bat file start:
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
:loop
sgminer -c sgminer-xmr.conf --gpu-reorder
echo restart miner...
goto loop
According to this guy, there may be an issue with SGMiner and Tahiti based GPUs (like the 7950): https://www.reddit.com/r/vertcoin/comments/3g8v6x/sgminer_settings_for_older_amd_cards_785078707950/cu015ex/
Try to run this in a command prompt at the folder where you've the miner:
.\sgminer -c sgminer-xmr.conf --gpu-reorder
And then tell me the output.
with the new add it still is trying to execute and starts looping
Try to remove the "@echo off" segment.
I may have to look at other coins to mine ....i hate minegate
still looping with echo off
But is it outputting any error message? If it is, can you share it here?
Because, if it's looping, it's because the miner software is crashing, if it's crashing, it must be outputting some sort of error message...
what is your hash rate on those video cards?