Pages:
Author

Topic: SRBMiner-MULTI GPU & CPU Miner 0.9.4 - page 43. (Read 45425 times)

newbie
Activity: 8
Merit: 0
November 28, 2020, 04:33:04 PM
tks Dok


Hi

If I care more about stability than hashrate would it be better not to run the boost on administrator mode?

Or regardless it wont matter and it's more a question on card OC settings and malfunction of HW.

Thanks

If you find the right value for a GPU then running boost shouldn't have any impact on stability of the card.
hero member
Activity: 2548
Merit: 626
November 28, 2020, 08:30:39 AM
Hi

If I care more about stability than hashrate would it be better not to run the boost on administrator mode?

Or regardless it wont matter and it's more a question on card OC settings and malfunction of HW.

Thanks

If you find the right value for a GPU then running boost shouldn't have any impact on stability of the card.
newbie
Activity: 8
Merit: 0
November 28, 2020, 07:04:02 AM
Hi

If I care more about stability than hashrate would it be better not to run the boost on administrator mode?

Or regardless it wont matter and it's more a question on card OC settings and malfunction of HW.

Thanks
hero member
Activity: 2548
Merit: 626
November 27, 2020, 05:18:11 AM
Hi, Doktor! Can you please fix this bug?
[2020-11-27 09:31:29] Internet not found! Please insert internet into miner

Looks like only last version of miner is working now, all previous version stop working
and show error i post above ^^.

Hi, should be ok now
newbie
Activity: 315
Merit: 0
November 27, 2020, 02:39:11 AM
Hi, Doktor! Can you please fix this bug?
[2020-11-27 09:31:29] Internet not found! Please insert internet into miner

Looks like only last version of miner is working now, all previous version stop working
and show error i post above ^^.
hero member
Activity: 2548
Merit: 626
November 26, 2020, 01:23:53 PM
V0.5.7

+ Added algorithm 'curvehash' (Curvehashcoin) for CPU mining, fee 0.85%
+ Added support for older AMD cards (tahiti, pitcairn) on most of the algorithms
+ Removed 'm7mv2' algorithm
+ Removed parameter '--gpu-tweak-unsupported' because it was useless
+ Small fixes

- Don't expect optimised and awesomely fast hashing from Tahiti and Pitcairn support. I don't have these old cards, also no interest in working on them.
They are as-is, but i added support so owners of these oldies can still mine something.
hero member
Activity: 2548
Merit: 626
November 24, 2020, 11:13:39 AM
Hi, Doktor. Already digging epic+pas. RandomX hashrate is about ~1-1.5% slower then ver. 0.5.3.
What MSR tweak settings can you recommend for ryzen 5 1600, ryzen 5 3600 and ryzen 7 2700x?

And one more "strange" question - is it possible to find shares on ETH algo for different coins
at same time using only dag for one (lets call it main coin) coin, lets say it will be Ethereum dag?

Hashrate should be same i didnt change anything in the code of RX for a long time.

--msr-use-preset 1 is probably the best for those ryzens, but you should test it yourself.

If those coins all use the same seed and epoch then the cache and dag will contain the same data for all of them, yes.
hero member
Activity: 2548
Merit: 626
November 24, 2020, 11:10:09 AM
nice  Grin

1 more question, what happen if i set --cpu-threads to 0;0?

Oh , and add --gpu-id 99;99;0 to mine only ETH with the GPU, and not Verus.

0 means auto-set
newbie
Activity: 315
Merit: 0
November 24, 2020, 09:21:47 AM
Hi, Doktor. Already digging epic+pas. RandomX hashrate is about ~1-1.5% slower then ver. 0.5.3.
What MSR tweak settings can you recommend for ryzen 5 1600, ryzen 5 3600 and ryzen 7 2700x?

And one more "strange" question - is it possible to find shares on ETH algo for different coins
at same time using only dag for one (lets call it main coin) coin, lets say it will be Ethereum dag?
newbie
Activity: 9
Merit: 0
November 24, 2020, 07:22:07 AM
hello, just want to ask, is it possible to do triple mining? like ethash, verushash and epic using 1 miner?

yes it is, up to 4 algorithms at the same time. But if you want to mine epic, switch to verus when no epic work + mine all the time eth then the answer is no Smiley

You can dedicate for example 4 CPU threads for verus, 4 for epic and mine eth with the rest GPU's. That is possible.

i see, is there any guide on how to do that?

Examples folder contains a lot of.. well, examples .

Here's an example for 4/4 epic/verus + eth :

Code:
SRBMiner-MULTI.exe --algorithm randomepic;verushash;ethash --cpu-threads 4;4;-1 --pool randomepic-pool;verushash-pool;ethash-pool --wallet randomepic-user;verushash-wallet;ethash-wallet

nice  Grin

1 more question, what happen if i set --cpu-threads to 0;0?
hero member
Activity: 2548
Merit: 626
November 24, 2020, 07:12:09 AM
hello, just want to ask, is it possible to do triple mining? like ethash, verushash and epic using 1 miner?

yes it is, up to 4 algorithms at the same time. But if you want to mine epic, switch to verus when no epic work + mine all the time eth then the answer is no Smiley

You can dedicate for example 4 CPU threads for verus, 4 for epic and mine eth with the rest GPU's. That is possible.

i see, is there any guide on how to do that?

Examples folder contains a lot of.. well, examples .

Here's an example for 4/4 epic/verus + eth :

Code:
SRBMiner-MULTI.exe --algorithm randomepic;verushash;ethash --cpu-threads 4;4;-1 --pool randomepic-pool;verushash-pool;ethash-pool --wallet randomepic-user;verushash-wallet;ethash-wallet
newbie
Activity: 9
Merit: 0
November 24, 2020, 05:04:18 AM
hello, just want to ask, is it possible to do triple mining? like ethash, verushash and epic using 1 miner?

yes it is, up to 4 algorithms at the same time. But if you want to mine epic, switch to verus when no epic work + mine all the time eth then the answer is no Smiley

You can dedicate for example 4 CPU threads for verus, 4 for epic and mine eth with the rest GPU's. That is possible.

i see, is there any guide on how to do that?
hero member
Activity: 2548
Merit: 626
November 24, 2020, 04:58:02 AM
hello, just want to ask, is it possible to do triple mining? like ethash, verushash and epic using 1 miner?

yes it is, up to 4 algorithms at the same time. But if you want to mine epic, switch to verus when no epic work + mine all the time eth then the answer is no Smiley

You can dedicate for example 4 CPU threads for verus, 4 for epic and mine eth with the rest GPU's. That is possible.
newbie
Activity: 9
Merit: 0
November 24, 2020, 04:44:28 AM
hello, just want to ask, is it possible to do triple mining? like ethash, verushash and epic using 1 miner?
hero member
Activity: 2548
Merit: 626
newbie
Activity: 315
Merit: 0
November 23, 2020, 05:42:23 AM
Yeees, coz u didn't add separator parameter  Grin
hero member
Activity: 2548
Merit: 626
November 23, 2020, 04:27:03 AM
V0.5.6
+ Added algorithm 'randomhash2' (PascalCoin) for CPU mining, fee 0.85%
+ Added algorithm 'scryptn2' (Verium, Bitcoin Subsidium) for CPU mining, fee 0.85% (run as admin/root for more hashrate)

Wow you did it, thanks!

Yes, but i am sure you will have issues, like you always do Tongue
newbie
Activity: 315
Merit: 0
November 23, 2020, 04:04:29 AM
V0.5.6
+ Added algorithm 'randomhash2' (PascalCoin) for CPU mining, fee 0.85%
+ Added algorithm 'scryptn2' (Verium, Bitcoin Subsidium) for CPU mining, fee 0.85% (run as admin/root for more hashrate)

Wow you did it, thanks!
hero member
Activity: 2548
Merit: 626
November 22, 2020, 08:37:52 AM
V0.5.6

+ Added algorithm 'etchash' (Ethereum Classic) , fee 0.65%
+ Added algorithm 'randomhash2' (PascalCoin) for CPU mining, fee 0.85%
+ Added algorithm 'scryptn2' (Verium, Bitcoin Subsidium) for CPU mining, fee 0.85% (run as admin/root for more hashrate)
+ GPU tweaking/boosting now available on both Windows & Linux
+ Extended GPU tweaks support with R9 290/380/390 cards
+ Added parameter '--gpu-tweak-unsupported'
+ Added parameter '--gpu-boost'
+ Added parameter '--msr-use-preset'
+ Bug fixes

- Added support for tweak profiles on Linux operating systems too. You need to run miner with root privileges (same as on windows - need administrator rights).
- New parameter --gpu-boost (or just press + - while mining), will increase your hashrate the same way as rx-boost parameter in some other miners.
- Running miner with administrator/root privileges for 'scryptn2' algorithm can increase your hashrate  ~5-6%
- New parameter --msr-use-preset accepts values 0,1,2. Try out all of them to find which one increases your hashrate the most.
hero member
Activity: 2548
Merit: 626
November 20, 2020, 11:42:37 PM
Tweaking profiles also not working for me, same error as mentioned above (Tweaking disabled - no supported devices found). Strix Vega 64 on Windows 10, srbminer 0.5.5, Radeon 20.11.1. Mining ETH.

Next release will have a different gpu detection method, hopefully it will fix this.
Pages:
Jump to: