Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: brianmct on April 16, 2018, 06:52:06 AM



Title: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 16, 2018, 06:52:06 AM
Hi everyone,

This is my first time making a post here, but some of you may know me as the developer of Nevermore miner for x16r / x16s, and creator of one of the first sgminer forks for x16r. I recently had a generous person donate a RX580 to me, and thus was able to give the AMD side some love by making some x16r optimizations for AMD.

After around a week of work, I've made numerous optimizations to the x16r / x16s kernels, and with preliminary testing I'm getting around +20-25% over ace's sgminer (the previous fastest x16r miner).

x16r / x16s average hashrates:
RX580: 8.3 MH/s
Vega56: 13-14 MH/s
Vega64: 14-15 MH/s

xevan hashrates (still in beta; doesn't work with all cards yet):
RX580: 1.8-2.1 MH/s, depending on OC
Vega: N/A (HW errors)

As with Nevermore (which is for Nvidia cards), Avermore (for AMD) has a 1% devfee to support continued work on the miner.

I look forward to hearing your feedback about this new release.

Avermore releases (Download latest release v1.4.1 here) (https://github.com/brian112358/avermore-miner/releases)

Getting Started guide (https://github.com/brian112358/avermore-miner/wiki/Getting-Started)

Recommended bat file to start with (see Optimizing Hashrate guide (https://github.com/brian112358/avermore-miner/wiki/Optimizing-Hashrate) for more tips on tuning your system):

Code:
set GPU_FORCE_64BIT_PTR=0
set GPU_USE_SYNC_OBJECTS=1
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100

:: Set the pool, username, and port here. All three arguments are required.
sgminer.exe -k x16r -o stratum+tcp://pool.here:port -u user -p password -g 2

Note, if you have a system with more than 6 cards, then you'll have to remove the "-g 2" option since more than 13 mining threads is currently unsupported. Alternatively, you can try splitting the cards between two instances of Avermore by using the -d flag, to circumvent the 13-thread limit. For example, to split a 12-card rig, run one instance with "-d 0,1,2,3,4,5" and another with "-d 6,7,8,9,10,11".

Other useful links:
Source code (https://github.com/brian112358/avermore-miner)
Github wiki pages (https://github.com/brian112358/avermore-miner/wiki)
Troubleshooting guide (https://github.com/brian112358/avermore-miner/wiki/Troubleshooting)
Optimizing Hashrate guide (https://github.com/brian112358/avermore-miner/wiki/Optimizing-Hashrate)
HiveOS manual installation (https://github.com/brian112358/avermore-miner/wiki/HiveOS-Manual-Installation) (to upgrade to latest release before it gets pushed by HiveOS)
smOS installation (https://github.com/brian112358/avermore-miner/wiki/smOS-Installation)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: CryptoDocker on April 16, 2018, 07:10:36 AM
Thanks brian really glad to see an optimized AMD miner for Raven. I'm dying to get this loaded onto Hive OS as dimafern is currently only using your sgminer fork version which is very slow for AMD cards - can you confirm that version will now cease being supported and effectively replaced with Avermore?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: Iamtutut on April 16, 2018, 07:21:14 AM
Looking forward to using it !


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: brianmct on April 16, 2018, 07:21:41 AM
Thanks brian really glad to see an optimized AMD miner for Raven. I'm dying to get this loaded onto Hive OS as dimafern is currently only using your sgminer fork version which is very slow for AMD cards - can you confirm that version will now cease being supported and effectively replaced with Avermore?

Yes; my old sgminer fork was made for the RVN AMD bounty, hence the lack of optimization. I will continue my optimization work for AMD cards on Avermore.

Unfortunately, Avermore is not yet on HiveOS, but I made a wiki guide (https://github.com/brian112358/avermore-miner/wiki/HiveOS-Installation) for how to replace my old sgminer fork manually with Avermore; it should be pretty straightforward. Multiple people have already requested that Avermore be added to HiveOS, and it's on the HiveOS miner wish list (http://forum.hiveos.farm/discussion/435/request-miners-for-adding-to-hiveos-maynery-dlya-dobavleniya-v-hiveos); it should be added soon.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: 4ward on April 16, 2018, 08:53:31 AM
Added to my MegaMiner fork (http://bit.ly/2IXtgSU) :)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: nitrobg on April 16, 2018, 01:04:59 PM
Awesome, will give it a try later today.
There are no AMD miners for X17, but it seems similar to X16R with 1 more algorithm. Is it possible to port the optimizations into a separate X17 miner/kernel?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: Rewqpro on April 16, 2018, 01:18:58 PM
if anyone shares Vega .bat settings , would be glad to appraise.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: alucard20724 on April 16, 2018, 01:32:05 PM
if anyone shares Vega .bat settings , would be glad to appraise.

If you have 18.3.4 drivers installed, you can just set them up like regular AMD gpus.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: alucard20724 on April 16, 2018, 01:37:10 PM
Awesome, will give it a try later today.
There are no AMD miners for X17, but it seems similar to X16R with 1 more algorithm. Is it possible to port the optimizations into a separate X17 miner/kernel?

actually there is  :)

but it's closed source  :-[
https://bitcointalk.org/index.php?topic=3322332.msg34739892#msg34739892

hopefully brian can make an open source version  ;)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: brianmct on April 16, 2018, 03:21:14 PM
if anyone shares Vega .bat settings , would be glad to appraise.

Try starting with the following configuration for Vega (there's some more tips for tuning your settings here (https://github.com/brian112358/avermore-miner/wiki/Optimizing-Hashrate)):

Code:
set GPU_FORCE_64BIT_PTR=0
set GPU_USE_SYNC_OBJECTS=1
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100

:: Set the pool, username, and port here. All three arguments are required.
sgminer.exe -k x16r -o stratum+tcp://pool.here:port -u user -p password -g 2 -w 64 -X 320

Let me know how it goes :)

Awesome, will give it a try later today.
There are no AMD miners for X17, but it seems similar to X16R with 1 more algorithm. Is it possible to port the optimizations into a separate X17 miner/kernel?

That sounds doable; I'll look into it.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on April 16, 2018, 07:59:54 PM
I have been running this for about 16 hours and it gives a very nice boost mining X16s.  On a R9 Fury X I was getting ~4 Mh/s on stock settings with -50% power limit - with this new miner I get ~6.4 Mh/s at the same settings and power limit. That's a nice increase indeed. I'll try to test it on some Rx 480 and Rx 570 rigs in the near future.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r / x16s
Post by: Rewqpro on April 17, 2018, 02:27:35 AM
if anyone shares Vega .bat settings , would be glad to appraise.

Try starting with the following configuration for Vega (there's some more tips for tuning your settings here (https://github.com/brian112358/avermore-miner/wiki/Optimizing-Hashrate)):

Code:
set GPU_FORCE_64BIT_PTR=0
set GPU_USE_SYNC_OBJECTS=1
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100

:: Set the pool, username, and port here. All three arguments are required.
sgminer.exe -k x16r -o stratum+tcp://pool.here:port -u user -p password -g 2 -w 64 -X 320

Let me know how it goes :)

Awesome, will give it a try later today.
There are no AMD miners for X17, but it seems similar to X16R with 1 more algorithm. Is it possible to port the optimizations into a separate X17 miner/kernel?

That sounds doable; I'll look into it.
R: (which I guess shows GPU load) is dropping to 5-10% on some of gpus and later on makes them sick. with -22% pl it showed 10 mh/s on some of healthy GPUs.

My Vega rig is remote, I can't risk and keep it working there for now - not stable :(





Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: CryptoDocker on April 17, 2018, 07:26:22 AM
Does anyone have suggested OC or power limit settings for RX 580 cards?



Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: KL0nLutiy1 on April 17, 2018, 05:15:09 PM
@brianmct, could you help me, please, with compilation source for windows https://github.com/brian112358/avermore-miner/issues/5


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 17, 2018, 08:11:56 PM
Does anyone have suggested OC or power limit settings for RX 580 cards?

I personally run 1400 core, stock mem/BIOS, full power on my RX 580. Although, I haven't done much hardware tuning, since this is just on my test / benchmarking rig, which I prefer to have consistent results on for testing optimizations.


@brianmct, could you help me, please, with compilation source for windows https://github.com/brian112358/avermore-miner/issues/5

Replied on the Github issue.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: tome3000 on April 18, 2018, 11:50:43 AM
hi   well i have a problem  evrey few houres when the miner swich from my pool to dev pool   the miner just get stuck and wont recontect to my pool allwayes saying trying to reconect but it wont so i need to close the miner and start it agian .can you please fix it .
beside that it does make 10% more :)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: UrsaUrsa on April 18, 2018, 04:12:32 PM
Amazing work Brian, once again! Get some x17 in there so pornhub users can use your miner as well! :)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pooparknoty on April 18, 2018, 05:38:52 PM
hi   well i have a problem  evrey few houres when the miner swich from my pool to dev pool   the miner just get stuck and wont recontect to my pool allwayes saying trying to reconect but it wont so i need to close the miner and start it agian .can you please fix it .
beside that it does make 10% more :)

I have the same issue, gets stuck after switching to dev pool, unusable in current state... stops every couple hours.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 18, 2018, 07:04:05 PM
hi   well i have a problem  evrey few houres when the miner swich from my pool to dev pool   the miner just get stuck and wont recontect to my pool allwayes saying trying to reconect but it wont so i need to close the miner and start it agian .can you please fix it .
beside that it does make 10% more :)

I have the same issue, gets stuck after switching to dev pool, unusable in current state... stops every couple hours.

Most people using it don't seem to have this issue; seems like it might be a problem with certain pools / network configurations. Trying to gather some more data to debug the issue; if you could provide any of the following info, it would be super useful:

- Pool you're mining on

- Logs with the pool switching issue (Run the miner with "-L log.txt" and DM me the log file)

- OS


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: KL0nLutiy1 on April 18, 2018, 08:53:11 PM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: bubbAJoe on April 19, 2018, 12:26:36 AM
hi   well i have a problem  evrey few houres when the miner swich from my pool to dev pool   the miner just get stuck and wont recontect to my pool allwayes saying trying to reconect but it wont so i need to close the miner and start it agian .can you please fix it .
beside that it does make 10% more :)

Instead of using your pool url, use it's IP address in the .bat file and see if that fixes the issue.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: P00P135 on April 19, 2018, 01:44:32 AM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster

lol ok dude.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: -Lani- on April 19, 2018, 05:05:51 AM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster



For 1% ?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: nitrobg on April 19, 2018, 06:50:25 AM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster

Sure buddy. (https://github.com/KL0nLutiy/sgminer-gm-x16r/commit/77dd556319b6d3f06f7e83cc8ef7a7c01e02042d#diff-ccb83336fe4e8722c874e79c5c4c4dddL9479) You can get out now.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: KL0nLutiy1 on April 19, 2018, 09:05:45 AM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster

Sure buddy. (https://github.com/KL0nLutiy/sgminer-gm-x16r/commit/77dd556319b6d3f06f7e83cc8ef7a7c01e02042d#diff-ccb83336fe4e8722c874e79c5c4c4dddL9479) You can get out now.

Actually it is open source and you could change whatever you don't like and compile it  :) And now it easier because you can do it in Visual Studio


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on April 19, 2018, 11:46:26 AM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster

Sure buddy. (https://github.com/KL0nLutiy/sgminer-gm-x16r/commit/77dd556319b6d3f06f7e83cc8ef7a7c01e02042d#diff-ccb83336fe4e8722c874e79c5c4c4dddL9479) You can get out now.

Actually it is open source and you could change whatever you don't like and compile it  :) And now it easier because you can do it in Visual Studio

Even if only for making it compile in VS, you do deserve credit :)

Haven't tested the miner yet, though...


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: nitrobg on April 19, 2018, 01:15:35 PM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster

Sure buddy. (https://github.com/KL0nLutiy/sgminer-gm-x16r/commit/77dd556319b6d3f06f7e83cc8ef7a7c01e02042d#diff-ccb83336fe4e8722c874e79c5c4c4dddL9479) You can get out now.

Actually it is open source and you could change whatever you don't like and compile it  :) And now it easier because you can do it in Visual Studio

Does wrapping everything in a VS project and copying other people's kernel work justify completely removing Brian's fee? How would you feel if I removed YOUR fee and put back Brian's? Nobody uses your miner anyway, so I'd rather donate the original author instead of you.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: KL0nLutiy1 on April 19, 2018, 01:31:29 PM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster

Sure buddy. (https://github.com/KL0nLutiy/sgminer-gm-x16r/commit/77dd556319b6d3f06f7e83cc8ef7a7c01e02042d#diff-ccb83336fe4e8722c874e79c5c4c4dddL9479) You can get out now.

Actually it is open source and you could change whatever you don't like and compile it  :) And now it easier because you can do it in Visual Studio

Does wrapping everything in a VS project and copying other people's kernel work justify completely removing Brian's fee? How would you feel if I removed YOUR fee and put back Brian's? Nobody uses your miner anyway, so I'd rather donate the original author instead of you.

I making it opensource, not like others: copy someones work and making private miners. You could use just Brian's miner or recompile mine with Brian's wallet. I am a very newbie in making miners. It is my first experience. I just want to have a motivation to learning in this area. You are right that almost nobody using my miner. But if even one person will use, I know that my efforts are not in vain.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: KL0nLutiy1 on April 19, 2018, 09:59:01 PM
Add some kernels to my fork: https://github.com/KL0nLutiy/sgminer-gm-x16r/releases/tag/5.5.5-x16r-2, now it is 2-4% faster than previous release


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Ladydoge on April 22, 2018, 12:17:27 AM
I like this miner, but it's sad that it isn't compatible with mining rental services. Avermore doesn't switch from dev pool to mining rental pool when there's no work on that pool available (doesn't get into idle state).


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: itsradchad on April 22, 2018, 04:25:37 PM
Is it possible to change the difficulty? I've got an AMD card running Avermore, and Nvidia running RavenMiner. Both these cards get the same hashrate, but because of the pool difficulty, my AMD isn't producing shares. RavenMiner let me override the difficulty, and it's sitting where I want it to. Just need that on this end now.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on April 22, 2018, 06:59:34 PM
Is it possible to change the difficulty? I've got an AMD card running Avermore, and Nvidia running RavenMiner. Both these cards get the same hashrate, but because of the pool difficulty, my AMD isn't producing shares. RavenMiner let me override the difficulty, and it's sitting where I want it to. Just need that on this end now.

yiimp type pools (like ravenminer.com) support setting difficulty in the password field with "d=xxx" and usually you don't need to set it in the miner


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: itsradchad on April 22, 2018, 10:54:52 PM
Is it possible to change the difficulty? I've got an AMD card running Avermore, and Nvidia running RavenMiner. Both these cards get the same hashrate, but because of the pool difficulty, my AMD isn't producing shares. RavenMiner let me override the difficulty, and it's sitting where I want it to. Just need that on this end now.

yiimp type pools (like ravenminer.com) support setting difficulty in the password field with "d=xxx" and usually you don't need to set it in the miner

Thanks for the tip!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 24, 2018, 12:39:35 AM
Hey everyone,

I just made a new release: Avermore v1.2 (https://github.com/brian112358/avermore-miner/releases/tag/v1.2)

Made some major improvements to the Hamsi kernel (+35%), with a 4% improvement in the overall average hashrate.

I'm now getting 7.8-8 MH/s average on my test rig's RX580 (up from 7.5 MH/s).

As always, feedback and reporting of issues is highly appreciated.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: mk111 on April 24, 2018, 07:35:46 AM
Hey everyone,

I just made a new release: Avermore v1.2 (https://github.com/brian112358/avermore-miner/releases/tag/v1.2)

Made some major improvements to the Hamsi kernel (+35%), with a 4% improvement in the overall average hashrate.

I'm now getting 7.8-8 MH/s average on my test rig's RX580 (up from 7.5 MH/s).

As always, feedback and reporting of issues is highly appreciated.

Great thank you!
Good to see someone spending time on optimizing X16r for AMD.
Next please optimize AMD Vega :D


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on April 24, 2018, 02:53:06 PM
strange, but I actually get lower rates with 1.2 on RX480 8G with Uber 3.1 mem timings
(running with  -g 2 -w 64 -X 256 --benchmark)

X16r    Avermore-1.1    8.4 mh
X16r    Avermore-1.2    7.743 mh

X16s    Avermore-1.1    8.366 mh
X16s    Avermore-1.2    7.711 mh


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: tome3000 on April 24, 2018, 04:34:12 PM
Hey everyone,

I just made a new release: Avermore v1.2 (https://github.com/brian112358/avermore-miner/releases/tag/v1.2)

Made some major improvements to the Hamsi kernel (+35%), with a 4% improvement in the overall average hashrate.

I'm now getting 7.8-8 MH/s average on my test rig's RX580 (up from 7.5 MH/s).

As always, feedback and reporting of issues is highly appreciated.

Great thank you!
Good to see someone spending time on optimizing X16r for AMD.
Next please optimize AMD Vega :D

yes vega all the way  / with vega frontair i get 13mh avg  .now i wiil test 1.2 and see for improvment.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: itsradchad on April 24, 2018, 04:37:11 PM
Pool-side, I'm getting way under my shown hashrate in Avermore. For instance, currently, Avermore is showing 5.6mh/s but my pool is showing 2.7mh/s. I see this often, though I've never seen my miner go that low. This isn't happening with my Nvidia miners on the same pool.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MinedTangerine on April 24, 2018, 05:59:06 PM
Pool-side, I'm getting way under my shown hashrate in Avermore. For instance, currently, Avermore is showing 5.6mh/s but my pool is showing 2.7mh/s. I see this often, though I've never seen my miner go that low. This isn't happening with my Nvidia miners on the same pool.

Check valid share percentage.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: itsradchad on April 24, 2018, 07:26:07 PM
Pool-side, I'm getting way under my shown hashrate in Avermore. For instance, currently, Avermore is showing 5.6mh/s but my pool is showing 2.7mh/s. I see this often, though I've never seen my miner go that low. This isn't happening with my Nvidia miners on the same pool.

Check valid share percentage.

I'm not getting any rejections, if that's what you're asking.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 25, 2018, 07:45:32 AM
strange, but I actually get lower rates with 1.2 on RX480 8G with Uber 3.1 mem timings
(running with  -g 2 -w 64 -X 256 --benchmark)

X16r    Avermore-1.1    8.4 mh
X16r    Avermore-1.2    7.743 mh

X16s    Avermore-1.1    8.366 mh
X16s    Avermore-1.2    7.711 mh

Interesting. Can you compare the Hamsi kernel hashrates between 1.1 and 1.2? (run with --benchmark-sequence=BBBBBBBBBBBBBBBB). It's possible some of the changes I made caused regressions in cards other than the RX580.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on April 25, 2018, 07:59:59 AM
strange, but I actually get lower rates with 1.2 on RX480 8G with Uber 3.1 mem timings
(running with  -g 2 -w 64 -X 256 --benchmark)

X16r    Avermore-1.1    8.4 mh
X16r    Avermore-1.2    7.743 mh

X16s    Avermore-1.1    8.366 mh
X16s    Avermore-1.2    7.711 mh

Interesting. Can you compare the Hamsi kernel hashrates between 1.1 and 1.2? (run with --benchmark-sequence=BBBBBBBBBBBBBBBB). It's possible some of the changes I made caused regressions in cards other than the RX580.

exits immediately when I use --benchmark-sequence=anything (even 0123456789ABCDEF) in both 1.1 and 1.2

edit:
I also noticed that I'm hitting the thermal card power limit and it starts throttling
in 1.1 the GPU clock gets throttled to ~1200Mhz and temperature stays around 80c, so it can probably reach even higher speeds with better cooling
in 1.2 the GPU clock is ~1300Mhz and temperature is ~75c

580 is basically the same card, with slightly higher clocks, so should perform similarly


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 25, 2018, 08:47:58 AM
strange, but I actually get lower rates with 1.2 on RX480 8G with Uber 3.1 mem timings
(running with  -g 2 -w 64 -X 256 --benchmark)

X16r    Avermore-1.1    8.4 mh
X16r    Avermore-1.2    7.743 mh

X16s    Avermore-1.1    8.366 mh
X16s    Avermore-1.2    7.711 mh

Interesting. Can you compare the Hamsi kernel hashrates between 1.1 and 1.2? (run with --benchmark-sequence=BBBBBBBBBBBBBBBB). It's possible some of the changes I made caused regressions in cards other than the RX580.

exits immediately when I use --benchmark-sequence=anything (even 0123456789ABCDEF) in both 1.1 and 1.2

edit:
I also noticed that I'm hitting the thermal card power limit and it starts throttling
in 1.1 the GPU clock gets throttled to ~1200Mhz and temperature stays around 80c, so it can probably reach even higher speeds with better cooling
in 1.2 the GPU clock is ~1300Mhz and temperature is ~75c

580 is basically the same card, with slightly higher clocks, so should perform similarly

I'll take a look into why --benchmark-sequence isn't working on Windows.

I did some testing on my test rig, and the results are weird.

The Hamsi kernel, when benchmarked by itself (i.e. repeated 16 times), is indeed 35% faster on 1.2 compared to 1.1 (4.2 MHs -> 5.7 MHs). Also, when I benchmark the rest of the algos (0123456789ACDEF), the hashrates are the same between the two versions (as expected, since the only change was with the Hamsi kernel).

However, when I test running all of the algos (0123456789ABCDEF), v1.1 is indeed slightly faster than v1.2 (7.9 MHs vs 7.7 MHs). I'm a bit stumped right now on why this would be the case. So anyways; if you're getting better results on v1.1, then stick with that version for now. I'll see if I can get a patch to v1.2 to address this issue.

All tests were done with -g 2 -w 64 -X 64, by the way. Found this to be the optimal xIntensity on my RX580. When running with -X 256, v1.2 did beat out v1.1 (7.1 MHs vs 6.8 MHs), but both were slower than with -X 64.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pigseye on April 26, 2018, 05:02:32 AM
Hi Brian,
Great miner. 

Question, What does the -w 64 command do?  Should we be adjusting this or do you have guidelines on how to adjust it for max hash rate?

Thanks



Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on April 26, 2018, 07:24:39 AM
Hi Brian,
Great miner. 

Question, What does the -w 64 command do?  Should we be adjusting this or do you have guidelines on how to adjust it for max hash rate?

Thanks



its worksize, and and it might give you different results with different numbers (can try 128 / 256), but in general 64 usually works best for most algos on amd


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pigseye on April 27, 2018, 03:31:46 AM
Hi Brian,
Great miner. 

Question, What does the -w 64 command do?  Should we be adjusting this or do you have guidelines on how to adjust it for max hash rate?

Thanks



its worksize, and and it might give you different results with different numbers (can try 128 / 256), but in general 64 usually works best for most algos on amd

Thanks for the tips!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pigseye on April 27, 2018, 03:35:39 AM
Hi All,
Another question.  I seem to get the highest and most consistent hash rate from 1.0.  My hashrate for 1.1 is significantly lower than 1.0.

I've got a 12 card system with 6-580s, 3-570s, 2-480s, and a R9290.

I obviously do not use -g 2 because of the 12 cards but have tried different intensities from 64 to 512 and 1.0 comes out on top.

Any explanation?

Thanks!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 27, 2018, 04:14:23 AM
Hi All,
Another question.  I seem to get the highest and most consistent hash rate from 1.0.  My hashrate for 1.1 is significantly lower than 1.0.

I've got a 12 card system with 6-580s, 3-570s, 2-480s, and a R9290.

I obviously do not use -g 2 because of the 12 cards but have tried different intensities from 64 to 512 and 1.0 comes out on top.

Any explanation?

Thanks!


1.1 and 1.0 should be identical when it comes to x16r/x16s; I just added xevan support for RX cards in 1.1.

Make sure when you're comparing hashrates you either average for a few hours, or use the --benchmark flag. X16R hashrates will vary a lot depending on the current block's hash sequence.


If you have 12 cards on the same rig, you can try splitting up the cards into two instances of Avermore (using the -d flag) to get around the 13-thread limit.

On the first instance of Avermore, run with -d 0,1,2,3,4,5 and on the second, run -d 6,7,8,9,10,11. This should allow you to run the miner with -g 2, which should get you better hashrates.

Let me know how it goes.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: CryptoDocker on April 27, 2018, 04:27:01 AM
brianmct any chance you can give us the commands to manually update Avermore in Hive OS to the newer version? Would like to help test it but im terrible in linux


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on April 27, 2018, 05:22:39 AM
brianmct any chance you can give us the commands to manually update Avermore in Hive OS to the newer version? Would like to help test it but im terrible in linux

I wrote up a guide for how to manually update Avermore in HiveOS here (https://github.com/brian112358/avermore-miner/wiki/HiveOS-Manual-Installation).


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: CryptoDocker on April 27, 2018, 06:48:28 AM
brianmct any chance you can give us the commands to manually update Avermore in Hive OS to the newer version? Would like to help test it but im terrible in linux

I wrote up a guide for how to manually update Avermore in HiveOS here (https://github.com/brian112358/avermore-miner/wiki/HiveOS-Manual-Installation).

Your the best! Thanks for that


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: tome3000 on April 27, 2018, 04:55:32 PM
hi nice pepole 
can someone help set a fail over for this ?  . tried the folowing with no luck :

my bat  : sgminer.exe --gpu-platform=2 --config failover.conf  -w 64 -g 2 -X 256 --no-submit-stale
my conf :
 {
 "pools": [
   {
     "name": "Raven minepool",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://minepool.com:3636",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   },
   {
     "name": "Raven Yiimp",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://yiimp.eu:3666",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   },
   {
     "name": "Mining Panda",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://miningpanda.site:3666",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   }
 ],
 "api-port": "4028",
 "failover-only": true
}





Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pigseye on April 30, 2018, 12:51:08 AM
Hi All,
Another question.  I seem to get the highest and most consistent hash rate from 1.0.  My hashrate for 1.1 is significantly lower than 1.0.

I've got a 12 card system with 6-580s, 3-570s, 2-480s, and a R9290.

I obviously do not use -g 2 because of the 12 cards but have tried different intensities from 64 to 512 and 1.0 comes out on top.

Any explanation?

Thanks!


1.1 and 1.0 should be identical when it comes to x16r/x16s; I just added xevan support for RX cards in 1.1.

Make sure when you're comparing hashrates you either average for a few hours, or use the --benchmark flag. X16R hashrates will vary a lot depending on the current block's hash sequence.


If you have 12 cards on the same rig, you can try splitting up the cards into two instances of Avermore (using the -d flag) to get around the 13-thread limit.

On the first instance of Avermore, run with -d 0,1,2,3,4,5 and on the second, run -d 6,7,8,9,10,11. This should allow you to run the miner with -g 2, which should get you better hashrates.

Let me know how it goes.

This is a great idea.  Duh!  I could have thought of that. 

I'll give it a try tonight and get back to you.  Thanks!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: hammuh on April 30, 2018, 01:36:30 AM
hi nice pepole 
can someone help set a fail over for this ?  . tried the folowing with no luck :

my bat  : sgminer.exe --gpu-platform=2 --config failover.conf  -w 64 -g 2 -X 256 --no-submit-stale
my conf :
 {
 "pools": [
   {
     "name": "Raven minepool",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://minepool.com:3636",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   },
   {
     "name": "Raven Yiimp",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://yiimp.eu:3666",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   },
   {
     "name": "Mining Panda",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://miningpanda.site:3666",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   }
 ],
 "api-port": "4028",
 "failover-only": true
}


Maybe try a password like "c=RVN"?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: LovellaSai on May 01, 2018, 09:11:58 PM
I am sincerely looking forward to using this as my new thing and it’ll be a good thing.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Bwtmn7 on May 02, 2018, 11:04:48 PM
Brian do you think you could optimize for Fiji because im only getting 5.5MH/s with OC at 1150 /500 no bios mod


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: wtfonly16 on May 03, 2018, 10:07:26 AM
only 5.5mh/s on 570.. two threads tried 64,96,128,256,512,768,896,1024 various restarts still same hashrate...

sometimes all dip to 3.9 for no reason at all...


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: tome3000 on May 03, 2018, 02:25:26 PM
hi nice pepole 
can someone help set a fail over for this ?  . tried the folowing with no luck :

my bat  : sgminer.exe --gpu-platform=2 --config failover.conf  -w 64 -g 2 -X 256 --no-submit-stale
my conf :
 {
 "pools": [
   {
     "name": "Raven minepool",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://minepool.com:3636",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   },
   {
     "name": "Raven Yiimp",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://yiimp.eu:3666",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   },
   {
     "name": "Mining Panda",
     "nfactor": "10",
     "algorithm": "x16r",
     "quota": "1;stratum+tcp://miningpanda.site:3666",
     "user": "RFBMCANQkBpd6KRiTFizuf59TCZNUv8GbC.VegaFrontier",
     "pass":
   }
 ],
 "api-port": "4028",
 "failover-only": true
}


Maybe try a password like "c=RVN"?
.

no  still does not work  any other idea?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MoNTE48 on May 03, 2018, 02:56:53 PM
Did a fork of this miner https://github.com/KL0nLutiy/sgminer-gm-x16r, must be 1-2% faster
Hi, friend. I use Ubuntu (HiveOS).
You can compile your miner for linux? Big thank you!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pubmongrelT on May 03, 2018, 05:51:47 PM
You can set up this at regular AMDs if you have the 18.3.4 drives in your system.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: equestrianbucking on May 04, 2018, 09:47:04 PM
It is really good to see someone stating the optimised AMD miner for the Raven. 


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Bare on May 04, 2018, 11:07:28 PM
Does this miner support older hawaii (390/290) and fiji (fury/nano) cards?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on May 04, 2018, 11:08:26 PM
Avermore version 1.3 (https://github.com/brian112358/avermore-miner/releases/tag/v1.3):
  • Significant optimizations to Skein (+80%), Blake, (+65%), and Keccak (+40%), for an overall 3.5-4% increase in hashrate.
  • Dev pool switching is now much less disruptive (no longer reinitializes GPU threads). This should fix an issue where GPUs would occasionally go DEAD upon dev pool switch.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on May 04, 2018, 11:10:21 PM
Does this miner support older hawaii (390/290) and fiji (fury/nano) cards?

I've had people run Avermore on both Hawaii and Fiji cards successfully, so they should both work. You might need to play around with the worksize (-w, default 64) and xIntensity (-X) a little for best performance. See the Optimizing Hashrate (https://github.com/brian112358/avermore-miner/wiki/Optimizing-Hashrate) for tips on tweaking these parameters.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Iamtutut on May 05, 2018, 08:08:15 AM
Please users, what's your hashrate with RX 570 and ETH bios (usually 1150 core 2050-2150 mem) ? Thanks


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: CryptoDocker on May 05, 2018, 08:12:34 AM
Please users, what's your hashrate with RX 570 and ETH bios (usually 1150 core 2050-2150 mem) ? Thanks

Go with a higher clock and keep memory to stock


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Iamtutut on May 05, 2018, 09:14:24 AM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: FloppyPurpleGherkin on May 05, 2018, 09:24:41 AM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Iamtutut on May 05, 2018, 10:20:32 AM
Thanks


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: pigseye on May 08, 2018, 02:29:44 AM
What hash range are people seeing with RX580?  I really do not see 7 or 8 for any length of time.   

At stock settings of core and mem, -5 power level, 256 difficulty, no -g option (see below), I'm seeing 6.0 to 7.1. 
I'm going to let it run overnight at difficulty 320 to see where that lands.


Also, with version 1.3, -g 2 does not work for me with my 11 cards when I use the -d option with 6 cards or less.  SGMiner crashes while it's building the bin file.  The -g option did work with 1.2 but I didn't really see an improvement in hash rate.  I'm only running a celeron could that be an issue?

Thanks





Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on May 09, 2018, 07:37:40 AM
Avermore version 1.4: (https://github.com/brian112358/avermore-miner/releases/tag/v1.4)
  • Optimizations to whirlpool (+65%), bmw (+50%), and echo (+3%) kernels for an overall 6% speedup in x16


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 09, 2018, 09:26:10 AM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on May 09, 2018, 07:57:47 PM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 09, 2018, 08:16:26 PM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.

heck no, not on pricing and the performacr on other algos, and what about the 8gb 580s 7 to 8 mhs on raven
is total trash when it can get 32 mhs eth , 950 on xmr

vs 24 max and 500 max for the 1060 6gb card which doesn’t eveb have and 8gb variant.

the 1070 might be higer end but there is a reason 570 and 580s cost $100 more (8gb) than the 1060s.

32 cores vs 36 cores for the 570 580 comparison is not much of a difference.  My 570s nitros havecthe same memory as the 580s and within 1% of the same hash rates given the same clocks or memory straps

face it these coppied x16 kernels are trash , better to mine eth or xmr for now with kernels that were designed for Opencl


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Iamtutut on May 09, 2018, 08:30:56 PM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.

How much is a 1070 ? A RX 570 is less than 300€. GTX 1070 is minimum 150€ (conservative figure) more expensive.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on May 09, 2018, 09:18:03 PM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.


heck no, not on pricing and the performacr on other algos, and what about the 8gb 580s 7 to 8 mhs on raven
is total trash when it can get 32 mhs eth , 950 on xmr

vs 24 max and 500 max for the 1060 6gb card which doesn’t eveb have and 8gb variant.

the 1070 might be higer end but there is a reason 570 and 580s cost $100 more (8gb) than the 1060s.

32 cores vs 36 cores for the 570 580 comparison is not much of a difference.  My 570s nitros havecthe same memory as the 580s and within 1% of the same hash rates given the same clocks or memory straps

face it these coppied x16 kernels are trash , better to mine eth or xmr for now with kernels that were designed for Opencl

The cheapest 6 GB GTX 1060s on newegg are about the same price as the cheapest 4GB RX 580s and about $25 less then the 8Gb RX 480 --- a difference, but not $100 at this point in time.  The GTX 1070 is scarce even at $500 so it's pointless to be comparing it to a RX 580 let alone a Rx 570 right now.

I agree with you that the AMD RX series does "better" on Ethhash, I disagree with comparing video cards from completely different price segments.  Anyways, we aren't mining Ethhash, Cryptonight7, or X16r on our remaining AMD rigs now as there are more profitable options for daily gains.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on May 09, 2018, 09:21:11 PM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.

heck no, not on pricing and the performacr on other algos, and what about the 8gb 580s 7 to 8 mhs on raven
is total trash when it can get 32 mhs eth , 950 on xmr

vs 24 max and 500 max for the 1060 6gb card which doesn’t eveb have and 8gb variant.

the 1070 might be higer end but there is a reason 570 and 580s cost $100 more (8gb) than the 1060s.

32 cores vs 36 cores for the 570 580 comparison is not much of a difference.  My 570s nitros havecthe same memory as the 580s and within 1% of the same hash rates given the same clocks or memory straps

face it these coppied x16 kernels are trash , better to mine eth or xmr for now with kernels that were designed for Opencl

This is somewhat of an unfair comparison. Nvidia x16r CUDA miners have had years of work put into them in optimizing their individual kernels, while sgminer has been more or less abandoned for the past few years. So, I'm basically starting from scratch in terms of optimizations for AMD. There's a lot of room to cover, since there are 16 different algorithms that need to be optimized, and simply optimizing one of them does not affect the average that much.

The more optimistic way to look at this is that there's a lot more room for improvement for better x16r performance on AMD cards. I've improved the hashrate by around 20% from the next best x16 miner, and 10% from version 1.0 to 1.4. Even with the current performance of Avermore, Raven is one of the most profitable coins to mine on WhatToMine right now for AMD cards. Profitability will go up as the kernels get more optimized.

If you don't like the miner, no one's forcing you to use it. But I would really appreciate it if you didn't insult / dismiss the dozens of hours of work I have put into making x16r and x16s mining better for AMD miners.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 09, 2018, 09:51:55 PM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.


heck no, not on pricing and the performacr on other algos, and what about the 8gb 580s 7 to 8 mhs on raven
is total trash when it can get 32 mhs eth , 950 on xmr

vs 24 max and 500 max for the 1060 6gb card which doesn’t eveb have and 8gb variant.

the 1070 might be higer end but there is a reason 570 and 580s cost $100 more (8gb) than the 1060s.

32 cores vs 36 cores for the 570 580 comparison is not much of a difference.  My 570s nitros havecthe same memory as the 580s and within 1% of the same hash rates given the same clocks or memory straps

face it these coppied x16 kernels are trash , better to mine eth or xmr for now with kernels that were designed for Opencl

The cheapest 6 GB GTX 1060s on newegg are about the same price as the cheapest 4GB RX 580s and about $25 less then the 8Gb RX 480 --- a difference, but not $100 at this point in time.  The GTX 1070 is scarce even at $500 so it's pointless to be comparing it to a RX 580 let alone a Rx 570 right now.

I agree with you that the AMD RX series does "better" on Ethhash, I disagree with comparing video cards from completely different price segments.  Anyways, we aren't mining Ethhash, Cryptonight7, or X16r on our remaining AMD rigs now as there are more profitable options for daily gains.
thats all Im saying, with the current state of 16x mining its pointless to mine x16 vs other opencl options since the kernels are optimized.  I get the op is trying to fix this but charging a fee for software that is not even fully developed
seems scammy.

Why dont u optmize the kernals and provide performance within 80 % at least of a 1070 or 100% on par with a 1060 before charging a 2% fee


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Bwtmn7 on May 09, 2018, 11:07:04 PM
Does this miner support older hawaii (390/290) and fiji (fury/nano) cards?
it does but it seems now fiji improved slighly with the latest
I wonder if Brian you could optimize for GCN 2(Hawaii) and GCN3(Fiji) on Xevan?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 74hawksfan on May 09, 2018, 11:59:39 PM
Have some strange thing going on where every time I boot up the miner I have to delete the .bin file, otherwise it does the "stopped working" windows things.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: bluspirit on May 10, 2018, 02:28:02 AM
Have some strange thing going on where every time I boot up the miner I have to delete the .bin file, otherwise it does the "stopped working" windows things.

During test of v1.4 after a few seconds from compiling kernel happened also to me.  Maybe it depends on greedly  OC / UV or too aggressive intensity. Now I have found a stable configuration (probably not the best) and average hashrate has improved compared to v.1.1 (from 0.5 Mh to 1 Mh per card ).


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: mutual.consent on May 10, 2018, 03:54:21 AM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.


heck no, not on pricing and the performacr on other algos, and what about the 8gb 580s 7 to 8 mhs on raven
is total trash when it can get 32 mhs eth , 950 on xmr

vs 24 max and 500 max for the 1060 6gb card which doesn’t eveb have and 8gb variant.

the 1070 might be higer end but there is a reason 570 and 580s cost $100 more (8gb) than the 1060s.

32 cores vs 36 cores for the 570 580 comparison is not much of a difference.  My 570s nitros havecthe same memory as the 580s and within 1% of the same hash rates given the same clocks or memory straps

face it these coppied x16 kernels are trash , better to mine eth or xmr for now with kernels that were designed for Opencl

The cheapest 6 GB GTX 1060s on newegg are about the same price as the cheapest 4GB RX 580s and about $25 less then the 8Gb RX 480 --- a difference, but not $100 at this point in time.  The GTX 1070 is scarce even at $500 so it's pointless to be comparing it to a RX 580 let alone a Rx 570 right now.

I agree with you that the AMD RX series does "better" on Ethhash, I disagree with comparing video cards from completely different price segments.  Anyways, we aren't mining Ethhash, Cryptonight7, or X16r on our remaining AMD rigs now as there are more profitable options for daily gains.
thats all Im saying, with the current state of 16x mining its pointless to mine x16 vs other opencl options since the kernels are optimized.  I get the op is trying to fix this but charging a fee for software that is not even fully developed
seems scammy.

Why dont u optmize the kernals and provide performance within 80 % at least of a 1070 or 100% on par with a 1060 before charging a 2% fee

Reread the OP - it's a 1% not 2% fee and if you don't feel this miner is worthwhile then consider that no software is ever "fully developed" and the x16 series might be the only algos that will remain unexploited by FPGAs and ASICs in 2018. AMD cards could be worthless for mining in the next few months if not for a broader range of mining support outside of Ethash and CN.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 10, 2018, 05:11:03 AM
Thanks, but that's not my question, i'd like to know the hashrate of RX 570 with an ETH bios.

6-8 mh/s
thats like the speed of a 1060 for comparison
1070s get 11mhs and 1070ti like 15

these amd miners need a fully rebuilt and optimized kernel not just a copy paste

you amd miners paying a fee to mine at the same speed as a 1060 need to stop and got mine xmr
 and buy raven if you have to lol

An Rx 570 is comparable to a GTX 1060 as a lower end/mainstream gaming video card. A GTX 1070 is a whole market level higher, both for gaming and mining.


heck no, not on pricing and the performacr on other algos, and what about the 8gb 580s 7 to 8 mhs on raven
is total trash when it can get 32 mhs eth , 950 on xmr

vs 24 max and 500 max for the 1060 6gb card which doesn’t eveb have and 8gb variant.

the 1070 might be higer end but there is a reason 570 and 580s cost $100 more (8gb) than the 1060s.

32 cores vs 36 cores for the 570 580 comparison is not much of a difference.  My 570s nitros havecthe same memory as the 580s and within 1% of the same hash rates given the same clocks or memory straps

face it these coppied x16 kernels are trash , better to mine eth or xmr for now with kernels that were designed for Opencl

The cheapest 6 GB GTX 1060s on newegg are about the same price as the cheapest 4GB RX 580s and about $25 less then the 8Gb RX 480 --- a difference, but not $100 at this point in time.  The GTX 1070 is scarce even at $500 so it's pointless to be comparing it to a RX 580 let alone a Rx 570 right now.

I agree with you that the AMD RX series does "better" on Ethhash, I disagree with comparing video cards from completely different price segments.  Anyways, we aren't mining Ethhash, Cryptonight7, or X16r on our remaining AMD rigs now as there are more profitable options for daily gains.
thats all Im saying, with the current state of 16x mining its pointless to mine x16 vs other opencl options since the kernels are optimized.  I get the op is trying to fix this but charging a fee for software that is not even fully developed
seems scammy.

Why dont u optmize the kernals and provide performance within 80 % at least of a 1070 or 100% on par with a 1060 before charging a 2% fee

Reread the OP - it's a 1% not 2% fee and if you don't feel this miner is worthwhile then consider that no software is ever "fully developed" and the x16 series might be the only algos that will remain unexploited by FPGAs and ASICs in 2018. AMD cards could be worthless for mining in the next few months if not for a broader range of mining support outside of Ethash and CN.
1% is better than 2% but still high imo, amd will always be kings of xmr
so I xmr will always be am option for amd, it would be nice to have a good xr16 miner for amd
but im not paying any damn fee until its atleast competitive with a 1060 for the rx series


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Iamtutut on May 10, 2018, 05:52:07 PM


Why dont u optmize the kernals and provide performance within 80 % at least of a 1070 or 100% on par with a 1060 before charging a 2% fee

Are you kidding ? If it was that easy, there will be several X16 / X17 miners available. When you work on something and people make money with, you deserve to get paid.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on May 10, 2018, 08:49:06 PM

but im not paying any damn fee until its atleast competitive with a 1060 for the rx series

It already is competitive - you get 6-8 Mh/s with a Rx 570-580 and the same for a GTX 1060 3GB-6GB. 


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 11, 2018, 12:16:16 AM

but im not paying any damn fee until its atleast competitive with a 1060 for the rx series

It already is competitive - you get 6-8 Mh/s with a Rx 570-580 and the same for a GTX 1060 3GB-6GB.  

an 8gb 580 is a slight more powerful card than a 1060
with good mem straps and oc a 580 should be like 9 imo


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Kaezar on May 11, 2018, 01:55:29 PM
What wrong with xevan for vega's GPU?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on May 11, 2018, 11:37:50 PM
What wrong with xevan for vega's GPU?

People trying to run xevan on Vega's were reporting hardware errors and no submitted shares. It's probably an issue with the new clang-based OpenCL compile stack for Vega cards miscompiling the kernels, but I don't have a Vega card of my own to test it on to try to fix the issue.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MahaBTC on May 12, 2018, 03:24:56 AM
I cant run Avermore


Avermore immediately closes after running the startup script
If you have an integrated or Nvidia GPU, you might need to set the OpenCL platform to AMD by setting --gpu-platform=N to 1 or 2
You need to install the MSVC 2017 x86 redistributables if you don't have it installed.
Try changing the set GPU_FORCE_64BIT_PTR=1 to set GPU_FORCE_64BIT_PTR=0 or vice-versa in your run script.


Tried all that, log txt:

[23:17:04] Started avermore 1.4.0
[23:17:04] * using Jansson 2.7
[23:17:18] Started avermore 1.4.0
[23:17:18] * using Jansson 2.7
[23:19:09] Started avermore 1.4.0
[23:19:09] * using Jansson 2.7
[23:19:13] Started avermore 1.4.0
[23:19:13] * using Jansson 2.7

Any ideas?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Kaezar on May 12, 2018, 06:48:06 PM
I cant run Avermore


Avermore immediately closes after running the startup script
If you have an integrated or Nvidia GPU, you might need to set the OpenCL platform to AMD by setting --gpu-platform=N to 1 or 2
You need to install the MSVC 2017 x86 redistributables if you don't have it installed.
Try changing the set GPU_FORCE_64BIT_PTR=1 to set GPU_FORCE_64BIT_PTR=0 or vice-versa in your run script.


Tried all that, log txt:

[23:17:04] Started avermore 1.4.0
[23:17:04] * using Jansson 2.7
[23:17:18] Started avermore 1.4.0
[23:17:18] * using Jansson 2.7
[23:19:09] Started avermore 1.4.0
[23:19:09] * using Jansson 2.7
[23:19:13] Started avermore 1.4.0
[23:19:13] * using Jansson 2.7

Any ideas?

Ideas after you config file. And what GPU model?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Kaezar on May 12, 2018, 06:53:05 PM
What wrong with xevan for vega's GPU?

People trying to run xevan on Vega's were reporting hardware errors and no submitted shares. It's probably an issue with the new clang-based OpenCL compile stack for Vega cards miscompiling the kernels, but I don't have a Vega card of my own to test it on to try to fix the issue.
How much time you need to understand situation with Vega's if you got a Vega?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MahaBTC on May 12, 2018, 07:36:16 PM

Ideas after you config file. And what GPU model?


sgminer.exe -k x16r -o stratum+tcp://us.ravenminer.com:5678 -u myrvnwallet -p worker1  -X 256 (also tried -X 64 same result)

This is a fresh Win10 install updated, redist installed, blockchain drivers XFX Core Black RX580 brand new out of the box with stock bios, installed in the pcie 16x slot...


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Kaezar on May 13, 2018, 06:26:18 AM

Ideas after you config file. And what GPU model?


sgminer.exe -k x16r -o stratum+tcp://us.ravenminer.com:5678 -u myrvnwallet -p worker1  -X 256 (also tried -X 64 same result)

This is a fresh Win10 install updated, redist installed, blockchain drivers XFX Core Black RX580 brand new out of the box with stock bios, installed in the pcie 16x slot...
1st. add
Quote
--log-file log-x16r.txt
after -X256 and look inside when starting miner.
2nd. the miner must compile a kernel for you GPU its may be more than 2-3 minutes up to 5. see  log-x16r.txt
3rd. try without -X256.
And  why you use blockchain drivers? it's does not matter but why? new adrenalin drivers is good performance and more flexible with playing with voltage and overclocks(for me).


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MahaBTC on May 13, 2018, 12:41:54 PM

Ideas after you config file. And what GPU model?


sgminer.exe -k x16r -o stratum+tcp://us.ravenminer.com:5678 -u myrvnwallet -p worker1  -X 256 (also tried -X 64 same result)

This is a fresh Win10 install updated, redist installed, blockchain drivers XFX Core Black RX580 brand new out of the box with stock bios, installed in the pcie 16x slot...
1st. add
Quote
--log-file log-x16r.txt
after -X256 and look inside when starting miner.
2nd. the miner must compile a kernel for you GPU its may be more than 2-3 minutes up to 5. see  log-x16r.txt
3rd. try without -X256.
And  why you use blockchain drivers? it's does not matter but why? new adrenalin drivers is good performance and more flexible with playing with voltage and overclocks(for me).


Already did in my first post and this is what I got:

[23:17:04] Started avermore 1.4.0
[23:17:04] * using Jansson 2.7
[23:17:18] Started avermore 1.4.0
[23:17:18] * using Jansson 2.7
[23:19:09] Started avermore 1.4.0
[23:19:09] * using Jansson 2.7
[23:19:13] Started avermore 1.4.0
[23:19:13] * using Jansson 2.7


Also tried new Adrenalin drivers, removed the X256... with "pause" as per example.bat gives me: Press any key to continue... if I hit any key just closes and without the "pause" simply closes down.

Thank you for your time helping me on this Kaezar


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on May 13, 2018, 06:02:12 PM

Ideas after you config file. And what GPU model?


sgminer.exe -k x16r -o stratum+tcp://us.ravenminer.com:5678 -u myrvnwallet -p worker1  -X 256 (also tried -X 64 same result)

This is a fresh Win10 install updated, redist installed, blockchain drivers XFX Core Black RX580 brand new out of the box with stock bios, installed in the pcie 16x slot...
1st. add
Quote
--log-file log-x16r.txt
after -X256 and look inside when starting miner.
2nd. the miner must compile a kernel for you GPU its may be more than 2-3 minutes up to 5. see  log-x16r.txt
3rd. try without -X256.
And  why you use blockchain drivers? it's does not matter but why? new adrenalin drivers is good performance and more flexible with playing with voltage and overclocks(for me).


Already did in my first post and this is what I got:

[23:17:04] Started avermore 1.4.0
[23:17:04] * using Jansson 2.7
[23:17:18] Started avermore 1.4.0
[23:17:18] * using Jansson 2.7
[23:19:09] Started avermore 1.4.0
[23:19:09] * using Jansson 2.7
[23:19:13] Started avermore 1.4.0
[23:19:13] * using Jansson 2.7


Also tried new Adrenalin drivers, removed the X256... with "pause" as per example.bat gives me: Press any key to continue... if I hit any key just closes and without the "pause" simply closes down.

Thank you for your time helping me on this Kaezar

If you join the Ravencoin community Discord (https://discord.gg/PtEnyvH) I can help you there. Much easier to provide tech support over chat than over BCT ;)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MrsDelish on May 14, 2018, 10:37:59 AM
If your mobo has a integrated iGPU that is active you probably need to specify what platform to use, like the Troubleshoot wiki says by adding :
Code:
 --gpu-platform 1
to your bat/sh file.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: MahaBTC on May 14, 2018, 08:55:34 PM
Thank You! Guys I got it fixed. It was an OpenCL problem, was nothing to do with the miner, just didn't realize that my gpuz was missing the opencl checkmark, now is fixed and mining flawlessly, thank you brianmct for providing a miner for the g'old AMD Troopers.  ;D


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 20, 2018, 02:26:12 AM
got my hands on a few furys nanos , what hash rate do those get ?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on May 21, 2018, 12:36:22 AM
got my hands on a few furys nanos , what hash rate do those get ?

I mined with this on one of our gaming rigs (with R9 Fury X) and it got around 7 Mh/s on x16s at stock clocks and 50% power limit. I don't remember what it was on xevan, but I can check it for if you like.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: SuppaHash on May 22, 2018, 03:35:24 AM
Nice work, good to see some love for AMDs, the hash rate is improving nicely after every release!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 23, 2018, 11:35:08 AM
got my hands on a few furys nanos , what hash rate do those get ?

I mined with this on one of our gaming rigs (with R9 Fury X) and it got around 7 Mh/s on x16s at stock clocks and 50% power limit. I don't remember what it was on xevan, but I can check it for if you like.

nice , why the low power limit tho ?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on May 23, 2018, 08:45:27 PM
got my hands on a few furys nanos , what hash rate do those get ?

I mined with this on one of our gaming rigs (with R9 Fury X) and it got around 7 Mh/s on x16s at stock clocks and 50% power limit. I don't remember what it was on xevan, but I can check it for if you like.

nice , why the low power limit tho ?

In most of the algorithms that I have tested the R9 Fury X gets 90% of the hashrate at 50% power as it does at 100% power. I'd rather take 90% performance at 170 watts then 340 watts for just 10% more.  Interestingly enough, it handles almost any game I've run at max settings (1080p) at 50% power too, so I just leave it at that power limit 24/7.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 24, 2018, 08:44:12 AM
got my hands on a few furys nanos , what hash rate do those get ?

I mined with this on one of our gaming rigs (with R9 Fury X) and it got around 7 Mh/s on x16s at stock clocks and 50% power limit. I don't remember what it was on xevan, but I can check it for if you like.

nice , why the low power limit tho ?

In most of the algorithms that I have tested the R9 Fury X gets 90% of the hashrate at 50% power as it does at 100% power. I'd rather take 90% performance at 170 watts then 340 watts for just 10% more.  Interestingly enough, it handles almost any game I've run at max settings (1080p) at 50% power too, so I just leave it at that power limit 24/7.
last time i played with eth power limit on my nanos it seems alot slower at 50 percent power lim,ill check zcash results which is what i mine atm


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: bluspirit on May 24, 2018, 06:21:43 PM
This happens with v1.4

https://imgur.com/JRzScD7 (https://imgur.com/JRzScD7)


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Cezarr on May 25, 2018, 11:19:55 PM
One of my card (random one) goes SICK and then DEAD, even if I don't OC any of them... Any idea?
using
sgminer -k x16s -o stratum+tcp://rushhourmining.com:3665 -u RVuwFCFN2t3k2CrqRMjn76cvacT3XZ28tU -p c=REEF -w 64 -X 192

Tried -X 128, -X 192, -X 256 and always one of cards goes SICK and then DEAD...


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 26, 2018, 12:40:18 AM
yeah miner is just not stable, i swiched all 20 of my nanos and a vega rig to it

even with low powertune and intensity , random sick dead cards


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: nyo_x on May 26, 2018, 06:39:51 PM
Yeah same problem with my vega cards


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 26, 2018, 07:09:03 PM
Yeah same problem with my vega cards

its been stable for a few days pretty much luck, on the vegas i set fan speed to 3000

the nanos just started to work. lol, powelimit get to -40 on nanos

one rig i had to use x128


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: msallak1 on May 27, 2018, 11:13:09 PM
strange, but I actually get lower rates with 1.2 on RX480 8G with Uber 3.1 mem timings
(running with  -g 2 -w 64 -X 256 --benchmark)

X16r    Avermore-1.1    8.4 mh
X16r    Avermore-1.2    7.743 mh

X16s    Avermore-1.1    8.366 mh
X16s    Avermore-1.2    7.711 mh

Interesting. Can you compare the Hamsi kernel hashrates between 1.1 and 1.2? (run with --benchmark-sequence=BBBBBBBBBBBBBBBB). It's possible some of the changes I made caused regressions in cards other than the RX580.

exits immediately when I use --benchmark-sequence=anything (even 0123456789ABCDEF) in both 1.1 and 1.2

edit:
I also noticed that I'm hitting the thermal card power limit and it starts throttling
in 1.1 the GPU clock gets throttled to ~1200Mhz and temperature stays around 80c, so it can probably reach even higher speeds with better cooling
in 1.2 the GPU clock is ~1300Mhz and temperature is ~75c

580 is basically the same card, with slightly higher clocks, so should perform similarly

I'll take a look into why --benchmark-sequence isn't working on Windows.

I did some testing on my test rig, and the results are weird.

The Hamsi kernel, when benchmarked by itself (i.e. repeated 16 times), is indeed 35% faster on 1.2 compared to 1.1 (4.2 MHs -> 5.7 MHs). Also, when I benchmark the rest of the algos (0123456789ACDEF), the hashrates are the same between the two versions (as expected, since the only change was with the Hamsi kernel).

However, when I test running all of the algos (0123456789ABCDEF), v1.1 is indeed slightly faster than v1.2 (7.9 MHs vs 7.7 MHs). I'm a bit stumped right now on why this would be the case. So anyways; if you're getting better results on v1.1, then stick with that version for now. I'll see if I can get a patch to v1.2 to address this issue.

All tests were done with -g 2 -w 64 -X 64, by the way. Found this to be the optimal xIntensity on my RX580. When running with -X 256, v1.2 did beat out v1.1 (7.1 MHs vs 6.8 MHs), but both were slower than with -X 64.
I can confirm that I got +8 mh/s with my MSI RX 580 MK2 Armor using stock settings, no bios mod or overclocking. I used these settings : -g 2 -w 64 -X 64  , miner version 1.4
https://i.imgur.com/V9GjWNF.png


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 29, 2018, 03:22:52 PM
strange, but I actually get lower rates with 1.2 on RX480 8G with Uber 3.1 mem timings
(running with  -g 2 -w 64 -X 256 --benchmark)

X16r    Avermore-1.1    8.4 mh
X16r    Avermore-1.2    7.743 mh

X16s    Avermore-1.1    8.366 mh
X16s    Avermore-1.2    7.711 mh

Interesting. Can you compare the Hamsi kernel hashrates between 1.1 and 1.2? (run with --benchmark-sequence=BBBBBBBBBBBBBBBB). It's possible some of the changes I made caused regressions in cards other than the RX580.

exits immediately when I use --benchmark-sequence=anything (even 0123456789ABCDEF) in both 1.1 and 1.2

edit:
I also noticed that I'm hitting the thermal card power limit and it starts throttling
in 1.1 the GPU clock gets throttled to ~1200Mhz and temperature stays around 80c, so it can probably reach even higher speeds with better cooling
in 1.2 the GPU clock is ~1300Mhz and temperature is ~75c

580 is basically the same card, with slightly higher clocks, so should perform similarly

I'll take a look into why --benchmark-sequence isn't working on Windows.

I did some testing on my test rig, and the results are weird.

The Hamsi kernel, when benchmarked by itself (i.e. repeated 16 times), is indeed 35% faster on 1.2 compared to 1.1 (4.2 MHs -> 5.7 MHs). Also, when I benchmark the rest of the algos (0123456789ACDEF), the hashrates are the same between the two versions (as expected, since the only change was with the Hamsi kernel).

However, when I test running all of the algos (0123456789ABCDEF), v1.1 is indeed slightly faster than v1.2 (7.9 MHs vs 7.7 MHs). I'm a bit stumped right now on why this would be the case. So anyways; if you're getting better results on v1.1, then stick with that version for now. I'll see if I can get a patch to v1.2 to address this issue.

All tests were done with -g 2 -w 64 -X 64, by the way. Found this to be the optimal xIntensity on my RX580. When running with -X 256, v1.2 did beat out v1.1 (7.1 MHs vs 6.8 MHs), but both were slower than with -X 64.
I can confirm that I got +8 mh/s with my MSI RX 580 MK2 Armor using stock settings, no bios mod or overclocking. I used these settings : -g 2 -w 64 -X 64  , miner version 1.4
https://i.imgur.com/V9GjWNF.png

-G 2 does not work on systems with more than six cards , whats another option for that ?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on May 29, 2018, 03:54:34 PM
-G 2 does not work on systems with more than six cards , whats another option for that ?

2 instances of sgminer


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on May 29, 2018, 06:22:59 PM
-G 2 does not work on systems with more than six cards , whats another option for that ?

2 instances of sgminer

tried that it just crashes

I also had the line -d 0,1,2,3

to try and start the first instance


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 4ward on May 29, 2018, 07:42:59 PM
-G 2 does not work on systems with more than six cards , whats another option for that ?

2 instances of sgminer

tried that it just crashes

I also had the line -d 0,1,2,3

to try and start the first instance
and the second with -d 4,5.. ?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: brianmct on June 03, 2018, 06:01:51 PM
Avermore miner v1.4.1:
  • Optimizations to Echo (+7%) for an overall 1% speedup in x16.
  • Added code to automatically select AMD OpenCL platform by default. This means that setting --gpu-platform is no longer required for rigs with integrated graphics or Nvidia cards.
  • More sane default parameters. Changed default xIntensity to 256, from a default intensity of 8.

https://github.com/brian112358/avermore-miner/releases/tag/v1.4.1


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on June 03, 2018, 06:32:54 PM
-G 2 does not work on systems with more than six cards , whats another option for that ?

2 instances of sgminer

tried that it just crashes

I also had the line -d 0,1,2,3

to try and start the first instance
and the second with -d 4,5.. ?

switched to the other miner fork for now


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on June 04, 2018, 01:19:52 AM
I'll download the new version and try to test it on one of our rigs in the next couple of days. I'll post results for some Rx 580 8GB GPUs after testing it out.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: coin4addict on June 04, 2018, 09:08:52 AM
I used to mine RVN with R9 280x and RX 570 with avermore 1.2 on windows 7. But on windows 10, my RX 570 is not starting at all and declared sick. I tried 1.4 still the same problem but my R9 280x is doing fine.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on June 04, 2018, 07:38:10 PM
I used to mine RVN with R9 280x and RX 570 with avermore 1.2 on windows 7. But on windows 10, my RX 570 is not starting at all and declared sick. I tried 1.4 still the same problem but my R9 280x is doing fine.

yeah same here having lots of issues with stability and this is with a powerlim of -25


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Marvell2 on June 05, 2018, 10:58:27 AM

there is something wrong sometimes with the miner after a dev fee it starts not propperly connecting to stratump and starts using curl commands

please look into this


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Kaezar on June 06, 2018, 03:39:01 PM
Hi. brianmct, can you compile linux version with Vega's support?
Now compiled linux release works with vegas with x10 lower hash rate.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: sundownz on June 26, 2018, 03:44:56 PM
Seems to work very well for my on my RX480s in my office PC.

Earnings are higher than MoneroV7 at the moment as well by ~20% on this machine.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: 3dyx on July 03, 2018, 12:18:12 PM
how to solve my problem
log:
[18:30:45] GPU 0 Radeon (TM) RX 470 Graphics hardware monitoring enabled
[18:30:45] ADL GPU 0 is Adapter index 0 and maps to adapter id -144890624
[18:30:45] GPU 0 BIOS partno.: 113-D0000301_101, version: 015.050.000.000, date: 2016/09/23 00:43
[18:30:45] Failed to ADL_Overdrive5_ODPerformanceLevels_Get
[18:30:45] GPU 1 Radeon (TM) RX 470 Graphics hardware monitoring enabled
[18:30:45] ADL GPU 1 is Adapter index 6 and maps to adapter id -123984256
[18:30:45] GPU 1 BIOS partno.: 113-D0000301_101, version: 015.050.000.000, date: 2016/09/23 00:43
[18:30:45] Failed to ADL_Overdrive5_ODPerformanceLevels_Get
[18:30:45] GPU 2 Radeon (TM) RX 470 Graphics hardware monitoring enabled
[18:30:45] ADL GPU 2 is Adapter index 12 and maps to adapter id -267815872
[18:30:45] GPU 2 BIOS partno.: 113-D0000301_101, version: 015.050.000.000, date: 2016/09/23 00:43
[18:30:45] Failed to ADL_Overdrive5_ODPerformanceLevels_Get
[18:30:45] GPU 3 Radeon (TM) RX 470 Graphics hardware monitoring enabled
[18:30:45] ADL GPU 3 is Adapter index 18 and maps to adapter id -82959040
[18:30:45] GPU 3 BIOS partno.: 113-D0000301_101, version: 015.050.000.000, date: 2016/09/23 00:43

my bat config :
Quote
TIMEOUT /T 60
set GPU_FORCE_64BIT_PTR=0
set GPU_USE_SYNC_OBJECTS=1
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100

sgminer.exe -k x16r -o stratum+tcp://asia.bsod.pw:2338 -u HC9JkwBn9xbc1xNKkFHwaGvZwck7jtT4gM -p c=HTH -X 256 --log-file log.txt -d 1,2,3,4,5
pause


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: fluxy12 on July 09, 2018, 08:51:49 PM
I only obtain 100Kh/S on BitSend per rx 580 with this miner


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Elder III on July 09, 2018, 10:22:11 PM
I only obtain 100Kh/S on BitSend per rx 580 with this miner

Can you post your settings? You should be able to get about double that hashrate or so that mining Xevan with a Rx 580 based on testing we have done in the past.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: dragonmike on July 16, 2018, 03:06:42 PM
Anyone tried this miner on an RX 560 by any chance?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: ganzocrypt on August 05, 2018, 01:01:11 PM
would like to know how to set the following

sgminer.exe  ......... --gpu-fan 80 --gpu-vddc 960 --gpu-engine 1150 --gpu-memclock 1950 --gpu-powertune -5

are this settings correct to set fan, voltage core and memory OC ?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: WetHook on August 13, 2018, 03:42:53 PM
Is there anyway to achieve extranonce subsrcibed? Is it needed?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: dragonmike on August 13, 2018, 10:29:06 PM
My 2cts for the community:

My rigs of seven RX 570's (4GB) have been chugging along without failing for about an hour with the following parameters:

-g 2 -X 128 -w 64
Clocks: 1266 core @ 1013mV, 1600 mem @ 900mV

The above can probably be tweaked, but at least I have a seemingly stable ground to stand on.

EDIT: if anyone's got working settings for Vega 64's, please do share!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: JFoxOne on August 16, 2018, 07:35:40 AM
SGMINER AVERMORE has been added to our Linux mining OS (https://minerstat.com/software/mining-os). Enjoy your mining.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: ayiphelmy on August 16, 2018, 11:17:28 AM
Need optimized for card R9 390 and R9 fury


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: dragonmike on August 16, 2018, 12:40:45 PM
I just can't get it to work at all with my Vega rig. The sgminer screen stays blank after having created the bin file. Shame.

PS: the other SGminer fork does the same. I wonder what prevents the miners from accessing/starting the GPUs. I did get the "application has been blocked from accessing graphics hardware" message at some point. Not sure WTF Windows is doing...


Title: Vega getting SICK after an hour of mining with Avermore
Post by: BoerMiner on August 16, 2018, 03:13:06 PM
I have 2 RX570s, 5 RX580s, and one RX vega 56 running in a rig with Avermore. Runs perfectly for about an hour or so, then my vega goes from 11MH/s to 2. I tried restarting gpu with the miner commands, tried restarting the miner altogether, tried disabling and re-enabling the vega gpu in device manager. Nothing works exept restarting the entire rig, then runs fine again for another hour.. then I have to restart again.

Any suggestions?

I'm still using blockchain beta driver bc I get 1000h/s with it per 580 with CN-Heavy. Newer ones do 550 :S and eventhough I put them in compute mode, CAST XMR gives me a warning they're not in compute mode. (I tried the apps that are supposed to switch them.. no luck) Anyways, my point is I have more luck with the BC driver.. so thats what I'm running and hoping it's something else.

Any suggestions?

THANKS!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: dragonmike on August 16, 2018, 04:10:26 PM
While the RX570's are chugging along nicely, I gave up trying to get the Vegas to run on Avermore.
They are running absolutely flawlessly with Zawawa's Gateless Gate Sharp. No fuss, no tweaks, no headaches. Brilliant.

EDIT: but slow.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Belmyl on August 22, 2018, 08:18:14 PM
Pool-side, I'm getting way under my shown hashrate in Avermore. For instance, currently, Avermore is showing 5.6mh/s but my pool is showing 2.7mh/s. I see this often, though I've never seen my miner go that low. This isn't happening with my Nvidia miners on the same pool.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: burster51 on August 26, 2018, 08:35:57 AM
Hi Brian,

thanks for your brilliant work on this miner, it is very impressive.

Can you possibly consider to make the upcoming version also for the sonoa algorithm?
projectsono.io
There is a bounty on the AMD miner and from what I can see, it should be fairly easy to include sonoa in your code as it is a variation of x16.

Please see here for the CUDA version ccminer-sonoa and the cpuminer:
https://github.com/zPools?tab=repositories
The sequence of algos is more complex than the x16 variety, but it should be easy as you have all the algos in place anyways.

Thanks for your kind consideration.



Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: FloppyPurpleGherkin on August 29, 2018, 08:28:52 PM
Is this still being actively developed?


Title: compile sgminer for AMD
Post by: jayanh on September 06, 2018, 04:24:42 AM
hi!

Is there anyone here can compile Sgminer for AMD card with new algo. i can pay BTC or ETH

thanks


Title: Re: compile sgminer for AMD
Post by: KL0nLutiy1 on September 06, 2018, 09:30:44 AM
hi!

Is there anyone here can compile Sgminer for AMD card with new algo. i can pay BTC or ETH

thanks
What sgminer do you want to compile?


Title: Re: compile sgminer for AMD
Post by: jayanh on September 06, 2018, 02:07:51 PM
hi!

Is there anyone here can compile Sgminer for AMD card with new algo. i can pay BTC or ETH

thanks
What sgminer do you want to compile?

Hi! i need to compile sgminer with new algorithm to run with AMD card on windows. I have a source code maybe it's 5.6 sgminer version include algo inside. But i can not compile it to run, since it show error.


Title: Re: compile sgminer for AMD
Post by: KL0nLutiy1 on September 06, 2018, 02:21:13 PM
hi!

Is there anyone here can compile Sgminer for AMD card with new algo. i can pay BTC or ETH

thanks
What sgminer do you want to compile?

Hi! i need to compile sgminer with new algorithm to run with AMD card on windows. I have a source code maybe it's 5.6 sgminer version include algo inside. But i can not compile it to run, since it show error.

I can make it, just write your email or telegram, so I could contact you.


Title: Re: compile sgminer for AMD
Post by: jayanh on September 06, 2018, 02:50:31 PM
hi!

Is there anyone here can compile Sgminer for AMD card with new algo. i can pay BTC or ETH

thanks
What sgminer do you want to compile?

Hi! i need to compile sgminer with new algorithm to run with AMD card on windows. I have a source code maybe it's 5.6 sgminer version include algo inside. But i can not compile it to run, since it show error.

I can make it, just write your email or telegram, so I could contact you.

Thanks, so here is my email: tptceo@gmail.com


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: mor4 on October 07, 2018, 03:57:50 PM
Hello, I am trying to use your miner to solo mine to a qt wallet and after sometime thinking the wallet has a problem i ran cpu miner with the following command cpuminer-opt-3.8.8.1-windows>cpuminer-sse2 -a x16r -o http://127.0.0.1:61473 -u user -p mypass --no-longpoll --no-getwork --no-stratum --coinbase-addr=walletaddress.
Using this line i get errors from some commands that are not recognised, is their a way to do this?
When I used normal pool mining command with ips changed etc using rpc i was getting json errors and authentification errors and have spent two days googling and trying to find a solution, so it comes down to can sgminer be configured ??
I look forward to reading your reply
 


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: toyo87 on October 11, 2018, 02:39:19 PM
Where cn i download the nevermore for nvidia?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: mor4 on October 12, 2018, 09:27:25 AM
https://github.com/brian112358/nevermore-miner/releases


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: B3dr0ck on October 23, 2018, 05:11:04 AM
What's the link to the latest AMD miner?  (not sure if the ANN page is updated)

Does is run on Windows, what the OS?

Also - what's the best pool?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: maxmad on October 26, 2018, 12:24:49 AM
Does latest Avermore 1.4.1 miner needs newest AMD drivers?

System freezes after 1-2 minutes mining at Suprnova.

70GB pagefile and August 23 blockchain drivers for RX 580 8GB are used. No issues mining ETH with claymore. Total 8 cards.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Xenoblate on October 26, 2018, 07:55:38 AM
What's the link to the latest AMD miner?  (not sure if the ANN page is updated)

Does is run on Windows, what the OS?

Also - what's the best pool?

It runs on Windows.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Luci0gabsan on October 27, 2018, 09:28:13 AM
Anyone tried this miner on an RX 560 by any chance?

I got 2.5 Mhz with standard timing,  using some OC and some magic mining  setting up to 3.2 MH/s ... I think not bad performance!
 


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: peteris-apse on October 27, 2018, 09:35:09 AM
dont try! this is old miner and is very buggy. it has not been updated like half a year


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Intristing on October 27, 2018, 09:37:06 AM
dont try! this is old miner and is very buggy. it has not been updated like half a year

Which miner do you recommend?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Doucesti on November 08, 2018, 05:25:24 PM
Is it possible that gpu 0 and gpu 1 have inverse link to sensors?
I mean, I know I'm mining with avermore with my amd 270 gpu1 but the actual readings of my gpu1 are placed on gpu 0.

Image https://i.imgur.com/NiazjFc.png
https://imgur.com/a/Z7ZMVzC


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: webhead on November 20, 2018, 08:39:11 PM
hi i love avermore its a great miner , can someone tell me best settings for a rx480 8gb , im getting 7.2mh on pidgeon coin thanks.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Alibatant on November 21, 2018, 08:39:59 AM
hi i love avermore its a great miner , can someone tell me best settings for a rx480 8gb , im getting 7.2mh on pidgeon coin thanks.

Does it work on R9 290X?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: dragonmike on November 21, 2018, 11:01:44 AM
dont try! this is old miner and is very buggy. it has not been updated like half a year

Which miner do you recommend?
The fastest AMD x16r miner that I know of currently is Kl0nLutiy's fork of SGminer. He's got a thread here, look it up.
It's nothing formidable just yet (x16r could be massively more optimised for AMD hardware) but it's the fastest I found anyway. Well, probably the fastest you could obtain using stone-age SGminer kernels.


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: columbiamining on December 07, 2018, 03:46:31 AM
Will you be releasing a miner for the new "x16rt" algo?

https://bitcointalk.org/index.php?topic=5065331.0


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: VasilyS on December 13, 2018, 02:37:24 AM
Today I've begun to use your miner on R9 280 for Ravencoin mining. This card is with Hynix memory (it works only on 1400 Mhz). Hashrate is 3.8-4 mh/s with about 100 watts of power consumption (GPU Core 1000 Mhz, power limit - 20%). Not so bad for such a card!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: Intristing on December 13, 2018, 04:51:23 AM
Today I've begun to use your miner on R9 280 for Ravencoin mining. This card is with Hynix memory (it works only on 1400 Mhz). Hashrate is 3.8-4 mh/s with about 100 watts of power consumption (GPU Core 1000 Mhz, power limit - 20%). Not so bad for such a card!

Would it be more profitable to mine XMR with it?


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: wmtomlinso1965 on March 10, 2019, 07:49:04 PM
hi i love avermore its a great miner , can someone tell me best settings for a rx480 8gb , im getting 7.2mh on pidgeon coin thanks.




I have a RX580, which is pretty much the same thing, and I have been tweaking for a few days and I have gotten it hashing at over 10 mh/s.
M
The secret? try GPU threads set at 4, aka -g 4   I have a AMD Ryzen 7 and 32GB ram, oh and i overclocked the GPU core to 1300MHz and the memory clock is not changed (2100).

here is the rest of my config:

"profiles": [],
  "failover-only": true,
  "algorithm": "x16r",
  "device": "all",
  "kernelfile": "x16",
  "xintensity": "256",
  "gpu-threads": "4",
  "temp-cutoff": "95",
  "temp-overheat": "85",
  "temp-target": "80",
  "gpu-memdiff": "0",
  "shares": "0",
  "kernel-path": "/usr/local/i586-mingw32msvc/bin",
  "api-mcast-port": "4028",
  "api-port": "4028",
  "expiry": "28",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "4",
  "keccak-unroll": "0",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "1",
  "scan-time": "7",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3",
  "watchpool-refresh": "30"



Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: bitmangoes on July 16, 2019, 05:21:39 PM
why dont use teamredminer

i get 11 mh/s on x16r algo
with rx 570 - 4gb stix rog
i have 4 = 44mh/s


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: northam on February 13, 2021, 07:02:04 PM
Can anyone share the pool address you are mining Ravecoin on? (preferably USA) Thanks!


Title: Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
Post by: alucard20724 on February 13, 2021, 08:06:00 PM
Can anyone share the pool address you are mining Ravecoin on? (preferably USA) Thanks!

this miner doesn't support current ravencoin fork.  Ravencoin is no longer x16r.  Ravencoin is now kawpow algo