Pages:
Author

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

fgm
newbie
Activity: 43
Merit: 0
Not only Phoenix miner, also team red miner with xhv.
legendary
Activity: 3346
Merit: 1094
Hello,
I ahve a problem when runing miner as administrator.
If the miner stops and restarts, or if the pc stops and restarts, the software  does not detect the running process and it tries to start another instance of the miner, after this the system locks.
I am running phoenix miner 5.2d.
Is it only for Phoenix Miner you run into this problem?

Awesome Miner should automatically configure Phoenix Miner to not restart itself in case of crashes/issue, to avoid these kind of issues. Awesome Miner should automatically setup this by using the command line arguments "-wdog 1 -rmode 0". You can verify this using the Diagnostics button.

fgm
newbie
Activity: 43
Merit: 0
Hello,
I ahve a problem when runing miner as administrator.
If the miner stops and restarts, or if the pc stops and restarts, the software  does not detect the running process and it tries to start another instance of the miner, after this the system locks.
I am running phoenix miner 5.2d.
legendary
Activity: 3346
Merit: 1094
Please, I want to upgrade my license becouse the feature that allows to chance clocks looks like very interesting. But I wanna know if it will work with AM + HIVEOS
(using linux remote agent) before I upgrade.

TKS!
Yes, it works.

If you reach out to me via a private message or the web site (https://www.awesomeminer.com/contact) and let me know your e-mail address, I can provide you with a time limited trial license where you can evaluate our software with all features. Thanks!
full member
Activity: 237
Merit: 100
Please, I want to upgrade my license becouse the feature that allows to chance clocks looks like very interesting. But I wanna know if it will work with AM + HIVEOS
(using linux remote agent) before I upgrade.

TKS!
legendary
Activity: 3346
Merit: 1094
I just finally got my stupid setup going on ubuntu 20.04.. Now when I try to connect to nanopool server i get

Eth: Could not connect to ethash pool eth-us-west1.nanopool.org:9999: Network is unreachable

I have internet
I tried other mining pools
Any help would be greatly appreciated
As this is P*****G me off

Can you please start the miner with the Diagnostics button in the Awesome Miner toolbar and share the output with me? I can then try to reproduce the problem with your exact configuration. Thanks!
newbie
Activity: 13
Merit: 0
I just finally got my stupid setup going on ubuntu 20.04.. Now when I try to connect to nanopool server i get

Eth: Could not connect to ethash pool eth-us-west1.nanopool.org:9999: Network is unreachable

I have internet
I tried other mining pools
Any help would be greatly appreciated
As this is P*****G me off
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 8.1.8

 CPU mining
  - Improved display of power usage for CPU mining
 Features
  - Connection to Remote Agent can be tested via the Managed Miner Properties
 Mining software
  - Nanominer 3.1
  - T-Rex miner 0.18.10
 Corrections
  - Improved EthMiner API compatibility
full member
Activity: 237
Merit: 100
How can I change phoenixminer parameters on AM?

Parameters:

-cclock
-mclock
-fanmin

I am using HIVEOS + AM.

Already tryed:

1) Command line (After save, AM cannot restart the process of mining - Not allowed)
2) GPU clock profiles: Only if you pay another kind of license
3) Advanced then Variables: Not make efect  

Please, someone can send me a print with an example showing how to add PM parameters?
You should be able to use #1 for adding custom command line parameters to Phoenix Miner.
Can you please start the miner with the Diagnostics button and share the output with me? This should indicate why Phoenix Miner didn't accept your custom parameters. Thanks!


this is the log:


Initialize diagnostics (10)
Starting Diagnostics (30s). Awesome Miner Remote Agent version: 8.1.7
OS: Unix 5.0.21.201105
GPU Details:
  GPUs:
Prerequisites:
  Microsoft .NET Framework: 4.0.30319.42000
  Microsoft VC++ 2013 runtime installed: No
  Microsoft VC++ 2015 runtime installed: No
  Microsoft VC++ 2017 runtime installed: No
  Microsoft VC++ 2019 runtime installed: No
Starting Mining Software
Setting up Miner Engine. Instance: 1
Engine Type: PhoenixMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable:
Properties: (WindowMode: ConsoleFormat, EngineType: PhoenixMiner, IsProfitMiner: False)
====================================================================================================
/root/.config/AwesomeMinerService/phoenixminer_5.2d_linux.tar_1/PhoenixMiner_5.2d_Linux/PhoenixMiner  -fanmin 90 -cclok 1200 -cmem 2000 -fanmin 92 -wdog 1 -rmode 0 -cdm 2 -cdmport 4028
Configuration:
POOL: eth-us-east1.nanopool.org:9999, WAL: 0x10a035bddc2d3a404860e918278cf375ae435793, WORKER: AM, PASS: x, PROTO: 2, ALLPOOLS: 1

==========

Configured command line:
-fanmin 90 -cclok 1200 -cmem 2000
====================================================================================================
Failed to start miner process: Process has exited, so the requested information is not available.
Failed to start miner in Diagnostics mode
Diagnostics completed

Please check the spelling of "cclok" as it should be "cclock". I'm also not sure about what "-cmem" is? If it's the memory clock, please try "-mclock".

If it still doesn't work, please try the following:
Code:
cd /root/.config/AwesomeMinerService/phoenixminer_5.2d_linux.tar_1/PhoenixMiner_5.2d_Linux/
./PhoenixMiner  -fanmin 90 -cclock 1200 -mclock 2000 -fanmin 92 -wdog 1 -rmode 0 -cdm 2 -cdmport 4028

Any errors?


works!!

the problem was the spelling, but to set the fan, i had to imput -tt 100, the comand -fanmin 100 did not work but it looks like an phoenix miner issue..
legendary
Activity: 3346
Merit: 1094
How can I change phoenixminer parameters on AM?

Parameters:

-cclock
-mclock
-fanmin

I am using HIVEOS + AM.

Already tryed:

1) Command line (After save, AM cannot restart the process of mining - Not allowed)
2) GPU clock profiles: Only if you pay another kind of license
3) Advanced then Variables: Not make efect  

Please, someone can send me a print with an example showing how to add PM parameters?
You should be able to use #1 for adding custom command line parameters to Phoenix Miner.
Can you please start the miner with the Diagnostics button and share the output with me? This should indicate why Phoenix Miner didn't accept your custom parameters. Thanks!


this is the log:


Initialize diagnostics (10)
Starting Diagnostics (30s). Awesome Miner Remote Agent version: 8.1.7
OS: Unix 5.0.21.201105
GPU Details:
  GPUs:
Prerequisites:
  Microsoft .NET Framework: 4.0.30319.42000
  Microsoft VC++ 2013 runtime installed: No
  Microsoft VC++ 2015 runtime installed: No
  Microsoft VC++ 2017 runtime installed: No
  Microsoft VC++ 2019 runtime installed: No
Starting Mining Software
Setting up Miner Engine. Instance: 1
Engine Type: PhoenixMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable:
Properties: (WindowMode: ConsoleFormat, EngineType: PhoenixMiner, IsProfitMiner: False)
====================================================================================================
/root/.config/AwesomeMinerService/phoenixminer_5.2d_linux.tar_1/PhoenixMiner_5.2d_Linux/PhoenixMiner  -fanmin 90 -cclok 1200 -cmem 2000 -fanmin 92 -wdog 1 -rmode 0 -cdm 2 -cdmport 4028
Configuration:
POOL: eth-us-east1.nanopool.org:9999, WAL: 0x10a035bddc2d3a404860e918278cf375ae435793, WORKER: AM, PASS: x, PROTO: 2, ALLPOOLS: 1

==========

Configured command line:
-fanmin 90 -cclok 1200 -cmem 2000
====================================================================================================
Failed to start miner process: Process has exited, so the requested information is not available.
Failed to start miner in Diagnostics mode
Diagnostics completed

Please check the spelling of "cclok" as it should be "cclock". I'm also not sure about what "-cmem" is? If it's the memory clock, please try "-mclock".

If it still doesn't work, please try the following:
Code:
cd /root/.config/AwesomeMinerService/phoenixminer_5.2d_linux.tar_1/PhoenixMiner_5.2d_Linux/
./PhoenixMiner  -fanmin 90 -cclock 1200 -mclock 2000 -fanmin 92 -wdog 1 -rmode 0 -cdm 2 -cdmport 4028

Any errors?
full member
Activity: 237
Merit: 100
How can I change phoenixminer parameters on AM?

Parameters:

-cclock
-mclock
-fanmin

I am using HIVEOS + AM.

Already tryed:

1) Command line (After save, AM cannot restart the process of mining - Not allowed)
2) GPU clock profiles: Only if you pay another kind of license
3) Advanced then Variables: Not make efect 

Please, someone can send me a print with an example showing how to add PM parameters?
You should be able to use #1 for adding custom command line parameters to Phoenix Miner.
Can you please start the miner with the Diagnostics button and share the output with me? This should indicate why Phoenix Miner didn't accept your custom parameters. Thanks!


this is the log:


Initialize diagnostics (10)
Starting Diagnostics (30s). Awesome Miner Remote Agent version: 8.1.7
OS: Unix 5.0.21.201105
GPU Details:
  GPUs:
Prerequisites:
  Microsoft .NET Framework: 4.0.30319.42000
  Microsoft VC++ 2013 runtime installed: No
  Microsoft VC++ 2015 runtime installed: No
  Microsoft VC++ 2017 runtime installed: No
  Microsoft VC++ 2019 runtime installed: No
Starting Mining Software
Setting up Miner Engine. Instance: 1
Engine Type: PhoenixMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable:
Properties: (WindowMode: ConsoleFormat, EngineType: PhoenixMiner, IsProfitMiner: False)
====================================================================================================
/root/.config/AwesomeMinerService/phoenixminer_5.2d_linux.tar_1/PhoenixMiner_5.2d_Linux/PhoenixMiner  -fanmin 90 -cclok 1200 -cmem 2000 -fanmin 92 -wdog 1 -rmode 0 -cdm 2 -cdmport 4028
Configuration:
POOL: eth-us-east1.nanopool.org:9999, WAL: 0x10a035bddc2d3a404860e918278cf375ae435793, WORKER: AM, PASS: x, PROTO: 2, ALLPOOLS: 1

==========

Configured command line:
-fanmin 90 -cclok 1200 -cmem 2000
====================================================================================================
Failed to start miner process: Process has exited, so the requested information is not available.
Failed to start miner in Diagnostics mode
Diagnostics completed
legendary
Activity: 3346
Merit: 1094
How can I change phoenixminer parameters on AM?

Parameters:

-cclock
-mclock
-fanmin

I am using HIVEOS + AM.

Already tryed:

1) Command line (After save, AM cannot restart the process of mining - Not allowed)
2) GPU clock profiles: Only if you pay another kind of license
3) Advanced then Variables: Not make efect 

Please, someone can send me a print with an example showing how to add PM parameters?
You should be able to use #1 for adding custom command line parameters to Phoenix Miner.
Can you please start the miner with the Diagnostics button and share the output with me? This should indicate why Phoenix Miner didn't accept your custom parameters. Thanks!
legendary
Activity: 3346
Merit: 1094
Hi patrike.
With the last update if i use ethminer I cant see the hashrate. And I dont see accepted and rejected too
Which versio of EthMiner are you running? If 0.18, can you please go to the Options dialog, Managed Software section and try 0.17.1 as well?
With gpus it always says interface offline whatever version i use but i have also fpgas fk33 mining eth which uses modified ethminer. and its api doesnt work  too from the latest update
The version of Ethminer you use is probably slightly different and I will have to look into it and make sure Awesome Miner can support it as well.
Can you please send me the API report from this miner, via the toolbar Tools -> API Report. Please send me the report via PM or via our web site. Thanks!
full member
Activity: 237
Merit: 100
How can I change phoenixminer parameters on AM?

Parameters:

-cclock
-mclock
-fanmin

I am using HIVEOS + AM.

Already tryed:

1) Command line (After save, AM cannot restart the process of mining - Not allowed)
2) GPU clock profiles: Only if you pay another kind of license
3) Advanced then Variables: Not make efect 

Please, someone can send me a print with an example showing how to add PM parameters?
member
Activity: 430
Merit: 22
Professional user
Hi patrike.
With the last update if i use ethminer I cant see the hashrate. And I dont see accepted and rejected too
Which versio of EthMiner are you running? If 0.18, can you please go to the Options dialog, Managed Software section and try 0.17.1 as well?
With gpus it always says interface offline whatever version i use but i have also fpgas fk33 mining eth which uses modified ethminer. and its api doesnt work  too from the latest update
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 8.1.7

 ASIC mining
  - Configuration of Power mode (Work mode) for Antminers running Bitmain firmware for S15/T15 and S17/T17
 Features
  - Trigger for Miner State can be configured with a duration the miner must be in the specific state before triggered
  - Notes can be added to Miner groups
  - Improved selection of Mining software to use based on detected nVidia CUDA version available
  - Feature to send a ping request to a Remote Agent process and display the response time (toolbar: Tools -> System Tools -> Ping)
 Mining software
  - Nanominer 3.0.1
  - Gminer 2.30
  - T-rex miner 0.18.9, incl. use of new worker ID parameter
  - PhoenixMiner 5.2d
  - Miniz Miner 1.6w2
  - CpuMiner-Opt 3.15.2
  - Bminer 16.3.6
  - NbMiner 33.4
  - LolMiner 1.15
  - XmRig 6.5.3
 Corrections
  - Correction to AMD Ryzen temperature display
  - Correction to detection of AMD GPU memory on Linux
  - Correction to AMD GPU name display on Linux
  - Correction to display of coin value in the status bar for coins with only a USD value
newbie
Activity: 18
Merit: 0
https://ibb.co/0YtxTcc

Is it possible to change the values ​​of MEM and VDDCI?
And when rebooting, it does not keep the values ​​of the fans, puts it on the machine all the time
These properties cannot be set explicitly by Remote Agent, but I can look into it as a future improvement.
In general, you can define a GPU Clocking Profile for your Managed Miner and it will apply your clocking settings as soon as the miner is started.

https://ibb.co/TwX2ZvF

I found such a solution, but it would be more convenient in AM.
And the values ​​would not be bad:

CORE_CLOCK=""
CORE_STATE=""
CORE_VDDC=""
MEM_CLOCK=""
MEM_STATE=""
MVDD=""
VDDCI=""
FAN=""
PL=""
REF=""
AGGRESSIVE=
legendary
Activity: 3346
Merit: 1094
Hi patrike.
With the last update if i use ethminer I cant see the hashrate. And I dont see accepted and rejected too
Which versio of EthMiner are you running? If 0.18, can you please go to the Options dialog, Managed Software section and try 0.17.1 as well?
legendary
Activity: 3346
Merit: 1094
hi patrike,

any news about the ryzen cpu temp? no temps for ryzen 1x00 and ryzen 2x00 cpu´s. Mining software xmrig and srbminer multi.
I've not been able to reproduce this on my Ryzen 3000-series CPU. I have however added additional debug details for the next version to get a better understanding of the issue.
Is the case still that you see the CPU temperature (both "Temperature" and "Core Temperature") in the System tab - but nothing on the CPU tab?

Phönixminer 5.2c was released.
I've pushed an update with Phoenix Miner 5.2d now.

Hi Patrike,

i see only temperature in the system tab, core temperature show nothing, but the ryzen 1x00 and 2x00 has only 1 temp sensor. open hardware monitor only show 1 temperature for the hole cpu package, same in Coretemp and hwinfo also.
Thanks for the update. I think I have isolated the scenario. Please let me know if the next release, planned for today, works better. Thanks!
member
Activity: 430
Merit: 22
Professional user
Hi patrike.
With the last update if i use ethminer I cant see the hashrate. And I dont see accepted and rejected too
Pages:
Jump to: