Pages:
Author

Topic: [ANN] TeamRedMiner - Optimized Win/Linux AMD GPU Miner for lyra2z and phi2 - page 37. (Read 85791 times)

newbie
Activity: 30
Merit: 0
Please consider adding X22i algo to this great miner.
member
Activity: 340
Merit: 29
Anyone know if this can be run in parallel w/ a cryptonight miner, given the low use of mem?
member
Activity: 259
Merit: 34
What rate are you guys getting from RX 570? I get (with OC etc) 4.4M phi2 and 2.7 lyra2z, but I use legacy opencl and not rocm because I have old CPU and motherboard that do not support GEN3 PCIE as required by rocm

well it all depends on how much W can your cards get. for example i have rx 570 where is limit 117W and despite i set anything, 900+mV it all the time hit the wall 117W and start lowering Mhz. so in this case maximum for me is 2,7xx for lyra2z (havent tried phi2). however when my card has higher W limit, im able to reach 3,1xxMhz with rx570.
I got exactly the same results! Rx 578-574 1250 core 950 mv on Phi2 4.2 , on Lyra2z 2.7 ! Is it even possible to get 6m/h on phi2 and 3.7 on lyra2z with 120-130 power usage? cause there is no point to get such results with 170+!
member
Activity: 473
Merit: 18
CCMiner compatible API, or even better XMRig/XMR-Stak, since its json and you can add additional information

This way you can easily integrate in many tools

I am developing (and using) Forager https://bitcointalksearch.org/topic/forager-v18083-multi-pool-profit-switching-miner-amdnvidiacpu-3516114 , so I can add support for a different API, but a common one would be great

Regarding features, most commonly used are:
- Hashrate (per device and/or total) - This is the only thing I actually need to integrate with Forager
- Submitted/Valid/Invalid shares
- Temperatures
newbie
Activity: 73
Merit: 0
We need an API so badly..

Ok peeps, we've heard the many calls for an API. Now, help us define the minimum viable product. There's is a huge difference between a simple monitoring (read-only) API reporting per-gpu temp/fan/hashrate/shares compared to a full-fledged sgminer-style API being able to modify and control anything. Naturally, the former is our intended first version, but it would be helpful to get some feedback on the following:

  • What API features do you need for your operation? Feel free to reference other APIs/miners if you need to.
  • What third party monitoring tools do you use that need to integrate with the miner over the API?

You can dump replies here or in a PM if you don't want to describe your op in public.

1. BUS number per GPU when miner starts, its very important when more than one miner running in system.
2. may be --reorder option.
3. temp monitoring(read-only) per GPU.
member
Activity: 658
Merit: 86
I think they are not talking about lyra2z algo. I also cant get them past 3.6Mhs.

Yes, I think there has been some confusion regarding posted lyra2z vs phi2 hashrates... Smiley
newbie
Activity: 30
Merit: 0
great almost 6mhs on rx 580 and 12 on vega 64

How do yue get that speed??

I have only 4.9 Mh on sapphire 580 nitro with patched timings CC 1250  MC 2070, so what i do wrong ?

Wow guys, how you get these numbers?
Im using rx580 4gb diff vendors but havent got more than 3,7mhs with 1360mhz...clock using stock frequency 1750mhz but ethereum modified bios.

I think they are not talking about lyra2z algo. I also cant get them past 3.6Mhs.
hero member
Activity: 1151
Merit: 528
We need an API so badly..

Ok peeps, we've heard the many calls for an API. Now, help us define the minimum viable product. There's is a huge difference between a simple monitoring (read-only) API reporting per-gpu temp/fan/hashrate/shares compared to a full-fledged sgminer-style API being able to modify and control anything. Naturally, the former is our intended first version, but it would be helpful to get some feedback on the following:

  • What API features do you need for your operation? Feel free to reference other APIs/miners if you need to.
  • What third party monitoring tools do you use that need to integrate with the miner over the API?

You can dump replies here or in a PM if you don't want to describe your op in public.

Just make it CCMINER read-only compatible so all monitoring/control software in existence can support it and we'll be golden..

No need to have a write/control API. Just restart the program.
newbie
Activity: 2
Merit: 0
yeap minerstat user too!

Make that API please Cheesy
newbie
Activity: 40
Merit: 0
We need an API so badly..

Ok peeps, we've heard the many calls for an API. Now, help us define the minimum viable product. There's is a huge difference between a simple monitoring (read-only) API reporting per-gpu temp/fan/hashrate/shares compared to a full-fledged sgminer-style API being able to modify and control anything. Naturally, the former is our intended first version, but it would be helpful to get some feedback on the following:

  • What API features do you need for your operation? Feel free to reference other APIs/miners if you need to.
  • What third party monitoring tools do you use that need to integrate with the miner over the API?

You can dump replies here or in a PM if you don't want to describe your op in public.


Simple basic JSON API. With the following features:
- Hashrate (if possible in H/s)
- Active pool - where the user mining
- Shares (Accepted / Rejected)
- Uptime in seconds

Additional data's what we can use (optional):
- Hashrate / GPU

Temperature & Consumption not needed for us, using global scripts for that.

I can confirm there was many requests from users to add TeamRedMiner support for minerstat.

Would be great to see this on Minerstat asap Smiley
sr. member
Activity: 1596
Merit: 305
minerstat CEO
We need an API so badly..

Ok peeps, we've heard the many calls for an API. Now, help us define the minimum viable product. There's is a huge difference between a simple monitoring (read-only) API reporting per-gpu temp/fan/hashrate/shares compared to a full-fledged sgminer-style API being able to modify and control anything. Naturally, the former is our intended first version, but it would be helpful to get some feedback on the following:

  • What API features do you need for your operation? Feel free to reference other APIs/miners if you need to.
  • What third party monitoring tools do you use that need to integrate with the miner over the API?

You can dump replies here or in a PM if you don't want to describe your op in public.


Simple basic JSON API. With the following features:
- Hashrate (if possible in H/s)
- Active pool - where the user mining
- Shares (Accepted / Rejected)
- Uptime in seconds

Additional data's what we can use (optional):
- Hashrate / GPU

Temperature & Consumption not needed for us, using global scripts for that.

I can confirm there was many requests from users to add TeamRedMiner support for minerstat.
member
Activity: 658
Merit: 86
We need an API so badly..

Ok peeps, we've heard the many calls for an API. Now, help us define the minimum viable product. There's is a huge difference between a simple monitoring (read-only) API reporting per-gpu temp/fan/hashrate/shares compared to a full-fledged sgminer-style API being able to modify and control anything. Naturally, the former is our intended first version, but it would be helpful to get some feedback on the following:

  • What API features do you need for your operation? Feel free to reference other APIs/miners if you need to.
  • What third party monitoring tools do you use that need to integrate with the miner over the API?

You can dump replies here or in a PM if you don't want to describe your op in public.
hero member
Activity: 1151
Merit: 528
We need an API so badly..
newbie
Activity: 40
Merit: 0

Please make a miner for the new most popular algo X22i SUQA. 1500 nvidia miners are already mining in the first week but maybe more amd miners are waiting for a miner to mine this coin.There is even a bounty for it.

https://bitcointalksearch.org/topic/ann-suqa-new-x22i-algo-swifftx-no-ico-no-pre-mine-5-apr-interest-5038269

Dunno how i feel about mining a coin that literally calls me a sucker
member
Activity: 413
Merit: 17
Memory is irrelevant for lyra2z, lower it down to 300MHz and the power draw should drop significantly.

Lowering memory to 300MHz, bring 2.9 Mh, maybe memory should to be in stock timings ?

Timings don't matter, memory is not used. Maybe it is a windows-specific thing, on Linux there are no hashrate drops when lowering memory.
member
Activity: 653
Merit: 11

Please make a miner for the new most popular algo X22i SUQA. 1500 nvidia miners are already mining in the first week but maybe more amd miners are waiting for a miner to mine this coin.There is even a bounty for it.

https://bitcointalksearch.org/topic/ann-suqa-new-x22i-algo-swifftx-no-ico-no-pre-mine-5-apr-interest-5038269
jr. member
Activity: 169
Merit: 1
great almost 6mhs on rx 580 and 12 on vega 64

How do yue get that speed??

I have only 4.9 Mh on sapphire 580 nitro with patched timings CC 1250  MC 2070, so what i do wrong ?

Wow guys, how you get these numbers?
Im using rx580 4gb diff vendors but havent got more than 3,7mhs with 1360mhz...clock using stock frequency 1750mhz but ethereum modified bios.
newbie
Activity: 13
Merit: 0
Memory is irrelevant for lyra2z, lower it down to 300MHz and the power draw should drop significantly.

Lowering memory to 300MHz, bring 2.9 Mh, maybe memory should to be in stock timings ?
jr. member
Activity: 75
Merit: 1
4.9 Mh on sapphire 580 nitro Huh
member
Activity: 413
Merit: 17
Memory is irrelevant for lyra2z, lower it down to 300MHz and the power draw should drop significantly.
Pages:
Jump to: