Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: jesser509 on April 04, 2018, 03:23:38 AM



Title: [ANN] Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 04, 2018, 03:23:38 AM
Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.

v2.6
Improvements to poolside hash rate stability (recommended to use lower than normal stratum difficulty)
Difficulty recommendation:
d=Hashrate/2
d=Hashrate/3
Improvements to all hash functions
Improved power efficiency

v2.5
Optimizations to all hash functions:
bmw, jh, blake, groestl, keccak, skein, luffa, cubehash, echo, shavite, simd, fugue, hamsi, shabal, whirlpool, sha

v2.2
Kraww!
Added estimate for RVN earned per day (displays every 5th share)

Kraww!
https://imgur.com/a/rgdZJ

Download Link:
https://github.com/Ravencoin-Miner/Ravencoin/releases (https://github.com/Ravencoin-Miner/Ravencoin/releases)

Discord:
https://discord.gg/6exWdRr (https://discord.gg/6exWdRr)

**nVidia only**


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 04, 2018, 07:15:24 AM
I am currently working on making the "RVN/day: X RVN" text print in the official Ravencoin colors.

Also, please feel free to post results and comparisons with other miner programs.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Max Likelihood on April 04, 2018, 01:21:19 PM
I have great respect for anyone who can develop miners and the estimate of earnings per day seems nice; but do you have any preliminary comparisons vs. enemy?


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 04, 2018, 01:53:13 PM
I have great respect for anyone who can develop miners and the estimate of earnings per day seems nice; but do you have any preliminary comparisons vs. enemy?

Sorry no direct comparisons to enemy myself as I have not personally run enemy miner. Feel free to post them though!!


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 05, 2018, 12:00:44 AM
Linux support is now available!
Windows release is the same

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.

v2.2.2
Kraww!
Added estimate for RVN earned per day (displays every 5th share)
Linux Support
Cleaned up Display:
-Removed hash order display (Optional)
-Removed first algorithm display (Optional)
-Removed Core clock, GPU temp, and GPU fan speed display, now only displays Efficiency and Power
   -(Afterburner and other programs display this better anyways)
   -Note: Only removed display, the code to monitor these values is unaffected and any options related to them should be available.

https://github.com/Ravencoin-Miner/Ravencoin/releases


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 05, 2018, 07:15:51 AM
Ravencoin Miner has been updated to v2.3. This build contains a fix for the miner not submitting valid shares when Hamsi was the first hash function in the hash order and this nets around a 6% increase in overall hash rate!

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.3
Fix miner not submitting shares when Hamsi was first Hash function!
6% increase in overall hash rate!
v2.2.2
Ubuntu support
v2.2
Kraww!
Added estimate for RVN earned per day (displays every 5th share)
Linux Support
Cleaned up Display:
-Removed hash order display (Optional)
-Removed first algorithm display (Optional)
-Removed Core clock, GPU temp, and GPU fan speed display, now only displays Efficiency and Power
   -(Afterburner and other programs display this better anyways)
   -Note: Only removed display, the code to monitor these values is unaffected and any options related to them should be available.

https://github.com/Ravencoin-Miner/Ravencoin/releases (https://github.com/Ravencoin-Miner/Ravencoin/releases)


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Max Likelihood on April 06, 2018, 02:50:29 AM
OK great, I will try to check this.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 06, 2018, 06:11:06 AM
OK great, I will try to check this.

Awesome thanks let me know what you think :)


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 08, 2018, 03:35:43 AM
Ravencoin Miner v2.4 is now available with the latest optimizations and the option to color the RVN/day line with the Official Ravencoin colors (or any colors you want)

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.4
Cubehash and Keccak Optimizations
Can color RVN/day line with secondary release Ravencoin Miner v2.4 (COLOR)
   Note: See color.txt
v2.3
Fix miner not submitting shares when Hamsi was first Hash function!
6% increase in overall hash rate!
v2.2
Kraww!
Added estimate for RVN earned per day (displays every 5th share)


https://github.com/Ravencoin-Miner/Ravencoin/releases (https://github.com/Ravencoin-Miner/Ravencoin/releases)


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: tufail_74 on April 08, 2018, 04:51:41 AM
how do you measure 6% overall rate?
please share comparison and figures.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: szafa on April 08, 2018, 05:36:23 AM
Displays is not need to show its only slowing hash.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 08, 2018, 05:43:54 AM
how do you measure 6% overall rate?
please share comparison and figures.

Previous to the Hamsi fix, whenever Hamsi was the first hash function in the hash function order, the miner would simply not submit shares. With the fix implemented this is no longer the case. The miner works as normal.

Considering the first hash function can be any of the 16 hash functions, there is a 1/16 or 6.25% chance that Hamsi will be the first hash function in the order. Had that been the case, the miner would not have submitted shares until the next block that didn't start with Hamsi.

This is now fixed in both the v2.3 and v2.4 release which results in an average 6.25% hash rate increase over v2.2.



Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 09, 2018, 07:10:27 AM
Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.

v2.5
Optimizations all hash functions including:
bmw, jh, blake, groestl, keccak, skein, luffa, cubehash, echo, shavite, simd, fugue, hamsi, shabal, whirlpool, sha

v2.4
Cubehash and Keccak Optimizations
Can color RVN/day line with secondary release Ravencoin Miner v2.4 (COLOR)
   Note: See color.txt

v2.3
Fix miner not submitting shares when Hamsi was first Hash function!
6% increase in overall hash rate!

v2.2
Kraww!
Added estimate for RVN earned per day (displays every 5th share)

https://github.com/Ravencoin-Miner/Ravencoin/releases (https://github.com/Ravencoin-Miner/Ravencoin/releases)


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: dickmo on April 09, 2018, 08:30:14 AM
verygood


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: hemendrachauhan19 on April 09, 2018, 10:19:10 AM
Good work, I'll try this today.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Marvell2 on April 09, 2018, 10:30:51 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 09, 2018, 03:04:20 PM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: J4CKT on April 09, 2018, 04:24:51 PM
What kind of OC is best for this miner on the 1080ti?

On the nevermore miner they advise mem OC is useless and the miner only benefits from the core.

Is it the same for your miner?


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 02:12:57 AM
What kind of OC is best for this miner on the 1080ti?

On the nevermore miner they advise mem OC is useless and the miner only benefits from the core.

Is it the same for your miner?

Yea memory in general is pretty useless for x16r. As much core as you can get is the best. And you can reduce power % a little.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Marvell2 on April 10, 2018, 02:25:29 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: duhjeff on April 10, 2018, 03:24:36 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

I'm giving my 13 gpu and 4 gpu rigs a try.  Im averaging about 800 rvn a day so i'll do 24 hours and let you know what the results would be....

Keep up the good works!


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 04:37:46 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm giving my 13 gpu and 4 gpu rigs a try.  Im averaging about 800 rvn a day so i'll do 24 hours and let you know what the results would be....

Keep up the good works!

Awesome man definitely post your results if you can!!


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Marvell2 on April 10, 2018, 05:23:06 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm giving my 13 gpu and 4 gpu rigs a try.  Im averaging about 800 rvn a day so i'll do 24 hours and let you know what the results would be....

Keep up the good works!

Awesome man definitely post your results if you can!!
so you are saying the minimum fee on your miner is 1.7 percent? thats high as hell


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 06:10:58 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm giving my 13 gpu and 4 gpu rigs a try.  Im averaging about 800 rvn a day so i'll do 24 hours and let you know what the results would be....

Keep up the good works!

Awesome man definitely post your results if you can!!
so you are saying the minimum fee on your miner is 1.7 percent? thats high as hell


No, if you read my post carefully it says point one seven percent.

Thats 17 parts in 10000

.17%

Not 1.7%


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Marvell2 on April 10, 2018, 06:20:17 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm giving my 13 gpu and 4 gpu rigs a try.  Im averaging about 800 rvn a day so i'll do 24 hours and let you know what the results would be....

Keep up the good works!

Awesome man definitely post your results if you can!!
so you are saying the minimum fee on your miner is 1.7 percent? thats high as hell


No, if you read my post carefully it says point one seven percent.

Thats 17 parts in 10000

.17%

Not 1.7%

oh i see thanks for clarifying


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Marvell2 on April 10, 2018, 06:24:30 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm using default intensity of 20 like it your example, the diffuculty is set by the pool , I have no control of that its set by suprnova


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 06:27:32 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm using default intensity of 20 like it your example, the diffuculty is set by the pool , I have no control of that its set by suprnova

Definitely play around with the intensity. I am seeing interesting results at 19.

Also experiment with different pools. I like ravenminer because it allows you to set stratum difficulty with
-p d=x
suprnova might allow that although I could totally be wrong.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: W.T.R. on April 10, 2018, 06:28:28 AM
Great miner, I see a noticeable raise in hashrate. Any suggestions for OC (1070, and 1070Tis)?.

Tnx and keep up the good work.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 06:31:08 AM
Great miner, I see a noticeable raise in hashrate. Any suggestions for OC (1070, and 107Tis)?.

Tnx and keep up the good work.


Awesome glad you like it!!!

Push core as much as you can stable. And leave memory at stock, or even pull it back to save a tiny bit of power/heat. Also I don't recommend 100% power, try 65-85%


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: MinerMinor on April 10, 2018, 03:55:23 PM
v2.5 is extremely laggy vs v2.4 on my GTX970. Seems to be same hashrate. Any way of getting it toned down again? Before it was possible to use computer for light browsing while mining.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 03:58:26 PM
v2.5 is extremely laggy vs v2.4 on my GTX970. Seems to be same hashrate. Any way of getting it toned down again? Before it was possible to use computer for light browsing while mining.

Give a slightly lower intensity a try. You can also use non-integers like 19.5 or 19.9 or whatever :)

That should help


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: MinerMinor on April 10, 2018, 04:21:13 PM
v2.5 is extremely laggy vs v2.4 on my GTX970. Seems to be same hashrate. Any way of getting it toned down again? Before it was possible to use computer for light browsing while mining.

Give a slightly lower intensity a try. You can also use non-integers like 19.5 or 19.9 or whatever :)

That should help

Thanks! Will try. What is the default intensity? (if bat file is blank with nothing specified)


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 10, 2018, 07:22:32 PM
v2.5 is extremely laggy vs v2.4 on my GTX970. Seems to be same hashrate. Any way of getting it toned down again? Before it was possible to use computer for light browsing while mining.

Give a slightly lower intensity a try. You can also use non-integers like 19.5 or 19.9 or whatever :)

That should help

Thanks! Will try. What is the default intensity? (if bat file is blank with nothing specified)

The default intensity on v2.5 is 21, that is probably why you are seeing more lag than normal. You could probably give 20 a try first, then lower it from there if needed.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: duhjeff on April 12, 2018, 03:00:38 AM

I'm giving my 13 gpu and 4 gpu rigs a try.  Im averaging about 800 rvn a day so i'll do 24 hours and let you know what the results would be....

Keep up the good works!

Awesome man definitely post your results if you can!!
[/quote]

After 24 hours of mining....I got just about same amount as Enemy.  However, I do like yours because (1)it's got pretty colors.  (2)It seems to run a lot smoother where my rigs is not that laggy..

Good job!  Just switched all my rigs over and you're getting donation from me :)

Thanks but only if you add X16S algorithm in for Pigeon coin and it'll be better..


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 18, 2018, 03:19:28 PM
v2.5.1
Fix dev pool
fix for compile issue from pull request, thanks ubergold

v2.5
Optimizations to all hash functions
bmw, jh, blake, groestl, keccak, skein, luffa, cubehash, echo, shavite, simd, fugue, hamsi, shabal, whirlpool, sha

v2.4
Cubehash and Keccak Optimizations
Can color RVN/day line with secondary release Ravencoin Miner v2.4 (COLOR)
To correctly color the RVN/day line please read color.txt

v2.3
Fix for Hamsi!
6% increase in overall hash rate

v2.2.2
Ubuntu support

v2.2
Kraww!
Added estimate for RVN earned per day (displays every 5th share)

https://github.com/Ravencoin-Miner/Ravencoin/releases (https://github.com/Ravencoin-Miner/Ravencoin/releases)


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 21, 2018, 11:57:51 PM
Fastest Open Source Miner:

https://imgur.com/a/lNISOrU


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Teti2347 on April 22, 2018, 03:23:22 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm using default intensity of 20 like it your example, the diffuculty is set by the pool , I have no control of that its set by suprnova

Definitely play around with the intensity. I am seeing interesting results at 19.

Also experiment with different pools. I like ravenminer because it allows you to set stratum difficulty with
-p d=x
suprnova might allow that although I could totally be wrong.



Jesser,

What determines what the difficulty should be?  I have mine at the standard bat settings of 15. What do you recommend?


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 22, 2018, 03:52:30 AM
trying it now, seems at least the same speed as enemy , gotta try it on a 1080ti rig yet
i wish these miners showed average hashrate bc with all the diff algos its hard to figure out whats
faster

Hey I am glad you are seeing good initial results!!

It is in the default bat file, "-N 600"

This will use 600 shares to calculate your hash rate shown on the Accepted lines.

You can change 600 to anything you would like.

Higher = more stable hash rate display
Lower = Changes more rapidly.
so far Im happy with it , can it do .05 fee instead of 1%
seems to be at least as fast as the enemy miner but has more features like the daily
profit.  Also seems a bit more stable .

I only get 15mhs on my 1080tis , should i try a higwr intensity? mem
is +300 core is +100

You should be able to do any donation you want, however there is a lower limit (12 seconds) to where it will ignore the time period anyways. Lower than .17% (point one seven percent, for clarity haha) It will ignore the donation period anyways because that turns out to be less than 12 seconds.

What intensity are you currently running? and what stratum difficulty?



I'm using default intensity of 20 like it your example, the diffuculty is set by the pool , I have no control of that its set by suprnova

Definitely play around with the intensity. I am seeing interesting results at 19.

Also experiment with different pools. I like ravenminer because it allows you to set stratum difficulty with
-p d=x
suprnova might allow that although I could totally be wrong.



Jesser,

What determines what the difficulty should be?  I have mine at the standard bat settings of 15. What do you recommend?

A good starting point is around 3/4 your hashrate.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 22, 2018, 06:28:57 AM
https://discord.gg/6exWdRr


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 23, 2018, 05:29:32 PM
Ravencoin Miner v2.6 has been released!

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.6
Improvements to poolside hash rate stability (recommended to use lower than normal stratum difficulty)
Difficulty recommendation:
d=Hashrate/2
d=Hashrate/3
Improvements to all hash functions
Improved power efficiency
https://github.com/Ravencoin-Miner/Ravencoin/releases


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: duhjeff on April 24, 2018, 12:02:23 AM
Ravencoin Miner v2.6 has been released!

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.6
Improvements to poolside hash rate stability (recommended to use lower than normal stratum difficulty)
Difficulty recommendation:
d=Hashrate/2
d=Hashrate/3
Improvements to all hash functions
Improved power efficiency
https://github.com/Ravencoin-Miner/Ravencoin/releases

so you're saying if my 1080 ti does 16mh...i will set D to 8?


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: BTC22 on April 24, 2018, 12:40:52 AM
So how does this compare to Enemy?


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: Rabinovitch on April 24, 2018, 11:39:19 AM
Ravencoin Miner v2.6 has been released!

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.6
Improvements to poolside hash rate stability (recommended to use lower than normal stratum difficulty)
Difficulty recommendation:
d=Hashrate/2
d=Hashrate/3
Improvements to all hash functions
Improved power efficiency
https://github.com/Ravencoin-Miner/Ravencoin/releases

Why there are 4 instances of miner in example .bat?

p.s. I have successfully mined Ravencoin with suprminer 1.6 at Coinblockers. But now when I try to start your miner it crashes each time:

http://screenshot.ru/0125410966a2aa48c35bf8f96f3fc0b2.png

What does it need to start successfully?


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 24, 2018, 05:26:40 PM
Ravencoin Miner v2.6 has been released!

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.6
Improvements to poolside hash rate stability (recommended to use lower than normal stratum difficulty)
Difficulty recommendation:
d=Hashrate/2
d=Hashrate/3
Improvements to all hash functions
Improved power efficiency
https://github.com/Ravencoin-Miner/Ravencoin/releases

so you're saying if my 1080 ti does 16mh...i will set D to 8?

That would be a good place to start yes.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on April 27, 2018, 12:59:33 AM
Ravencoin Miner v2.6 has been released!

Ravencoin Miner: an optimized open source miner created specifically for Ravencoin.
v2.6
Improvements to poolside hash rate stability (recommended to use lower than normal stratum difficulty)
Difficulty recommendation:
d=Hashrate/2
d=Hashrate/3
Improvements to all hash functions
Improved power efficiency
https://github.com/Ravencoin-Miner/Ravencoin/releases

Why there are 4 instances of miner in example .bat?

p.s. I have successfully mined Ravencoin with suprminer 1.6 at Coinblockers. But now when I try to start your miner it crashes each time:

http://screenshot.ru/0125410966a2aa48c35bf8f96f3fc0b2.png

What does it need to start successfully?

The extra instances are to reconnect in case your initial connection fails.

I am sorry I am not sure, maybe re-download, or re-install latest nVidia drivers/windows updates.


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on May 28, 2018, 07:46:38 PM
So how does this compare to Enemy?

This is the fastest open source miner


Title: Re: Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on June 26, 2018, 01:52:39 PM
Displays is not need to show its only slowing hash.

Can you please explain what you mean a little more? I am not understanding.


Title: Re: [ANN] Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on July 19, 2018, 04:00:30 PM
Ravencoin is doing wonderful that past few days!


Title: Re: [ANN] Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: TheAnnoyer on July 19, 2018, 10:11:52 PM
Ravencoin to DAH MOON!


Title: Re: [ANN] Ravencoin Miner: an optimized open source miner for Ravencoin
Post by: jesser509 on October 25, 2018, 01:11:19 AM
Ravencoin to DAH MOON!

Yea the Binance listing has been amazing!