Bitcoin Forum
April 30, 2024, 08:08:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 164 »
1281  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 14, 2018, 11:50:47 AM
Something is wrong, when trying to force haven (only adding this algo to algos.txt) it says it cannot login the user to the pool (using monero ocean + enablealgoswitching parameter). With bittube and v7 it works fine. I see haven listed on their website, so why is it not working?

you are using your Monero wallet for login, not haven, right ?

Exactly. Since the payment are done in XMR, I figured it would be the right thing to do. Also, for bittube it works just fine. Also wrote to moneroocean team on discord and you replied, but that solution is already applied from the beginning.

L.E. Nevermind, it works now, it seems that it must first start in normalv7, then pool will request the most profitable coin, and it was able to switch to haven.

You can start it with any algo, haven, stellite doesn't matter, it will switch to the algo the pool requested when connected.
1282  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 14, 2018, 05:03:52 AM
Something is wrong, when trying to force haven (only adding this algo to algos.txt) it says it cannot login the user to the pool (using monero ocean + enablealgoswitching parameter). With bittube and v7 it works fine. I see haven listed on their website, so why is it not working?

you are using your Monero wallet for login, not haven, right ?
1283  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 12:09:53 PM
Hi doktor,

I was using version 1.6.3 in my vega 56,

using the 1.6.6 i got less 30 hs

Using same settings,

On other rigs with rx 580 and vega 64 got the same hashes.

Just reporting  Cool

Tell him which driver you using.

and which algo is it  Smiley

Hi doc,

Using the recommended 1.6.1,

The algo is Heavy, mining LOKI. ( 1 vega 56 mining solo)

I have other strange issue in other rig (9 vegas 64) in fast algo mining masari. When i start miner 1 gpu (Vega 64) stills on 36xx hs and the others 8 in 40xx hs. Is i restart is random the gpu that will hash less that others.  (But this behavior is not always, if i restart many times, one time will be ok , all performing the same.. very strange) Cool

Thanks

wait now, did you want to write 18.6.1 ? Or miner version 1.6.1 Cheesy
1284  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 08:29:16 AM
--logfile log.txt does not seem to do anything if set in the start.bat command line when using auto-switching now. None of my rigs have created a file it seems. Is that something that can be fixed?

Don't know what is happening there because it created log when i was doing the development.
Just put the --logfile log-switching.txt in start.bat and it is used on every algo switch.
1285  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 07:57:34 AM

Ok, so i have to set it in each config file... Can you please check whats wrong here:

{
"cryptonight_type" : "fast",
"target_temperature" : 64,
"intensity" : 59,
"double_threads" : true
"gpu_conf" :
[
   { "id" : 3, "intensity" : 54.5, "worksize" : 8, "threads" : 2},
]
}


you are missing a comma after "double_threads" : true
1286  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 07:52:34 AM
Good Morning,

i have trouble to run 2 different instances of SRB Miner with the new Algo Switching Option.
While i have a rig with 5xRX570 and 1XRX580, i want to run the Miner bundeld for the Cards. So 1X with the 570ies and 1X with the RX580.

The GPU ID for the 580 is 3 and i put this in the start.bat

SRBMiner-CN.exe --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching

The Miner closes instently after start. When i dont exclude any GPU (all 6 togehter) it runs fine....

Thank you

put pause after the SRBMiner-CN.exe --config config-fast.txt... line so the window wont close on error, and you can see what is the error, like this :

SRBMiner-CN.exe --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching
pause

ccryptonighttype valid values:
[normal, normalv7, lite, litev7, heavy, bittubev2, artocash, alloy, marketcash, b2n, stellitev4, haven, fast, italo, mox]
Drücken Sie eine beliebige Taste . . .

***

And my config-fast.txt is like this

{
"cryptonight_type" : "fast",
"target_temperature" : 64,
"intensity" : 59,
"double_threads" : true
}

Make it look like this :

SRBMiner-CN.exe --ccryptonighttype fast --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching

And now it will use intensity 60.5 instead of 59 you defined in config.
CMD parameters are always "stronger" than the ones in config file.

Now he detects only this 1 specified GPU... BUT :-)

Pool send a new job for bittubev2, he starts initializing it and is in an endless loop of initializing betwen fast and bittubev2....

Hmmmm....



oh yes, there is something on the first page that says :

It is VERY IMPORTANT to use config files here, and not set GPU's and pool in command line. If you do so, algo switching probably won't work.
1287  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 07:45:35 AM
Good Morning,

i have trouble to run 2 different instances of SRB Miner with the new Algo Switching Option.
While i have a rig with 5xRX570 and 1XRX580, i want to run the Miner bundeld for the Cards. So 1X with the 570ies and 1X with the RX580.

The GPU ID for the 580 is 3 and i put this in the start.bat

SRBMiner-CN.exe --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching

The Miner closes instently after start. When i dont exclude any GPU (all 6 togehter) it runs fine....

Thank you

put pause after the SRBMiner-CN.exe --config config-fast.txt... line so the window wont close on error, and you can see what is the error, like this :

SRBMiner-CN.exe --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching
pause

ccryptonighttype valid values:
[normal, normalv7, lite, litev7, heavy, bittubev2, artocash, alloy, marketcash, b2n, stellitev4, haven, fast, italo, mox]
Drücken Sie eine beliebige Taste . . .

***

And my config-fast.txt is like this

{
"cryptonight_type" : "fast",
"target_temperature" : 64,
"intensity" : 59,
"double_threads" : true
}

Make it look like this :

SRBMiner-CN.exe --ccryptonighttype fast --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching

And now it will use intensity 60.5 instead of 59 you defined in config.
CMD parameters are always "stronger" than the ones in config file.
1288  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 07:29:17 AM
Good Morning,

i have trouble to run 2 different instances of SRB Miner with the new Algo Switching Option.
While i have a rig with 5xRX570 and 1XRX580, i want to run the Miner bundeld for the Cards. So 1X with the 570ies and 1X with the RX580.

The GPU ID for the 580 is 3 and i put this in the start.bat

SRBMiner-CN.exe --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching

The Miner closes instently after start. When i dont exclude any GPU (all 6 togehter) it runs fine....

Thank you

put pause after the SRBMiner-CN.exe --config config-fast.txt... line so the window wont close on error, and you can see what is the error, like this :

SRBMiner-CN.exe --config config-fast.txt --cgpuid 3 --cgpuintensity 60.5 --cgputhreads 2 --pools pools-algoswitch.txt --sendallstales --usealgoswitching
pause
1289  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 13, 2018, 05:43:26 AM
Hi doktor,

I was using version 1.6.3 in my vega 56,

using the 1.6.6 i got less 30 hs

Using same settings,

On other rigs with rx 580 and vega 64 got the same hashes.

Just reporting  Cool

Tell him which driver you using.

and which algo is it  Smiley
1290  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 12, 2018, 10:14:29 PM
I've got a question about the reboot script when using pool switching: do you have to set it for each algo separately or can you just add it at the end of the start.bat command line?
...Doc?

reboot script is the one you add in config.txt, so yes, add it in every config.
That is handy because maybe your heavy algo clock settings in overdriventool are not the same as for v7, so on every algo start it will run the appropriate batch file.
1291  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 12, 2018, 06:31:08 PM
The trick is working on "v7" algos, on heavy, tube, haven nope  Roll Eyes
1292  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 11, 2018, 11:53:56 AM
Hey,

while playing around with auto switch, I was wondering, if there is an detailed overview for GPUs with best settings and intensity’s For SRB Miner?!

you can find a few in the first post, those are some numbers users posted here.
1293  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 11, 2018, 08:28:47 AM
Here's a nice little tip on how to increase your hashrate even more :
Example for Vega56 doing normalv7 algo :

1.Put --enableduplicategpuid in start.bat at the end of line ( SRBMiner-CN.exe --config config-normalv7.txt --pools pools-normalv7.txt  --sendallstales --enableduplicategpuid )
2.Set gpu in config-normalv7.txt :

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
 "id" : 0,
 "intensity" : 122,
 "worksize" : 8,
 "threads" : 1
},
{
 "id" : 0,
 "intensity" : 124,
 "worksize" : 8,
 "threads" : 1
}
]
}


What was done here?  When using 2 threads , the best value for intensity is 123. By enabling the usage of duplicate gpu id, you make 2 separate threads for 1 gpu, but one has value 123-1, the other 123+1.
This method can be used on any GPU, you just need to experiment with the intensities.
1294  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 05:31:01 PM
Dok, thanks for all your wonderful work on this miner, been on it for a while!

I'm curious, could you clarify how MoneroOcean works? I can figure most stuff out on my own, and I've got algoswitch algos and config files all setup and going, but one thing that confuses me is that I'm only getting NormalV7 jobs, even if I modify my algos.txt file for normalv7 hashes down to 200 H/s.

How can I verify and be sure that the switcher works and will switch to other algos when they're more profitable? Or does MoneroOcean decide what coin will be mined by all miners regardless of individual hashrate? Will appreciate any help!

it should send you jobs based on your own hashrate + some calc it does on the profitability. I don't know how it works.
To test it try setting an algo hashrate other than normalv7 to a high number
1295  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 05:28:48 PM
Do i have to setup a own config file for xtl tu use Algo switch?

every algo you plan to use needs to have its own config file, because for example you use intensity 56 for heavy, but its not 56 for xtl.

Understood

5 supported algos - 5 configs

that's right. Its better this way because you can set everything separately for every algo, like min_rig_speed, reboot_script etc

how about pools ? do i need make separated pools ? or just change on algos.txt
pools" : "pools-algoswitch.txt", to pools" : "pools-normalv7.txt",

At the moment only Monero Ocean is the only pool supporting this so you can set it in pools-algoswitch.txt :

{
"pools" :
[
{"pool" : "gulf.moneroocean.stream:10016", "wallet" : "your-xmr-wallet", "password" : "x"},
{"pool" : "de.moneroocean.stream:10016", "wallet" : "your-xmr-wallet", "password" : "x"},
]
}

then in algos.txt set on every algo the pool to pools-algoswitch.txt.

So you made only 1 pool file.
1296  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 04:34:01 PM
Do i have to setup a own config file for xtl tu use Algo switch?

every algo you plan to use needs to have its own config file, because for example you use intensity 56 for heavy, but its not 56 for xtl.

Understood

5 supported algos - 5 configs

that's right. Its better this way because you can set everything separately for every algo, like min_rig_speed, reboot_script etc
1297  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 04:03:19 PM
Do i have to setup a own config file for xtl tu use Algo switch?

every algo you plan to use needs to have its own config file, because for example you use intensity 56 for heavy, but its not 56 for xtl.
1298  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 03:12:08 PM
doktor,

For pools file:

Can I put moneroocean pool as the first pool, and non-algo swicthing pool, ie xmr.nanopool in the subsequent pools.

I assume, sbrminer will lock in the first pool and will failover to 2nd pool when moneroocean pools goes offline.

At the moment this is working with 2 x Vega54 with latest blockchain drivers.

Thanks

it will detect that pool is not capable of algo switching, so it will revert back to normal mode (itt will turn off the --usealgoswitching)
1299  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 12:42:14 PM
- If using Blockchain drivers, hashing speed should be like it was before in ver 1.6.2


U save my vegas, again !

Just out of curiosity, why dont you use some of the preferred drivers?
1300  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 10, 2018, 12:17:01 PM
I have updated to 1.6.6 on this machine, but I also ran the log to see if we could tell anything about the hash rate drop.  This is what it shows in the log (doesn't seem to show anything to me):

unfortunately i dont have a full rig of vegas, i have only one card im testing on, but what i noticed is that if i start mining, and use a browser for a few minutes the hashrate on cnv7 drops and never recovers back to the original one.
Also hash is lower while im connected to this machine on teamviewer/anydesk.

Maybe someone with much more experience with Vega rigs can help you.  Embarrassed


This machine is run headless with the iGPU used for display purposes and teamviewer.  This happens when I am not connected to it.  You are more than welcome to test stuff with me on this rig if you would want.  I also wonder if I setup up the watch dog setting, will it pretty much do a full reset of the miner just like me restarting it (rerun the startupscript and everything)?

Why not try and set "min_rig_speed" parameter in config + add --resetvega in .bat.
This will trigger a miner restart on hashrate drop + restart the vegas with devcon before mining starts.

("min_rig_speed" parameter defines the average hashrate we want to maintain. If 5 min average hashrate is less than the value we defined, restart miner. This option expects you to enter a value in H/S)
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!