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",![dashminer2.PNG](https://steemitimages.com/DQmRym9jvpZ4K3fYFr9Qm8V8goetph7PyZrn88NSnr8mYAQ/dashminer2.PNG)
"user" : "XkWkVEEfX8oz9Zu2yeaL14z39NEfjnjhzW",
"pass" : "<removed>"
}
],
"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...
This doesn't really explain how to mine though. You need to break it down more!! :]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sure thing. This page has a breakdown.
http://dashminer.com/quickstart/
In my case, I just modified the example.bat and example.conf files. You will want to run example.bat not as admin otherwise it will attempt running from system32 folder which is not desirable. Please, let me know if you have any questions and I'll try my best to help
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the link! I will try to give it a shot later. It shall be fun! :]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit