Author

Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners - page 118. (Read 703547 times)

legendary
Activity: 1754
Merit: 1007
I started agent manually (not as service) and in console output i see:

Code:
lockingProfile #96, 2080TIR_P92_C140_M400_F0, list count: 5
ClockingProfile #141, 2080TI_P70_C0_M500_F0, list count: 5
ClockingProfile #138, 2080TI_P70_C0_M600_F0, list count: 5
ClockingProfile #143, 2080TI_P70_C140_M0_F0, list count: 5
ClockingProfile #140, 2080TI_P70_C140_M600_F0, list count: 5
ClockingProfile #137, 2080TI_P70_C150_M0_F0, list count: 5
ClockingProfile #1
1/3/20 10:39:34 AM.496 [015] [S]Current list of Active Miners:
[25] IsAttached: True, PID: 11237, InstanceId: 1, Admin: True, EngineType:GMiner

1/3/20 10:39:34 AM.497 [015] [S]Saving configuration to: /home/user/.config/AwesomeMinerService/ServiceData.xml.tmp
1/3/20 10:39:34 AM.544 [015] [S]--> /home/user/.config/AwesomeMinerService/ServiceData.xml
1/3/20 10:43:01 AM.576 [010] [S]Monitoring running for 0 miners


Looks like agent not load all clocking profiles on start
legendary
Activity: 1754
Merit: 1007
i have stoped miner, rebooted linux and run your nvidia-smi query. And i got the same  GPU pci-bus ordering result.
Problem is, that the after reboot value of clocking values which was showed in AM is not equal to values from Profit Profile for this rig. I have no idea where come this values after reboot.
In  Profit Profile set so:
START: Power 95%, Core 140, Memory 1200, Fan 100  (for all GPUs)
STOP: Reset to Default

After reboot (before i do manualy stop/start of awesome.service) AM in GPU Clocking Tab show my only sliders for Power and Fan
with this strange values:
GPU 0: Power 100, Fan 90
GPU 1: Power 96, Fan 90
GPU 2: Power 96, Fan 90
GPU 3: Power 100, Fan 90
GPU 4: Power 96, Fan 90
GPU 5: Power 96, Fan 90
GPU 6: Power 96, Fan 90
GPU 7: Power 96, Fan 90
Why linux set this wrong values, where they saved on ln system??? I can remember i have set this values during test phase, but logicaly after reboot i must see values from Profit Profile. I dont understand whats going on.

I checked GPU tab in AM, Memory set +1200 for all cards, that is ok. Core clocks looks good too.

Now i manualy restart awesome.service:
and i see:
Core 150, Memory 1200, Power 90, Fan 90   but in GPU clocking profile is : Core 140, Memory 1200, Power 95, Fan 100 !!!!
before rebbot i played with clocking and applied clocking profile with Core 150, Mem 1200, Pow 90, Fan 90
but at the and i applied profile with: Core 140, Memory 1200, Power 95, Fan 100
looks like AM saved clocking data on linux but not always and not before miner stop. Maybe Reset to default profile is a root of this chaos.
Huh
legendary
Activity: 1754
Merit: 1007
upd: Solved!

simple add a pause before service start. For my 8 GPU rig i needed extra 50 sec. delay to properly initialize all GPUs (if you guys have rigs with more cards or general slow system, simple increase delay)

I have added one string in [Service] section in awesome.service file:

[Service]
ExecStartPre=/bin/sleep 50
ExecStart=/awesomeminer-remoteagent/AwesomeMiner.RemoteAgent.Linux

Thanks for all detailed feedback and good that you found a workaround. I will look into this scenario to find a better way for Remote Agent to handle it.

Hi patrike
looks like my solution not works always(( sometimes yes, sometimes no. I have increased delay time, but this caused other problem, service stuck in "pre-start" state after rebooting.
Looks like awesome.service code must better check GPU initialization before delegate control to AwesomeMiner main program.
Hope you solve this quickly. Till this only manual restarting helps.

Regards.
Thanks for letting me know. I will investigate how to resolve this in a good way.
looks like AwesomeMiner wrong identify a GPUs PCI_BUS_ID after rebooting linux. Maybe AM used old stored data.
if i try for example manualy change fan speed on selected card 7, awesome change randomly on other card. If i select all GPUs and try to set fan or power, changes only applied on first 4 of 8 cards. This simply dangerous how awesome.service manage GPUs overclocking.
I wont use Linux due correct GPU VRAM management, but looks like i must try using Win7 instead of Win10. Windows 10 is simply theft 20% of GPU memory for nothing (due new model of driver platform) https://social.technet.microsoft.com/Forums/Lync/en-US/15b9654e-5da7-45b7-93de-e8b63faef064/windows-10-does-not-let-cuda-applications-to-use-all-vram-on-especially-secondary-graphics-cards?forum=win10itprohardware
but for Linux is not so many mining software as for windows at the moment.
Is this on a 8 x 2080ti system?
If you run into this again, it would be interesting to know what the output of nvidia-smi looks like for these scenarios.
Code:
nvidia-smi --query-gpu=name,pci.bus,index,power.limit,power.min_limit,power.max_limit,power.default_limit,clocks.max.sm,clocks.max.memory --format=csv
Hi patrike
this is output:
root@hive2080TI:/awesomeminer-remoteagent# nvidia-smi --query-gpu=name,pci.bus,index,power.limit,power.min_limit,power.max_limit,power.default_limit,clocks.max.sm,clocks.max.memory --format=csv
name, pci.bus, index, power.limit [W], power.min_limit [W], power.max_limit [W], power.default_limit [W], clocks.max.sm [MHz], clocks.max.memory [MHz]
GeForce RTX 2080 Ti, 0x01, 0, 238.00 W, 100.00 W, 310.00 W, 250.00 W, 2100 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x02, 1, 247.00 W, 100.00 W, 330.00 W, 260.00 W, 2175 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x03, 2, 247.00 W, 100.00 W, 330.00 W, 260.00 W, 2175 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x05, 3, 238.00 W, 100.00 W, 310.00 W, 250.00 W, 2100 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x06, 4, 247.00 W, 100.00 W, 330.00 W, 260.00 W, 2175 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x07, 5, 247.00 W, 100.00 W, 330.00 W, 260.00 W, 2175 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x08, 6, 247.00 W, 100.00 W, 330.00 W, 260.00 W, 2175 MHz, 7000 MHz
GeForce RTX 2080 Ti, 0x0A, 7, 247.00 W, 100.00 W, 330.00 W, 260.00 W, 2175 MHz, 7000 MHz

Maybe better use for GPU addressing pci.bus parameter like (0x07, 0x08 ...)  instead of simple GPU ID like 0, 1, 2 ...
But then i need to recreate all my GPU clocking profiles, where clocking parameters will be set for every GPU in rig.

Regards
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
@patrike - what can i do about this issue? I have a terminus R606 that I am monitoring on AM via port 4028

but now I cannot monitor my gpu rig on AM because it wants to use the same port so it mines but AM shows it as interface offline.

If I start the gpu rig first then the terminus it then cannot monitor the terminus

so I get that they are using the same port and that is the issue - is there a way to change this?
Awesome Miner allocates ports from 4028 and above for Managed Miners and this is not possible to change.

Are you running a local CgMiner process (or similar) for controlling the Terminus R606 miner? Does this one support running on another port (like --api-port 4123)?

yes - the terminus uses a local modified version of cgminer - i will check to see if it can run on another port

So yes I can change the port in cgminer for the terminus - simple actually - but how do I set AM to monitor it? Is it auto? If so why when running a managed miner thru AM does it not detect that AM is already listening to port and then use another one for my gpu rig?
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.2.5

 Awesome Miner Antminer firmware
  - Improved support for Antminer S9 running in Dual mode
  - Open the Antminer kernel log via the Firmware log tab for a selected miner
 GPU mining
  - Delay increases for Power Limit for the temperature controlled Power Limit feature
 Mining software
  - Nanominer integration improved to display CPU information when mining Monero
  - XmRig 5.5
  - CpuMiner-Opt 3.10.7
  - GMiner 1.92
 Changes
  - Dynamic update of coin statistics will not enforce certificates for HTTPS connections
 Corrections
  - Correction to NbMiner dual mining hashrate
  - Correction to Actual 24h display for Prohashing pool
  - Correction to 'Default Pools via web' configuration for Antminer Z9
legendary
Activity: 3346
Merit: 1094
@patrike - what can i do about this issue? I have a terminus R606 that I am monitoring on AM via port 4028

but now I cannot monitor my gpu rig on AM because it wants to use the same port so it mines but AM shows it as interface offline.

If I start the gpu rig first then the terminus it then cannot monitor the terminus

so I get that they are using the same port and that is the issue - is there a way to change this?
Awesome Miner allocates ports from 4028 and above for Managed Miners and this is not possible to change.

Are you running a local CgMiner process (or similar) for controlling the Terminus R606 miner? Does this one support running on another port (like --api-port 4123)?
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
@patrike - what can i do about this issue? I have a terminus R606 that I am monitoring on AM via port 4028

but now I cannot monitor my gpu rig on AM because it wants to use the same port so it mines but AM shows it as interface offline.

If I start the gpu rig first then the terminus it then cannot monitor the terminus

so I get that they are using the same port and that is the issue - is there a way to change this?
legendary
Activity: 3346
Merit: 1094
I would like to wish everyone all the best for 2020 and say thanks for contributing to all good discussions. Happy new year!
legendary
Activity: 3346
Merit: 1094
upd: Solved!

simple add a pause before service start. For my 8 GPU rig i needed extra 50 sec. delay to properly initialize all GPUs (if you guys have rigs with more cards or general slow system, simple increase delay)

I have added one string in [Service] section in awesome.service file:

[Service]
ExecStartPre=/bin/sleep 50
ExecStart=/awesomeminer-remoteagent/AwesomeMiner.RemoteAgent.Linux

Thanks for all detailed feedback and good that you found a workaround. I will look into this scenario to find a better way for Remote Agent to handle it.

Hi patrike
looks like my solution not works always(( sometimes yes, sometimes no. I have increased delay time, but this caused other problem, service stuck in "pre-start" state after rebooting.
Looks like awesome.service code must better check GPU initialization before delegate control to AwesomeMiner main program.
Hope you solve this quickly. Till this only manual restarting helps.

Regards.
Thanks for letting me know. I will investigate how to resolve this in a good way.
looks like AwesomeMiner wrong identify a GPUs PCI_BUS_ID after rebooting linux. Maybe AM used old stored data.
if i try for example manualy change fan speed on selected card 7, awesome change randomly on other card. If i select all GPUs and try to set fan or power, changes only applied on first 4 of 8 cards. This simply dangerous how awesome.service manage GPUs overclocking.
I wont use Linux due correct GPU VRAM management, but looks like i must try using Win7 instead of Win10. Windows 10 is simply theft 20% of GPU memory for nothing (due new model of driver platform) https://social.technet.microsoft.com/Forums/Lync/en-US/15b9654e-5da7-45b7-93de-e8b63faef064/windows-10-does-not-let-cuda-applications-to-use-all-vram-on-especially-secondary-graphics-cards?forum=win10itprohardware
but for Linux is not so many mining software as for windows at the moment.
Is this on a 8 x 2080ti system?
If you run into this again, it would be interesting to know what the output of nvidia-smi looks like for these scenarios.
Code:
nvidia-smi --query-gpu=name,pci.bus,index,power.limit,power.min_limit,power.max_limit,power.default_limit,clocks.max.sm,clocks.max.memory --format=csv
jr. member
Activity: 756
Merit: 2
There are times that some browsers have expired SSL and the connection is not secure, for example

https://explorer.zano.org/get_info

It would be nice if these requests left SSL aside, because when making the request AM you don't see the value. If I made the request regardless of SSL or non-SSL, I would always get the value.

Can you schedule the hash and difficulty Explorer requests, so they don't take SSL into account?

I have never used the suppliers, I use them as a reference and every currency that interests me I add the data dynamically and I perform performance tests. I do not serve the data of the providers, they are usually quite bad.
In general it's not good to accept broken certificates for HTTPS, but in this case it's not any sensitive data. This specific site forces HTTPS, but then doesn't have a valid certificate. Today, Awesome Miner will reject it and your web browser will prompt you if you want to load the page.

It's a very quick change for me to make to allow you to load data from thei site - so you can expect it in the next version.

Thank you very much patrike for taking into account my two requests, always to improve the product.

I wish you all a happy 2020 full of coins and blocks.
legendary
Activity: 1754
Merit: 1007
upd: Solved!

simple add a pause before service start. For my 8 GPU rig i needed extra 50 sec. delay to properly initialize all GPUs (if you guys have rigs with more cards or general slow system, simple increase delay)

I have added one string in [Service] section in awesome.service file:

[Service]
ExecStartPre=/bin/sleep 50
ExecStart=/awesomeminer-remoteagent/AwesomeMiner.RemoteAgent.Linux

Thanks for all detailed feedback and good that you found a workaround. I will look into this scenario to find a better way for Remote Agent to handle it.

Hi patrike
looks like my solution not works always(( sometimes yes, sometimes no. I have increased delay time, but this caused other problem, service stuck in "pre-start" state after rebooting.
Looks like awesome.service code must better check GPU initialization before delegate control to AwesomeMiner main program.
Hope you solve this quickly. Till this only manual restarting helps.

Regards.
Thanks for letting me know. I will investigate how to resolve this in a good way.
looks like AwesomeMiner wrong identify a GPUs PCI_BUS_ID after rebooting linux. Maybe AM used old stored data.
if i try for example manualy change fan speed on selected card 7, awesome change randomly on other card. If i select all GPUs and try to set fan or power, changes only applied on first 4 of 8 cards. This simply dangerous how awesome.service manage GPUs overclocking.
I wont use Linux due correct GPU VRAM management, but looks like i must try using Win7 instead of Win10. Windows 10 is simply theft 20% of GPU memory for nothing (due new model of driver platform) https://social.technet.microsoft.com/Forums/Lync/en-US/15b9654e-5da7-45b7-93de-e8b63faef064/windows-10-does-not-let-cuda-applications-to-use-all-vram-on-especially-secondary-graphics-cards?forum=win10itprohardware
but for Linux is not so many mining software as for windows at the moment.
legendary
Activity: 3346
Merit: 1094

@patrike - Can you add an option to show number coins per day in addition to dollar value in Coin column? Will make it much easier to compare with actual pool earnings, as dollar value goes up and down. Thanks.
If you enable the "Information" column, you will be able to select to include "Coins Per Day". See the toolbar Appearance -> Information column.
legendary
Activity: 3346
Merit: 1094
Hi,

any sugesstions about RX580 8GB how can i overclock it? i have premium version,for example my clocks are 1145 at clock and 2100 for mem but when i try to overclock them they show me max 2000 Mhz at mem how that;s possible? i'm using 18,4 on Ubuntu 16.4

Hi,
Could you please send me the log file for Awesome Miner Remote Agent?
legendary
Activity: 3346
Merit: 1094
upd: Solved!

simple add a pause before service start. For my 8 GPU rig i needed extra 50 sec. delay to properly initialize all GPUs (if you guys have rigs with more cards or general slow system, simple increase delay)

I have added one string in [Service] section in awesome.service file:

[Service]
ExecStartPre=/bin/sleep 50
ExecStart=/awesomeminer-remoteagent/AwesomeMiner.RemoteAgent.Linux

Thanks for all detailed feedback and good that you found a workaround. I will look into this scenario to find a better way for Remote Agent to handle it.

Hi patrike
looks like my solution not works always(( sometimes yes, sometimes no. I have increased delay time, but this caused other problem, service stuck in "pre-start" state after rebooting.
Looks like awesome.service code must better check GPU initialization before delegate control to AwesomeMiner main program.
Hope you solve this quickly. Till this only manual restarting helps.

Regards.
Thanks for letting me know. I will investigate how to resolve this in a good way.
legendary
Activity: 3346
Merit: 1094
There are times that some browsers have expired SSL and the connection is not secure, for example

https://explorer.zano.org/get_info

It would be nice if these requests left SSL aside, because when making the request AM you don't see the value. If I made the request regardless of SSL or non-SSL, I would always get the value.

Can you schedule the hash and difficulty Explorer requests, so they don't take SSL into account?

I have never used the suppliers, I use them as a reference and every currency that interests me I add the data dynamically and I perform performance tests. I do not serve the data of the providers, they are usually quite bad.
In general it's not good to accept broken certificates for HTTPS, but in this case it's not any sensitive data. This specific site forces HTTPS, but then doesn't have a valid certificate. Today, Awesome Miner will reject it and your web browser will prompt you if you want to load the page.

It's a very quick change for me to make to allow you to load data from thei site - so you can expect it in the next version.
legendary
Activity: 3346
Merit: 1094
Hi Patrike, I have not written to you for a long time, you are doing a great job as always, I remind you of an old request from me and I propose a new one.

Old request:

Know in statistics the times you make profit change in 24 hours and for each moment. To determine if that percentage of mining of a coin has done it in 1 change or in 30. It would help me to make better decisions

The other request is an improvement on something existing. I mean temperature control, which is going very well but I explain.

I use both methods, both the general by TDP with its two options and also the core reduction. My scheme is as follows

TDP 1 limitation: 72 degrees, you under the TDP

TDP 2 limitation: 74 degrees, even more under the TDP

Temperature limitation in each OC or core, I have it at 76 degrees

What is the problem ?, Well, it works well, but is constantly jumping temperature. I have a card that according to the Algorithm gets very hot and is always dancing the temperature of 72 to 76 degrees. Because what happens that when it falls to 71 or 72 the limitations are removed and reheated, when it is heated, the limitations are activated and the temperature is lowered, but then the limitations are removed and again heated. I think that so much temperature change, TDP and core can be even bad.

The idea or solution I see simple. If a card activates a temperature limit for example TDP 1, this limit remains active until it changes algorithm or currency. This way we avoid getting the cards receiving a constant change of TDP and CORE all the time. It is logical that if it reaches TDP 1 and 2 and the temperature drops, if we remove the limitation it warms up again. That's why I think it's a better idea to keep the limitations until you change your currency. That way the temperature would be more stable, and I wouldn't be hitting jumps all the time between 72 and 76 as is my case, I don't want it to reach 76 every time.

I hope it is understood and that you see it well as an idea, the implementation is very easy, basically because almost everything is done, just keep limitations until currency exchange, with which the temperature will not be jumping, we are not changing TDP and CORE several times per minute to the card

Hi patrike, happy holidays. I would like you to tell me something about the suggestion I made.

I think the implementation is very easy, 90% is done. It is only to maintain the limitations if they are reached and even if the temperature drops, keep those limitations. Only if you change currency or make a change would you reset

Believe me that I have several cards constantly dancing between 72 and 76 and I do not like anything, and if under the OC it is for the entire Rig, while if a card reaches a limitation, it keeps it, instead of constantly activating and deactivating the limitations and producing a temperature dance. I have already broken one of those cards and I think it's because of the continuous dance, because it always reached the maximum, it went down to 71, it went back up, so 24 hours every day. Too much stress for the card.
Thanks for the additional comments.

Right now there is a limit of 30 seconds between the Power Limit changes. This will only prevent some of the changes - but I understand your point that it still can be too many. Maybe the change should be like this:
- The Power Limit can be decreased no more frequently than 30 seconds after last Power Limit change
- The Power Limit can be increased no more frequently than 5 minutes after last Power Limit change.

This would make the Power Limit go down as fast as today - but it will not be increased so fast again. It will stay on a lower level for some time before it even attempts to go back. So instead of possibly 120 changes per hours as you could have today, this concept would give about 11-12 changes per hour.

This concept would work fine even if you would be mining for a longer period of time - as you don't have to wait for a profit switch. It would also be working for those that doesn't do profit switching and runs the same mining software and pool all the time.

Please let me know what you think. Thanks!

I think it's fine, but that time of 5 minutes could be changed. So by default everyone 5 minutes away, but if I want it, I can put it for 30 minutes for example and so everyone would be happy.
I will introduce this concept in the next release and you will be able to set "Delay increases by (minutes)" where you can change from 5 to for example 30 minutes.
member
Activity: 531
Merit: 29

@patrike - Can you add an option to show number coins per day in addition to dollar value in Coin column? Will make it much easier to compare with actual pool earnings, as dollar value goes up and down. Thanks.
newbie
Activity: 2
Merit: 0
Is it not good to put m = party.password in the place of add to worker name?
jr. member
Activity: 348
Merit: 5
Please tell me how to set if you want to do party mining with zergpool Cheesy


1. you would need to add a pool, follow the documentation

https://support.awesomeminer.com/support/solutions/articles/35000086010-mining-pools


2. Easiest is to use the Zergpool's Miner Command Line Generator (select radio button that says Party) located on their home page and fill in the relevant information, just copy paste in the generated command and paste them into the Pool Properties

Server URL: {generated}
Worker Name: {generated}
Worker password: {generated}
newbie
Activity: 2
Merit: 0
Please tell me how to set if you want to do party mining with zergpool Cheesy
Jump to: