zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 24, 2018, 05:04:52 PM |
|
Could you provide such a watchdog with your program ? Would be helpfull.
You mean, you want me to sell hardware? Never thought about that... Edit: Now I think about it, I can make a USB/Ethernet watchdog on my own with Raspberry Pi or something like that. All I need is an USB slave and a couple of relays. Interesting... What I meant is, if possible, just ad the watchdog program to GGS package so that we can put it on a USB key and use it "out of the box". That'd be pretty neat. The thing is, the cheap ones don't come with source codes: https://www.amazon.com/dp/B0781ZCXLCDoes anybody have the specifications of the WDG273 chip?
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
nitrobg
Member
Offline
Activity: 413
Merit: 17
|
|
April 24, 2018, 05:08:46 PM |
|
Sweet, very sweet... Can this be exported to a custom strap, so we can flash it onto the card's bios?
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 24, 2018, 05:12:59 PM |
|
Sweet, very sweet... Can this be exported to a custom strap, so we can flash it onto the card's bios? Honestly, I don't know. You can reconstruct a custom strap for sure as there is enough information to cover the entire strap, but I don't know if that strap would work with other miners. You could always try...
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 24, 2018, 05:33:02 PM |
|
I should also work on another command-line version... Too much work, too little time!
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
Csouza
Member
Offline
Activity: 118
Merit: 10
|
|
April 24, 2018, 05:44:57 PM |
|
I should also work on another command-line version... Too much work, too little time!
supported
|
|
|
|
4ward
Member
Offline
Activity: 473
Merit: 18
|
|
April 24, 2018, 05:47:23 PM |
|
I should also work on another command-line version... Too much work, too little time!
supported +1
|
|
|
|
Larvitar
Jr. Member
Offline
Activity: 196
Merit: 1
|
|
April 24, 2018, 07:35:21 PM |
|
I should also work on another command-line version... Too much work, too little time!
supported +1 +2
|
|
|
|
Iamtutut
|
|
April 24, 2018, 08:41:04 PM |
|
Count me in soon. I still have an issue with the mem/timing/core tweaks. If it freezes the hardware, how and when can we be sure it worked ?
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 25, 2018, 01:35:33 AM |
|
Count me in soon. I still have an issue with the mem/timing/core tweaks. If it freezes the hardware, how and when can we be sure it worked ?
What I would do as a stress test is to run benchmarks with Repeats = 10 or even 20. Statistically speaking, you need 100 trials for a 95% CI, but that would be too much stress on the hardware and the results would be unfavorably skewed. If you are masochistic, you can turn on "Cool GPU down," which makes the test notoriously harder to pass. On a more positive note, I just added extra parameters for memory timings to the upcoming version for stability. We will see...
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
Pete_X
Jr. Member
Offline
Activity: 47
Merit: 1
|
|
April 25, 2018, 11:03:03 AM |
|
The "WDG273" does not exist, it's a relabeld chip to "hide" the real one ... , these chips are normaly from ST like the STM32F042F6 with 32K Flash / 6K RAM or any other ARM Chip that fits the needs. What they need is an USB interface and some Flash/Ram - and it should be kinda cheap Info about the STM32F0 -> http://www.st.com/en/microcontrollers/stm32f0x2.html?querycriteria=productId=LN1823
|
|
|
|
Jukagid
Newbie
Offline
Activity: 64
Merit: 0
|
|
April 25, 2018, 01:07:03 PM |
|
Count me in soon. I still have an issue with the mem/timing/core tweaks. If it freezes the hardware, how and when can we be sure it worked ?
What I would do as a stress test is to run benchmarks with Repeats = 10 or even 20. Statistically speaking, you need 100 trials for a 95% CI, but that would be too much stress on the hardware and the results would be unfavorably skewed. If you are masochistic, you can turn on "Cool GPU down," which makes the test notoriously harder to pass. On a more positive note, I just added extra parameters for memory timings to the upcoming version for stability. We will see... Will memory timing mod work on old drivers like 15.12 or 16.9.2?
|
|
|
|
Pete_X
Jr. Member
Offline
Activity: 47
Merit: 1
|
|
April 25, 2018, 01:53:56 PM |
|
Will memory timing mod work on old drivers like 15.12 or 16.9.2?
Please note that the current focus of the project is on AMD and this program has been tested mostly against AMD Radeon Software Adrenalin Edition 18.1.1. Other drivers may or may not work. Prerequisites The minimum requirements for the miner are as follows:
Graphics card(s) with the AMD GCN architecture and/or the NVIDIA Maxwell and Pascal architectures. 64-bit Windows operating system. AMD Radeon Software Adrenalin Edition 18.1.1 or later for AMD cards.
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 25, 2018, 03:48:01 PM |
|
Oh, it's a generic chip in disguise, then. I guess it's time to enlist an USB packet analyzer... Thanks a bunch!
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
dragonmike
|
|
April 25, 2018, 04:02:55 PM |
|
Zawawa, forget about X17, Equihash etc. Focus on bringing a fast Lyra2z miner, please. There's lots of speed to be unlocked for AMD hardware and a gap you could fill. The Linux-only TDXminer is already a lot faster than SGminer, and a guy called Kerney666 claimed to have achieved even higher hashrates with smart use of GCN ASM (as opposed to OpenCL).
Bring that to life and you've got a winner on your hands.
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 25, 2018, 04:05:02 PM |
|
I did realize it is too much to expect everybody to be familiar with all the wonderfully intricate details of GDDR5, so I added a button that allows the user to "capture" memory timings real-time. It saves a lot of time!
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
April 25, 2018, 04:14:56 PM |
|
Zawawa, forget about X17, Equihash etc. Focus on bringing a fast Lyra2z miner, please. There's lots of speed to be unlocked for AMD hardware and a gap you could fill. The Linux-only TDXminer is already a lot faster than SGminer, and a guy called Kerney666 claimed to have achieved even higher hashrates with smart use of GCN ASM (as opposed to OpenCL).
Bring that to life and you've got a winner on your hands.
Hmm... Very interesting. I just cannot wait to get back to GCN ASM. Everything I did for GGS so far is a preparatory work, so to speak. Don't worry, I will sweep 'em all very soon!
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
skablast
Member
Offline
Activity: 476
Merit: 19
|
|
April 25, 2018, 04:15:34 PM |
|
That's nice! You are supposed to share it, you know ? I saw your latest picture, it says version 1.3.6 ( 10 release behind !!!!!!!!!) EHi, we are at 1.35 here so, 11 release behind. And listen to the Dragonmike above you, Lira2z its interesting to say the least
|
|
|
|
locbet
Newbie
Offline
Activity: 42
Merit: 0
|
|
April 25, 2018, 04:53:30 PM |
|
Please support X17 Algo. Tool not good with vega 64
|
|
|
|
dragonmike
|
|
April 25, 2018, 10:42:21 PM |
|
Zawawa, forget about X17, Equihash etc. Focus on bringing a fast Lyra2z miner, please. There's lots of speed to be unlocked for AMD hardware and a gap you could fill. The Linux-only TDXminer is already a lot faster than SGminer, and a guy called Kerney666 claimed to have achieved even higher hashrates with smart use of GCN ASM (as opposed to OpenCL).
Bring that to life and you've got a winner on your hands.
Hmm... Very interesting. I just cannot wait to get back to GCN ASM. Everything I did for GGS so far is a preparatory work, so to speak. Don't worry, I will sweep 'em all very soon! Keep us updated!
|
|
|
|
inv1s1bl3
Newbie
Offline
Activity: 65
Merit: 0
|
|
April 26, 2018, 07:00:50 AM |
|
I still cannot install the 1.3.5 on my PC. The program is neither in add or remove programs, cannot find an uninstall file in the folder. How to proceed?
|
|
|
|
|