Bitcoin Forum
April 30, 2024, 06:20:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 ... 164 »
1581  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.7 on: June 01, 2018, 12:35:13 PM
V1.5.7
- Added support for StelliteV4 algo
- Added option "worker" in pool config - pool must support this, also CMD parameter --cworker
- Fixed average hashrate display (1,5,30 min) when there are disabled GPU's

+ Had to push this quick update because of the upcoming Stellite fork, so you guys can get ready on time Smiley
+ "worker" option won't work on every pool, because pool must support 'rigid' parameter

It would look something like this :

{
"pools" :
[
   {"pool" : "xmr-eu1.nanopool.org:14444", "wallet" : "your-wallet", "password" : "x", "worker" : "my-rig-name"}
]
}
1582  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:42:39 PM
On AMD 18.5.1 driver on 1803 Windows 10 x64 my RX 580 recognized by SRB miner as R9 200 series [Ellesmere] and every launch build new kernels... It's abnormal. I think, you must update miner to support new drivers, doctor...
By the word, all Claymore's miners detects my cards right on 18.5.1...

And I still can't understand, why every lounch of SRB miner speed is different from each other... To reach max speed it's need to launch SRB several times without any changes in config or something else...
Cards is RX 580 8Gb.

Are you mining Heavy?  If that's the case then the behavior is existent on multiple cards.
Yes, heavy. But case is not in cars. Case is in miner.

I get similar behavior on xmr-stak on Heavy.  

xmr stak, gateless gate also have this 'problem'.
Maybe this means the 'problem' is in the algo, not in miners? Smiley
What about compiling kernels every launching?

possibly something to do with read/write permissions for the miner, cause video driver has nothing to do with this, and 1804 v is working fine as someone wrote.
And yeah, if 18.5.1 recognises RX580 as R9 then its a really f**ked up driver, something really buggy there.
Yes claymore shows ok probably sees "Ellesmere XT" ah ok that is 480/580 lol
1583  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:40:18 PM
Hey Doktor

I was using the miner with adrenalin 17.x.1 version which month i don't remember exactly and ADL wasn't working. I upgraded the driver with adrenalin 18.5.1 and ADL problem is solved. Maybe you can add this as known issues. Keep up with good work. Regards.

i think you can use it even on 17.x drivers since i added support for Overdrive5. But i did not test this lol  Grin

I did not tried that one too Smiley I am using OverdriveNtool btw.

that's ok , its a great tool to set your clocks and undervolt.

Version of overdrive can be set in gpu_conf for every card separately :

"adl_type" :
1-OverdriveN
2-Overdrive5



"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 2, "adl_type" : 1},
   { "id" : 1, "intensity" : 0, "worksize" : 8, "threads" : 2, "adl_type" : 2}
]

1584  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:37:13 PM
When I use the function enable and disable vega card, I get the following error: cl_out_of_host_memory when creating clCreateCommandQueue for DeviceID 0 (Thread 0) , does somebody has any idea?

Make sure you have this in start.bat at top :

setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100


Also try other video driver, for ex. 18.3.4
1585  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:34:07 PM
how do i properly use this command? "restart_devices_on_startup_script" :

i inserted in the config.txt like this

"restart_devices_on_startup_script" : Run_OverdriveNTool.bat,

miner goes to start then kills itself.

also anyway to control enable/ disable on which Vega's. Not sure if its the card or the riser, but one of my Vega's cant handle the disable/enable with out crashing the whole OS.

TIA

Anyone?

"restart_devices_on_startup" : IF TRUE IT WILL USE DEVCON TO DISABLE/ENABLE EVERY VEGA GPU IN YOUR MACHINE BEFORE MINING STARTS
"restart_devices_on_startup_script" : FILENAME, THIS SCRIPT RUNS AFTER VEGA GPU ENABLE/DISABLE PROCESS, GOOD FOR SETTING UP OVERCLOCKING

so first you have to set "restart_devices_on_startup" : true, then "restart_devices_on_startup_script" : Run_OverdriveNTool.bat, where Run_OverdriveNTool.bat is in miner dir.

You can disable/enable every vega at once, no option to do this card by card.

Thank you Sir! Love your Miner! learned about it from Geek Mark, switched all my rigs to it! also getting my friends to switch too! thank you for the assistance an continued development of the software!

Thanks Smiley
Unfortunately i dont have a Vega card, but lot of folks here do, so im sure if you have any vega specific questions, they will help you!
1586  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:32:30 PM
Hey Doktor

I was using the miner with adrenalin 17.x.1 version which month i don't remember exactly and ADL wasn't working. I upgraded the driver with adrenalin 18.5.1 and ADL problem is solved. Maybe you can add this as known issues. Keep up with good work. Regards.

i think you can use it even on 17.x drivers since i added support for Overdrive5. But i did not test this lol  Grin
1587  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:04:01 PM
I would like more freedom for SRBMiner user in watchdog's events or pools'events by bat files. Please allow users to take actions on watchdog's events from bat files themselves.

"reboot_script" parameter is what you are looking for.
Readme.txt or first page of this thread.
1588  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 08:00:19 PM
how do i properly use this command? "restart_devices_on_startup_script" :

i inserted in the config.txt like this

"restart_devices_on_startup_script" : Run_OverdriveNTool.bat,

miner goes to start then kills itself.

also anyway to control enable/ disable on which Vega's. Not sure if its the card or the riser, but one of my Vega's cant handle the disable/enable with out crashing the whole OS.

TIA

Anyone?

"restart_devices_on_startup" : IF TRUE IT WILL USE DEVCON TO DISABLE/ENABLE EVERY VEGA GPU IN YOUR MACHINE BEFORE MINING STARTS
"restart_devices_on_startup_script" : FILENAME, THIS SCRIPT RUNS AFTER VEGA GPU ENABLE/DISABLE PROCESS, GOOD FOR SETTING UP OVERCLOCKING

so first you have to set "restart_devices_on_startup" : true, then "restart_devices_on_startup_script" : Run_OverdriveNTool.bat, where Run_OverdriveNTool.bat is in miner dir.

You can disable/enable every vega at once, no option to do this card by card.
1589  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 06:23:04 AM
@Doktor:

Stellite will Hardfork next Week. Can u please implement th new Code so that it is also Mine able?

THX

Hayzam from XTL said that they will be reaching out. I too hope that @Doktor83 is willing and able to implement their upcoming custom algo. Please keep up the good work, Dok!

wtf they fork again? where can i get some info about this?

You can check here:
https://twitter.com/Stellite_QA/status/1001901290065100800
t.me/Stellite_EN/40349


Doktor, you will find a lot more detail in the XTL discord here:
https://discord.gg/S7qKV6E

I can put you in touch with the team directly if needed.



Thanks, i will look into it.
1590  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 06:22:33 AM
Hi Doc!

A strange behavior!
I've noticed that a long time ago but now I've decided to tell you.
It may help you debugging the code.

I've automated startup procedure for the miner whenever windows starts.
Let's take for example one of my rigs with 6 cards.
Windows boots and after a while miner starts.
After some time of stabilization watching memory usage in task manager I see it stable at  ~286 - 290 M.
If I kill the miner process and start it again giving it time to stabilize it stays at  ~560 - 570 M.
That's why I was saying all the time about "memory management".
I don't know but this is the behavior.
It may help.

Greetings!

ps:  in heavy algo.

well if you would follow this thread regulary you would know that this is very well known, and can be fixed by just fireing up GPU-Z Wink



You know something Doc, you didn't understand me.
I'm not talking about the known hashrate drop problem which I first introduced to the community the temporary solution with GPU-Z
but about different seized memory (MB) into 2 different runs of miner which of course may related.
No hard feelings!


No hard feelings, we did not understand eachother.
Also i don't take notes who said/wrote what and when , so i couldn't know you found this nice 'fix'. Smiley

Is this behaviour you are referring to happening every time (like first run always less mem used, second run always ok) ?
I see other miners have this 'problem' too on heavy.
1591  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 31, 2018, 05:11:43 AM
On AMD 18.5.1 driver on 1803 Windows 10 x64 my RX 580 recognized by SRB miner as R9 200 series [Ellesmere] and every launch build new kernels... It's abnormal. I think, you must update miner to support new drivers, doctor...
By the word, all Claymore's miners detects my cards right on 18.5.1...

And I still can't understand, why every lounch of SRB miner speed is different from each other... To reach max speed it's need to launch SRB several times without any changes in config or something else...
Cards is RX 580 8Gb.

Are you mining Heavy?  If that's the case then the behavior is existent on multiple cards.
Yes, heavy. But case is not in cars. Case is in miner.

I get similar behavior on xmr-stak on Heavy.  

xmr stak, gateless gate also have this 'problem'.
Maybe this means the 'problem' is in the algo, not in miners? Smiley
1592  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 08:38:41 PM
@Doktor:

Stellite will Hardfork next Week. Can u please implement th new Code so that it is also Mine able?

THX

Hayzam from XTL said that they will be reaching out. I too hope that @Doktor83 is willing and able to implement their upcoming custom algo. Please keep up the good work, Dok!

wtf they fork again? where can i get some info about this?
1593  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 07:50:03 PM
Electronero mining :

Example :

start.bat :

SRBMiner-CN.exe --config config-electronero.txt --pools pools-electronero.txt


config-electronero.txt

{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 60,
"shutdown_temperature" : 90,
"api_enabled" : true
}


pools-electronero.txt

{
"pools" :
[
   {"pool" : "etnx.ingest.cryptoknight.cc:5102", "wallet" : "YOUR-WALLET", "password" : "x"}
]
}
1594  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 05:44:14 PM
DOC. See this.
First. Block GPU BUS 7 but srb  say gpu3=0
Second restart miner BLOCK and stay.
Stay 2 hour - Computer work fine. but miner stop and block.
After this i close miner and komp  STUTH DOWN and reset.

This is not first time.

this is it.  Tu je zbloko i stoji tako dok ja ne skuzim da je zbloko i ne ugasim. Ktome kad to napravi nema nikakve log doatoteke - ne zapise prakticki nista. ostane zapis neki star par sati i nema nikakvog erora.. Ovo sam se vratio na stariju verziju al i u 1.5.5.1 je sve isto bilo



this is not the latest version. Please report bugs only for the latest version.

Ovo sto prijavljujes za los prikaz BUS id jer reseno u novijoj verziji, pise na prvoj strani.



Takodje smanjite ljudi intenzitet na kartama koje vam blokiraju, pa nece ni doci do pucanja drajvera / pada hasha na 0.
Ili ste jako nabrijali tj overklokovali karte, ili vozite na previsokom intenzitetu. Da iste su sve karte, ali ne moze cak ni svaka ista karta isti intenzitet.

Ok za intenzititet- ok za verziju ui krivi reoorder. Problem je sto miner prepozna 0 hash ode u restart al onda zbloka i nista se ne desava. Bolje mi je da zbloka cijeli komp i ode u restart i pokrene se ispocetka nego  ovako. ovako ne radi nista. i to je tako i u 15.5.1 verziji. Znaci komp se nije zabloko nego je jednostavno miner ostao na toj akrtici i nije radio nista a morao je radit bar nesto- otic u restart svega ili nesto. Bolje mi je da je ostala ugasena kartica nego ovo sto radi . starije verzije su uredno radile restart cijelog stroja kad je nesto zblokalo a evo sad sve staeni to je koma.

I za ovo pravim resenje bice u sledecoj verziji, bez brige  Grin
1595  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 03:56:44 PM
Will SRB Miner work for ETN after the fork? They have switched to CryptonightV7 apparently Smiley

sure, use normalv7
1596  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 02:40:21 PM
DOC. See this.
First. Block GPU BUS 7 but srb  say gpu3=0
Second restart miner BLOCK and stay.
Stay 2 hour - Computer work fine. but miner stop and block.
After this i close miner and komp  STUTH DOWN and reset.

This is not first time.




this is it.  Tu je zbloko i stoji tako dok ja ne skuzim da je zbloko i ne ugasim. Ktome kad to napravi nema nikakve log doatoteke - ne zapise prakticki nista. ostane zapis neki star par sati i nema nikakvog erora.. Ovo sam se vratio na stariju verziju al i u 1.5.5.1 je sve isto bilo



this is not the latest version. Please report bugs only for the latest version.

Ovo sto prijavljujes za los prikaz BUS id jer reseno u novijoj verziji, pise na prvoj strani.



Takodje smanjite ljudi intenzitet na kartama koje vam blokiraju, pa nece ni doci do pucanja drajvera / pada hasha na 0.
Ili ste jako nabrijali tj overklokovali karte, ili vozite na previsokom intenzitetu. Da iste su sve karte, ali ne moze cak ni svaka ista karta isti intenzitet.
1597  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 09:48:01 AM
Hi I have problems with intensity, it is much heavily, should be 51 for RX580 and 26-29 for RX460 how to fix it thank you !!! Micron memory.    there is no difference 1.4.9 or 1.5.6


add this in your config.txt :


"gpu_conf" :
[
   { "id" : 0, "intensity" : 51, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 29, "worksize" : 8, "threads" : 2}
]
1598  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 09:39:19 AM
Hi Doc!

A strange behavior!
I've noticed that a long time ago but now I've decided to tell you.
It may help you debugging the code.

I've automated startup procedure for the miner whenever windows starts.
Let's take for example one of my rigs with 6 cards.
Windows boots and after a while miner starts.
After some time of stabilization watching memory usage in task manager I see it stable at  ~286 - 290 M.
If I kill the miner process and start it again giving it time to stabilize it stays at  ~560 - 570 M.
That's why I was saying all the time about "memory management".
I don't know but this is the behavior.
It may help.

Greetings!

ps:  in heavy algo.

well if you would follow this thread regulary you would know that this is very well known, and can be fixed by just fireing up GPU-Z Wink
1599  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 09:38:18 AM
Can't seem to get all my cards work. Always after a bit of mining, one card goes to 0h/s which is annoying. I have 10 vegas, used to work perfectly on srb version 1.4.9 till i updated to 1.5.4. Now After some mining one card hangs, then it can't even be detected, whole pc also hangs, I am trying 9 cards now to see if I get same error. Also re-enabled the watchdog to see if that helps.

go back to 1.4.9 for a few days and test. I think it's more a windows-update-driver-who knows problem, than miner new version problem.
1600  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: May 30, 2018, 08:07:11 AM
Can't seem to get all my cards work. Always after a bit of mining, one card goes to 0h/s which is annoying.

so you just lower intensity for that one card.

thats what gpu_conf is for :

"gpu_conf" :
[
   { "id" : 0, "intensity" : 80, "worksize" : 8, "threads" : 1},
   { "id" : 1, "intensity" : 40, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 30, "worksize" : 8, "threads" : 2},
   { "id" : 4, "intensity" : 90, "worksize" : 8, "threads" : 1}
]
Pages: « 1 ... 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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!