Search content
Sort by

Showing 2 of 2 results by rusm35
Post
Topic
Board Mining (Altcoins)
Re: mkxminer: fast Lyra2rev2 miner for AMD GPUs (Vertcoin, Monacoin, Verge, STRAKS)
by
rusm35
on 08/01/2018, 14:51:44 UTC
Two RX560s and one 7850 mine Straks fine, until I try --asm, that crashes windows

I downloaded this miner Friday night, first miner I could get to actually work as I just recently started getting into this. I was getting ~25MH/s with my MSI 470 Gaming 8GB using the normal one, then went to the best which includes the --asm. Speed went up to  ~32.5MH/s with slight OC to 1290MHz on GPU and to 1700MHz on the memory. Tried to use it today and kept crashing. I downloaded it again to try and start fresh. Hopefully it will work again.

ETA--- I was using Crimson drivers Friday night, and decided to upgrade to Adrenalin last night, so that may be the issue.

ETA Part 2--- I screwed up. Had it at I- instead of -I. Works fine now.
The cards were stitched? The timings changed?
Post
Topic
Board Mining (Altcoins)
Re: Krnlx Nvidia xevan miner - 3.3+ mh on 1070, ~6mh on 80ti FREE, OPENSOURCE
by
rusm35
on 05/10/2017, 08:16:58 UTC
I got some errors compiling "identifier ulong is undefined" (file: cuda_bmw512.cu)
Could you help me please?

PS. I am not a programmer, I tried to compile it with vs2013, cuda 7.5, windows 10.

try adding

#define ulong uint64_t

or just replace ulong with uint64_t

I'm not a programmer. Tell me please where to add it, I have the same mistake.