brian112358 / avermore-miner

Optimized AMD miner for x16r / x16s
https://bitcointalk.org/index.php?topic=3330680.msg34813230
GNU General Public License v3.0
42 stars 25 forks source link

Crashes on Win10 #1

Closed mlugo-apx closed 6 years ago

mlugo-apx commented 6 years ago

Just downloaded, added exception to Windows Defender. Edited the start batch file. Immediately crashes after launching. Log attached, the file doesn't include anything that stands out.

suprnova_log.txt

mlugo-apx commented 6 years ago

Fixed, the Example.bat file has this:

set GPU_FORCE_64BIT_PTR=1

Setting it to 0:

set GPU_FORCE_64BIT_PTR=0

Fixed the issue, now up and running. Going to have to tweak because I am getting KH instead of MH.

Now I am getting MH and it's as faster or faster than ACENEUN version.

Added the following to the command line:

-I 19 --thread-concurrency 7168

brian112358 commented 6 years ago

Awesome! Glad to hear it's working now. I'll add the fix to the Troubleshooting page.