Bitcoin Forum
April 30, 2024, 12:09:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 164 »
1901  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 05:14:31 PM
I'm trying to use the individual GPU settings to change intensity for possible problem card, however, I can't get it to respond to the config file. It just responds to the topline (global) intensity of 120. If I delete that intensity line it just reverts to 0=auto. How do you get the individual GPU setting take president over the global settings?

you take of the commenting (/* and */) , so :

"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
   { "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]

not

/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
   { "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
1902  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 04:17:19 PM
maybe try changing to a closer server to reduce latency
1903  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 04:04:50 PM
i´m getting on some pools about 2% rejects because of expired blocks...can you check this if miner can look faster for new jobs or if block is still valid?

is this on nanopool?
I get this only on nano
1904  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 04:04:27 PM
Doctor  

Not sure what language you code in, but where you get the temperature from the GPU can you add

gpuTemp = getGpuTemp();

If(gpuTemp > config.getMaxGPUTemp){
     System.exit(0);
}



Thanks;)



--J



Hah yeah, that will be an option when i implement the amd display lib, i already implemented overdrive next api, but that is for latest gen cards i think the oldest card that it supports is r9 290.
SO i have to play with older versions, etc.
1905  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 04:02:09 PM
doktor83 loving the new miner! I'm still trying to automate the whole process. Running a stack of Vega's can be troublesome as we all know. Downtime kills everything. The new auto restart script is great but still having issues getting the miner to restart upon auto-reboot.

First off if I make a schedule to run "start.bat" or if I just include "start.bat" in the startup programs, it will not run automatically on windows 10.

"SRBMiner-CN.exe' is not recognized as an internal or external command,
operable program or batch file.

Waiting for  2 seconds, press CTRL+C to quit ..."

Thoughts on that?

Second,
cards still need to be disabled/enabled to hash proberly. I know there is "JJs_Reset_n_Run_Tool" script. Is there a way to integrate that into SRBMiner or are you working on a way to automate this yourself?

Thanks for everything!
g


That's probably because you copied the .bat, you need to make a shortcut Smiley
Still have a lot to implement before these fine tuning stuff.
1906  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 01:25:54 PM
Can you please add some option similar to -li (low intensity) for claymore miner.
System is too laggy with your miner.
Thank you.

well lower your intensity and it won't lag  Grin
1907  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 12:53:56 PM
Sorry for being wrong.

Great miner, higher hashrate for vegas!

Love it <3 :*

How did you manage to avoid the hashdrop ?  Wink

And what algo do you use? Cn heavy ?  If yes can you please share your hashrate and config with the way you managed to avoid the hashrate drops with vega please ?
v7.

hashdrop is avoided by using monitor connected to MOBO.

I had the issue with Cast XMR and that's the only way I could deal with it

Sorry to bother you ^^
But wich monitor do you connect to Mobo and how to do it?

Thanks a lot for your help and for sharing the configs.
Wich threads do you use  for gpu ?

better buy a dongle

1908  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 12:52:21 PM
Mining for around 2 hours with 1.4.0 and have only noticed that the electricity consumption is moving +- 35-40w constantly. With the previous version 1.3.2 it did not fluctuate so much, it was only 5.

it does, when mining with heavy algo. Hashing speed also can vary 10-100hs!
1909  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 12:51:20 PM
V1.4.0
- Added multiple pools support (failover pools)
balancing is in the plans?

not yet
1910  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 12:51:06 PM
Doctor, did you fix issue with launcing Pitcairn card alone when it 3rd GPU?

it should be fixed, please try and report
1911  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 12:49:33 PM
@doktor83 when fan control ?

if everything works as expected in 1.4.1, next thing is ADL, so fan control and clocks setting.
1912  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 13, 2018, 12:48:27 PM
Hmm why this miner is trying to modify my win sys 32 dll file, antivirus warn me??


If you downloaded from the URL in first post, it's not trying to modify anything.
1913  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 13, 2018, 12:47:48 PM
Hey dok,

What's the word on all the rejected shares when mining at nicehash (about 5%)?
Could a fix be found?

Getting both outdated and invalid nonce rejects.
In comparison, gateless gate gives 0 rejects but speed is not on par poolside.

Same problem. Tried ggs too, 24 hour no rejected share

I really don't know what could it be, maybe GGS is not showing rejected shares ? Cheesy
1914  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1 on: April 13, 2018, 12:23:40 PM
V1.4.1
- Added optional parameter reboot_script which if defined disables built in watchdog, and runs a user defined script

Ok guys, another option you wished for is added now  Grin

You can disable the built in watchdog if it's not working for you, and run a .bat instead on GPU crash.
Put the parameter "reboot_script" : "scriptname.bat" in the config file, or just use the .bat i provided (reboot-windows.bat), which restarts your machine.

1915  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 07:38:58 AM
can you try to move the intensity from 32 to for ex 33 and see what happens ? Smiley

"intensity" : 33
SRBMiner-CN-V1-4-0 - 835h/s, 1xRX480

Everything other than intensity 32 has lesser results !!!
No problem 50, 100, 200h/s difference! Oddly, it is that with the newer versions it produces weaker results.
Greetings and thanks to the wonderful work you do @doktor83Wink

i double checked and nothing has changed from v1.3.1 that should have impact on manually set parameters.
I did some changes to auto configure tho.
Can you please try 32.5 intensity Smiley

thanks for your support it means a lot to me.
1916  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 07:03:54 AM
ATTENTION!

Do not download miner from this link :

https ://github.com/Mainergrud/SRBMiner

I don't know what this is, always download from the link in the first post!
1917  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 06:53:53 AM
can you try to move the intensity from 32 to for ex 33 and see what happens ? Smiley
1918  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 05:35:54 AM
V1.4.0
- Added multiple pools support (failover pools)
- Added GPU crash display & logging back again
- Some minor bug fixes

Every pool now must be defined in a separate pools file.
The logic is simple, if it can't connect to first specified pool, after 2 retries it goes to the second one, and so on.. When reached the last pool, it goes back to the first one.

You can set the number of retries in config.txt adding the "giveup_limit" parameter.

At the moment there is no option to use pools with algo other then the one specified in the config file.
1919  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 12, 2018, 12:34:59 PM
but i have 2 rigs. rig 1 is not affected. only rig 2. here are my specs:

rig 1:
sap rx 570 nitro+ 4gb (samsung)

rig 2:
powercolor rx 570 red devil 4gb (hynix&elpida)


Now that is really strange, both cards are 570 4g, i will check what is happening.
Regarding hw errors, that means the result GPU returned could not be validated on the CPU, because it's wrong.

If you have a few errors don't worry, but if you got a lot i would start with lowering intensity.
Intensity can be a decimal number, so for example if you now use 35, you can try 34.5. If not satisfying then 34 and so on. Smiley
1920  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 12, 2018, 11:48:00 AM
Hello doktor,
My hashrate still drops with vega 64, even with 100% fan config in afterburner (8500 to 6000h/s for 6 gpu) after few minutes.
Do you think it is better to use overdrive for this or it will change nothing?

Is it a driver problem? I have Amd Crimson  016.001.001.000 , should i change?

Last question: i can set my mem clock to 1100 max, after this, it reboot my computer, is there a way to go higher, or will it change nothing?

Thanks a lot for your help!

I don't have Vega cards but i found on many many places on the net that vegas hashrate drops, so its not a miner related problem.
Maybe someone here who has Vega cards can help you ?
Pages: « 1 ... 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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!