Pages:
Author

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

member
Activity: 476
Merit: 19
April 26, 2021, 02:29:09 PM
in the zip of the miner  there is a directory called example.

The 2nd,3rd and 4th example explain how to use the functions you need
newbie
Activity: 22
Merit: 0
April 26, 2021, 01:56:13 PM
I have 4 gpu .. I have to write the command line... In the start.bat file need to disable GPU 1 and GPU 2. The GP3 and GPU 4 must work.
Please help... Can you give me the command line example?
how should i write it?
hero member
Activity: 2548
Merit: 626
April 24, 2021, 01:23:52 PM
V0.7.0
+ Reduced power consumption on 'autolykos2' algorithm for Ellesmere GPU's ~2-3%
+ Reduced power consumption on 'verthash' algorithm for Ellesmere GPU's ~5%
+ Reduced power consumption on 'verthash' algorithm for Vega GPU's ~10%
+ Performance increase on 'verthash' algorithm for Vega GPU's ~3%
+ Performance increase on 'verthash' algorithm for CPU's ( ~5% )
+ Added parameter '--verthash-dat-path'
+ Fixed 'verthash' algorithm stack smash issue
+ Fixed watchdog not triggering on dead GPU issue
+ Fixed crash on 'panthera' algorithm
+ Removed parameters : --gpu-watchdog-disable-mode, --watchdog-rounds
+ Minor bug fixes

Hello, i'm using the latest version and it's not working. SRBMiner-Multi-0-7-3-win64.zip from github


SRBMiner-MULTI.exe -disable-gpu --algorithm verthash --pool stratum+tcp://p2p-spb.xyz:9171 --wallet Vad2R5RuZmGrUuCzX7wvmXvQuEypdshorN --password x

[2021-04-24 20:52:56] Enable huge-pages to increase CPU miner hashrate
[2021-04-24 20:52:56] Follow the steps from Help\Other\Enable-Huge-Pages.txt
[2021-04-24 20:52:56] Run miner as administrator to increase CPU hashrate
[2021-04-24 20:52:56] 4 CPU core/s - 4 thread/s detected
[2021-04-24 20:52:56] Using 2 thread/s for CPU mining
[2021-04-24 20:52:58] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:52:58] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:01] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:53:01] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:04] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:53:04] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:07] Socket connection could not be established [verthash]
[2021-04-24 20:53:07] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:10] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:53:10] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:13] Socket connection could not be established [verthash]

SRBMiner-MULTI.exe -disable-gpu --algorithm verthash --pool hub.miningpoolhub.com:20534 --worker xh0st.1 --password x
[2021-04-24 20:47:08] Enable huge-pages to increase CPU miner hashrate
[2021-04-24 20:47:08] Follow the steps from Help\Other\Enable-Huge-Pages.txt
[2021-04-24 20:47:08] Run miner as administrator to increase hashrate
[2021-04-24 20:47:09] 4 CPU core/s - 4 thread/s detected
[2021-04-24 20:47:09] Using 2 thread/s for CPU mining
[2021-04-24 20:47:10] Job received [117e] block height 1549226 [verthash][0]
[2021-04-24 20:47:10] Invalid login [verthash]
[2021-04-24 20:47:10] Couldn't login to pool.. [verthash]
[2021-04-24 20:47:10] Socket error : 10004 [verthash]
[2021-04-24 20:47:10] Reconnecting to hub.miningpoolhub.com:20534 in 3 seconds [verthash]

verthash.dat It's in cache folder. verthash it's generated by vertcoin-qt.exe from %AppData%/Vertcoin


It's working , but p2p is not supported. Try miningpoolhub, hashalot, suprnova or zergpool, it works. Also you dont need to copy verthash.dat to cache folder, it will be created super fast.

Your example SRBMiner-MULTI.exe -disable-gpu --algorithm verthash --pool hub.miningpoolhub.com:20534 --worker xh0st.1 --password x is not valid because you did not provide --wallet parameter. Guess you wanted --wallet xh0st.1, and not --worker xh0st.1
member
Activity: 476
Merit: 19
April 24, 2021, 01:14:41 PM
as far as I know, now VTC its GPU only
newbie
Activity: 2
Merit: 0
April 24, 2021, 12:56:12 PM
V0.7.0
+ Reduced power consumption on 'autolykos2' algorithm for Ellesmere GPU's ~2-3%
+ Reduced power consumption on 'verthash' algorithm for Ellesmere GPU's ~5%
+ Reduced power consumption on 'verthash' algorithm for Vega GPU's ~10%
+ Performance increase on 'verthash' algorithm for Vega GPU's ~3%
+ Performance increase on 'verthash' algorithm for CPU's ( ~5% )
+ Added parameter '--verthash-dat-path'
+ Fixed 'verthash' algorithm stack smash issue
+ Fixed watchdog not triggering on dead GPU issue
+ Fixed crash on 'panthera' algorithm
+ Removed parameters : --gpu-watchdog-disable-mode, --watchdog-rounds
+ Minor bug fixes

Hello, i'm using the latest version and it's not working. SRBMiner-Multi-0-7-3-win64.zip from github


SRBMiner-MULTI.exe -disable-gpu --algorithm verthash --pool stratum+tcp://p2p-spb.xyz:9171 --wallet Vad2R5RuZmGrUuCzX7wvmXvQuEypdshorN --password x

[2021-04-24 20:52:56] Enable huge-pages to increase CPU miner hashrate
[2021-04-24 20:52:56] Follow the steps from Help\Other\Enable-Huge-Pages.txt
[2021-04-24 20:52:56] Run miner as administrator to increase CPU hashrate
[2021-04-24 20:52:56] 4 CPU core/s - 4 thread/s detected
[2021-04-24 20:52:56] Using 2 thread/s for CPU mining
[2021-04-24 20:52:58] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:52:58] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:01] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:53:01] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:04] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:53:04] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:07] Socket connection could not be established [verthash]
[2021-04-24 20:53:07] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:10] PARSE error: Could not convert 'sHexNonce1' [verthash]
[2021-04-24 20:53:10] Reconnecting to p2p-spb.xyz:9171 in 3 seconds [verthash]
[2021-04-24 20:53:13] Socket connection could not be established [verthash]

SRBMiner-MULTI.exe -disable-gpu --algorithm verthash --pool hub.miningpoolhub.com:20534 --worker xh0st.1 --password x
[2021-04-24 20:47:08] Enable huge-pages to increase CPU miner hashrate
[2021-04-24 20:47:08] Follow the steps from Help\Other\Enable-Huge-Pages.txt
[2021-04-24 20:47:08] Run miner as administrator to increase hashrate
[2021-04-24 20:47:09] 4 CPU core/s - 4 thread/s detected
[2021-04-24 20:47:09] Using 2 thread/s for CPU mining
[2021-04-24 20:47:10] Job received [117e] block height 1549226 [verthash][0]
[2021-04-24 20:47:10] Invalid login [verthash]
[2021-04-24 20:47:10] Couldn't login to pool.. [verthash]
[2021-04-24 20:47:10] Socket error : 10004 [verthash]
[2021-04-24 20:47:10] Reconnecting to hub.miningpoolhub.com:20534 in 3 seconds [verthash]

verthash.dat It's in cache folder. verthash it's generated by vertcoin-qt.exe from %AppData%/Vertcoin

member
Activity: 1558
Merit: 69
April 18, 2021, 09:43:13 AM
Thanks for the Zil + any coin ability, i waited so long for a miner with such function.  Grin
hero member
Activity: 2548
Merit: 626
April 18, 2021, 01:11:45 AM
Added video tutorial

Dual mine ZIL+Ergo on HiveOs
hero member
Activity: 2548
Merit: 626
April 17, 2021, 06:24:55 AM
V0.7.3
+ Small improvement on 'cryptonight_xhv' algorithm for some GPU's
+ Fixed '--gpu-off-temperature' parameter
+ Fixed bugs with 'dual' mining ZIL + any other algorithm (check Help/Other/Dual-mining-ZIL.txt)
+ Removed parameters '--gpu-target-temperature' and '--gpu-target-fan-speed' - use external application instead
+ Minor bug fixes

On how to setup ZIL+ERGO on Hiveos check Help/Other/Dual-mining-ZIL.txt
hero member
Activity: 2548
Merit: 626
April 15, 2021, 12:33:02 PM
Hi All,

Can someone please help me with an RX480 8GB Settings using --gpu-tweak-profile.

Thanks in advanced.

What kind of help do you need?
Set --gpu-tweak-profile 3 for example and run miner as administrator
newbie
Activity: 7
Merit: 0
April 15, 2021, 01:38:10 AM
Hi All,

Can someone please help me with an RX480 8GB Settings using --gpu-tweak-profile.

Thanks in advanced.
newbie
Activity: 123
Merit: 0
April 11, 2021, 08:55:40 PM
srbminermulti is my fav mining software but you let me down as you havent added ghostrider i know you say you dont like it but if you could one day you would making a dying man happy thanks.
hero member
Activity: 2548
Merit: 626
hero member
Activity: 2548
Merit: 626
April 09, 2021, 07:18:33 AM
V0.7.2

+ Added algorithm 'heavyhash' (oBTC - Optical Bitcoin) for GPU mining, fee 2.5%
+ Dataset creation for 'autolykos2' algorithm on 'ellesmere' GPU's faster ~3%
+ DevFee for 'verthash' algorithm lowered to 1%
+ DevFee for 'rx2' algorithm lowered to 1%
+ Parameter '--disable-workers-ramp-up' changed back to '--enable-workers-ramp-up', so default value of ramp-up is now disabled
+ Api doesn't report 0 h/s anymore while creating dataset for 'autolykos2' algorithm, so HiveOs shouldn't trigger a restart procedure
+ Added parameter '--max-no-submit-responses' (for details check --help )
+ Minor bug fixes


Info:

--max-no-submit-responses

Use this parameter if you see in the log that miner keeps sending results to the pool, but the pool isn't answering back to these submits.
Example : --max-no-submit-responses 5 - means miner will reconnect to pool if pool won't answer back after 5+ submits
newbie
Activity: 46
Merit: 0
April 05, 2021, 01:52:31 PM
How to config ergo+zil on hive os?
newbie
Activity: 7
Merit: 0
April 05, 2021, 02:44:52 AM
Good Day

I do not know what is going on but i am getting 7.6MH/s on an RX480 8GB when i was getting 23.x MH/s

Is this down to the software or AMD Drivers ?

Any help please

Thanks



after driver update you need to switch it to compute mode. Best way is to use AMD Compute Switcher

Thanks So Much this has worked Smiley I am back to over 23MH/s.

Thanks

If you dont want to mod the bios of your gpu to get even more MHS, you could use the --gpu-tweak-profile parameter. See help/Gpu_Tweaking_And_Boost.txt

Thanks Smiley

Is there some guides on what should be setup for an RX480 8GB Card at all please.
member
Activity: 80
Merit: 13
April 04, 2021, 08:44:49 AM
Hi Doktor83, back to mining and still have stacked Polaris 8/4/2 gb cards.. Of course i knew how eth is mineable only with 8gb polaris.. However i'd appreciate suggestion as to what to do with Baffin 2gb and 570/580 4gb anything near Ethereum profitability like CN-heavy back in the day?
hero member
Activity: 2548
Merit: 626
April 03, 2021, 01:53:31 PM
Good Day

I do not know what is going on but i am getting 7.6MH/s on an RX480 8GB when i was getting 23.x MH/s

Is this down to the software or AMD Drivers ?

Any help please

Thanks



after driver update you need to switch it to compute mode. Best way is to use AMD Compute Switcher

Thanks So Much this has worked Smiley I am back to over 23MH/s.

Thanks

If you dont want to mod the bios of your gpu to get even more MHS, you could use the --gpu-tweak-profile parameter. See help/Gpu_Tweaking_And_Boost.txt
newbie
Activity: 7
Merit: 0
April 03, 2021, 01:14:17 PM
Good Day

I do not know what is going on but i am getting 7.6MH/s on an RX480 8GB when i was getting 23.x MH/s

Is this down to the software or AMD Drivers ?

Any help please

Thanks



after driver update you need to switch it to compute mode. Best way is to use AMD Compute Switcher

Thanks So Much this has worked Smiley I am back to over 23MH/s.

Thanks
hero member
Activity: 2548
Merit: 626
April 03, 2021, 05:54:03 AM
Hey Doktor  Smiley
any chance supporting the gr algo?
https://docs.raptoreum.com/_media/GhostRider_Whitepaper.pdf

no because i dont like these '100 algorithms chained' algorithms
hero member
Activity: 2548
Merit: 626
April 03, 2021, 05:50:33 AM
Good Day

I do not know what is going on but i am getting 7.6MH/s on an RX480 8GB when i was getting 23.x MH/s

Is this down to the software or AMD Drivers ?

Any help please

Thanks



after driver update you need to switch it to compute mode. Best way is to use AMD Compute Switcher
Pages:
Jump to: