Another day, another adventure in AMD mining. I believe this venture will be slightly more lucrative as it seems to be geared towards my GPU brand. The more I learn, the more interested I become in cryptocurrency in general. It is an exciting new world to me with SO MUCH POTENTIAL! I digress. 😙
Here is my configuration file and my batch. I am using the San Francisco server.
On another note, has anybody had success in properly terminating a script block on Steemit with markdown. Triple backticks no worky! 😕
By the way, that is my Dash receive address if anybody wants to hook a brotha up. Later yall!
{
"pools" : [
{
"url" : "sf",
"user" : "XkWkVEEfX8oz9Zu2yeaL14z39NEfjnjhzW",
"pass" : ""
}
],
"gpu-engine" : "1000",
"intensity" : "22",
"gpu-threads" : "1",
"auto-fan" : true,
"temp-cutoff" : "90",
"temp-overheat" : "80",
"temp-target" : "75",
"gpu-fan" : "40-80",
"api-port" : "4028",
"gpu-powertune" : "20"
}
Batch file contents:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer.exe -o sf -u XkWkVEEfX8oz9Zu2yeaL14z39NEfjnjhzW -p <removed> -I 20
pause...