Author

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

legendary
Activity: 1754
Merit: 1007
Hi boss, AM need some improvements
example: I have rig with 8 GPUs, if i use GPU selection and use only 7 GPUs (GPU ID 6 switched off), AM show me in GPU tab this GPU ID order: 0, 1, 2, 3, 4, 5, 6 (that is not correct) it must be: 0, 1, 2, 3, 4, 5, 7
If i check GPU ID in miner (GMiner) console output, GPU ID assigned properly.

And please add "Clone" function to "GPU clocking profile groups" and "Profile groups"

Regards
legendary
Activity: 3346
Merit: 1094
How to get the value of 'buy_price' on this?

{
    "markets": [
        {
            "coin_name": "Ankh Credit",
            "coin_tck": "0AC",
            "market": "0AC/BTC",
            "buy_price": "0.0000003300",
            "sell_price": "0.0000012300",
            "volume24h": 100,
            "price24hago": "0.0000003300",
            "latest_price": "0.0000003300"
        },
I think it should work with:
markets[0].buy_price

The reason for
Code:
[0]
is that markets is an JSON array, starting with
Code:
[
. In your case you pick the first element in the array.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.2.7

 ASIC mining
  - Support for pool changes on Avalon 10 miners where the standard management interface isn't available
 GPU mining
  - Added Gminer dual mining support
  - Possible to configure empty personalization string for algorithms and software where a default value is used
 Features
  - Awesome Miner can update coin exponential factors and algorithm overrides without having to install a new software version
 Integration
  - Improved Mining Dutch mining information
 Mining software
  - CpuMiner-Opt 3.11.3
  - XmRig 5.5.1
  - Z-enemy Miner 2.4
 Corrections
  - Correction to profit switching calculations for dual mining
newbie
Activity: 162
Merit: 0
@patrike


How to get the value of 'buy_price' on this?

{
    "markets": [
        {
            "coin_name": "Ankh Credit",
            "coin_tck": "0AC",
            "market": "0AC/BTC",
            "buy_price": "0.0000003300",
            "sell_price": "0.0000012300",
            "volume24h": 100,
            "price24hago": "0.0000003300",
            "latest_price": "0.0000003300"
        },
legendary
Activity: 3346
Merit: 1094
@patrike

Z-ENEMY 2.4  From: Dk & Enemy (z-enemy)

IMPORTANT:
For maximum performance make sure you have latest drivers
http://www.nvidia.com/Download/index.aspx

Changes:
-  Fixed high CPU load with latest nVidia drivers, you can expect higher hashrate on the mining rigs with lower end CPUs
-  Fixed nvml.dll load error with latest nVidia drivers
Thanks - I've pushed a software definition update for this.
newbie
Activity: 162
Merit: 0
@patrike

Z-ENEMY 2.4  From: Dk & Enemy (z-enemy)

IMPORTANT:
For maximum performance make sure you have latest drivers
http://www.nvidia.com/Download/index.aspx

Changes:
-  Fixed high CPU load with latest nVidia drivers, you can expect higher hashrate on the mining rigs with lower end CPUs
-  Fixed nvml.dll load error with latest nVidia drivers
legendary
Activity: 3346
Merit: 1094
seen some strange bugs like negative profit estimate (??) for dual CKB+ETH mining if NBMiner is on top of miners list inside the profit profile.
if I set the ETH hashrate to 0 then the profit switcher shows correct profit estimate, NBMiner starts and runs fine, but AM thinks that it's not in dual mode, shows that the miner is mining ETH and only ETH hashrate is used to show current profitability. additional CKB profit is ignored.
I've identified this issue and it will be corrected in the next release.

also CKB+ETH mode is not supported for GMiner.
Awesome Miner didn't have Dual Mining enabled for Gminer yet, but I will go ahead and add support for this.
jr. member
Activity: 238
Merit: 3
Awesome Miner version 7.2.6

 GPU mining
  - Support variables in the command line field for a pool
  - The configuration file for the mining software NanoMiner and XmRig can be modified via the Properties of a Managed Miner
 Integration
  - Nicehash Eaglesong pool added
  - Nicehash SHA-256 AsicBoost pool added in addition to the standard SHA-256 pool
  - Updated block explorer for ETC wallet balance
 Mining software
  - CpuMiner-Opt 3.11.1
  - Phoenix Miner 4.9c
 Corrections
  - Correction to nVidia GPU initialization on Linux
seen some strange bugs like negative profit estimate (??) for dual CKB+ETH mining if NBMiner is on top of miners list inside the profit profile.
if I set the ETH hashrate to 0 then the profit switcher shows correct profit estimate, NBMiner starts and runs fine, but AM thinks that it's not in dual mode, shows that the miner is mining ETH and only ETH hashrate is used to show current profitability. additional CKB profit is ignored.

also CKB+ETH mode is not supported for GMiner.

the whole dual mining implementation seems broken and buggy. should be much better and easier to understand if you remove the "dual hashrate" field, and instead show all the dual mining combos as separate profit profile algo entries (like "Ethereum+Eaglesong") with two assigned hashrates, if both parent algos are enabled.

thank you
legendary
Activity: 3346
Merit: 1094
@patrike
Hi boss, have updated on 7.2.6 linux client, but problem not solved.
If i try to change clocking settings over AM or set other clocking profile. On linux side new values for Core, Memory, Power and Fan will be set normaly only for first 4 of 8 cards.
The last 4 cards not accepting new fan settings. no up, no down. The fan settings for this last 4 cards is set to 90%
I cant find any nvidia-smi command to check fan speed, i use in hiveOS motd command to show actual speed of fans. But strange is that the AM display me fan value which i have set (for ex. 100% or 80%)
Maybe problem not in linux service, maybe AM service cant change some files where clocking values was saved due restriction??? What must i check?
 i have no plan what to do((

Regards
I've just sent you a PM with some requests. Thanks!
member
Activity: 1558
Merit: 69
Awesome Miner version 7.2.6

 GPU mining
  - Support variables in the command line field for a pool
  - The configuration file for the mining software NanoMiner and XmRig can be modified via the Properties of a Managed Miner
 Integration
  - Nicehash Eaglesong pool added
  - Nicehash SHA-256 AsicBoost pool added in addition to the standard SHA-256 pool
  - Updated block explorer for ETC wallet balance
 Mining software
  - CpuMiner-Opt 3.11.1
  - Phoenix Miner 4.9c
 Corrections
  - Correction to nVidia GPU initialization on Linux

Thanks Patrike, Nanominer and XMRig configuration is so much easier now  Grin
legendary
Activity: 1754
Merit: 1007
@patrike
Hi boss, have updated on 7.2.6 linux client, but problem not solved.
If i try to change clocking settings over AM or set other clocking profile. On linux side new values for Core, Memory, Power and Fan will be set normaly only for first 4 of 8 cards.
The last 4 cards not accepting new fan settings. no up, no down. The fan settings for this last 4 cards is set to 90%
I cant find any nvidia-smi command to check fan speed, i use in hiveOS motd command to show actual speed of fans. But strange is that the AM display me fan value which i have set (for ex. 100% or 80%)
Maybe problem not in linux service, maybe AM service cant change some files where clocking values was saved due restriction??? What must i check?
 i have no plan what to do((

Regards
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.2.6

 GPU mining
  - Support variables in the command line field for a pool
  - The configuration file for the mining software NanoMiner and XmRig can be modified via the Properties of a Managed Miner
 Integration
  - Nicehash Eaglesong pool added
  - Nicehash SHA-256 AsicBoost pool added in addition to the standard SHA-256 pool
  - Updated block explorer for ETC wallet balance
 Mining software
  - CpuMiner-Opt 3.11.1
  - Phoenix Miner 4.9c
 Corrections
  - Correction to nVidia GPU initialization on Linux
legendary
Activity: 3346
Merit: 1094
Hi Patrike, I have a very curious problem.

I suppose it will happen to me with more coins but as now I lose very little loose coins, but I have noticed in one.

It is a currency added by me totally with all its data of difficulty, nethash, reward etc ... and I have it in autoprofit at the same time as nicehash and some zergpool algorithms.

The problem is that that currency has disappeared from the coins tab. If I look in options> coins, the coins that can be seen appear in the left column, but it does not appear in any way in the coins tab, and I have searched it by ordering alphabetically.

But even so, although it does not appear on the COINS tab, it does the auto profit and is undermined by the rigs. It drives me crazy not to see the currency in COINS, because I can't visually check if the price is correct and has made a good autoprofit change.

The name of the coin doesn't matter, I don't want to comment it. But it is very curious, because a few days ago if it appeared, and the only way to not see it in that tab is to hide it, and it is not hidden, nor does it appear in the list of hidden.
1) Is the algorithm enabled in the Options dialog, Algorithm section?
2) Is the coin visible in for example the Pool Properties dialog, where you can make a coin selection for a pool?
3) Have you seen any pattern like it's always the same coin or algorithm if it happens multiple times?
4) Is this a temporary problem that is solved if you restart Awesome Miner? Or is the specific coin missing even after restarting?



1- Yes, the algorithm is enabled. If it was disabled it would not undermine it. I have all the algorithms activated.
2.- YES, in the selection of coins when setting up a pool, the currency appears to choose it or not.
3.- As I said, I barely lose single coins at this time. And this had never happened to me before in any other currency.
4.- I have restarted Awesome miner several times and it still does not appear.

It is a very rare problem, really. I also told you that the currency is not as hidden. If I go to options> coins, this currency appears in the column visible on the left. This was the first thing I looked at.

I remember that it is a currency added by me, like many others, but it is the first time it happens to me. What scares me is that if I use it even if it does not appear on the list, if the autoprofit will do well or this currency has remained at a fixed value. When I don't see it, I can't know if the Explorer works or not, and if the dynamic data is being updated.
Thanks for the details.

Could you please send me your configuration file, %appdata%\AwesomeMiner\ConfigData.xml, by e-mail (don't make a public post as the configuration file can contain sensitive information) and I will investigate. Please also let me know the name of the coin I should look for as well. Thanks!
jr. member
Activity: 756
Merit: 2
Hi Patrike, I have a very curious problem.

I suppose it will happen to me with more coins but as now I lose very little loose coins, but I have noticed in one.

It is a currency added by me totally with all its data of difficulty, nethash, reward etc ... and I have it in autoprofit at the same time as nicehash and some zergpool algorithms.

The problem is that that currency has disappeared from the coins tab. If I look in options> coins, the coins that can be seen appear in the left column, but it does not appear in any way in the coins tab, and I have searched it by ordering alphabetically.

But even so, although it does not appear on the COINS tab, it does the auto profit and is undermined by the rigs. It drives me crazy not to see the currency in COINS, because I can't visually check if the price is correct and has made a good autoprofit change.

The name of the coin doesn't matter, I don't want to comment it. But it is very curious, because a few days ago if it appeared, and the only way to not see it in that tab is to hide it, and it is not hidden, nor does it appear in the list of hidden.
1) Is the algorithm enabled in the Options dialog, Algorithm section?
2) Is the coin visible in for example the Pool Properties dialog, where you can make a coin selection for a pool?
3) Have you seen any pattern like it's always the same coin or algorithm if it happens multiple times?
4) Is this a temporary problem that is solved if you restart Awesome Miner? Or is the specific coin missing even after restarting?



1- Yes, the algorithm is enabled. If it was disabled it would not undermine it. I have all the algorithms activated.
2.- YES, in the selection of coins when setting up a pool, the currency appears to choose it or not.
3.- As I said, I barely lose single coins at this time. And this had never happened to me before in any other currency.
4.- I have restarted Awesome miner several times and it still does not appear.

It is a very rare problem, really. I also told you that the currency is not as hidden. If I go to options> coins, this currency appears in the column visible on the left. This was the first thing I looked at.

I remember that it is a currency added by me, like many others, but it is the first time it happens to me. What scares me is that if I use it even if it does not appear on the list, if the autoprofit will do well or this currency has remained at a fixed value. When I don't see it, I can't know if the Explorer works or not, and if the dynamic data is being updated.
legendary
Activity: 3346
Merit: 1094
Hey Patrike,

can you change the configuration for nanominer? I will only mine with cpu (no device option needed in the config) and how can i adjust cputhreads via awesomeminer? I can´t define it. My Nanominer config file looks like this after starting via Awesomeminer:

watchdog=false
mport=4028

[RandomX]
wallet = xxxxxxxx
coin = XMR
pool1 = xmr-eu1.nanopool.org:14444
devices = 0

But it must look like this:

watchdog=false
mport=4028

[RandomX]
wallet = xxxxxxxx
coin = XMR
pool1 = xmr-eu1.nanopool.org:14444
cputhreads = 2

EDIT:

When i configurate a User defined software, is it possible that i can choose if this software is running with cpu, amd or nvidia? I think this is very useful.
In the Properties of a Managed Miner, please try to use the GPU Selection feature where you can select which GPU's to use. If you select "Use selected from list", without selecting any of the GPU's, Awesome Miner shouldn't add the "devices" property to the configuration file.

There are however no feature to set the cputhreads property today.
For Nanominer i think it would be usefull that we can make our own config file via awesomeminer like srbminer 1.9.3 for the old cryptonight.
Thanks - I fully understand your point here. I also have a similar request from @moppidoo about adding this kind of configuration flexibility.
legendary
Activity: 3346
Merit: 1094
What exactly is Exponential Factor in the coin properties? What does the default value of 32 represent?
In order to calculate how many coins per day you are rewarded based on the coin difficulty there is a factor that needs be to taken into consideration. It's often 32 or 0, but can be different depending on the coin. It's the coin developers that come up with something how much reward they give based on the current difficulty - but I have to admit that I don't know how this works in detail.

The Coins Per Day is calculated by: HashRate * SecondsPerDay * Block Reward / Difficulty / 2^ExpFactor
where ExpFactor is for example 32.

A change to ExpFactor will change the number of calculated Coins Per Day.
member
Activity: 180
Merit: 10
I haven't posted in this thread for a while (sorry) but I was just playing around with "Balance" and attempted to set the address for my ETC address on my Ledger.
Unforuntately, it failed.
It appears that "Gastracker is shooting down its services" (ref: https://bye.gastracker.io/?page=)
What are our alternatives for the block explorer API URL and can a fix be implemented in a near update?

I've found an another source for ETC balance, but it returns the data in a format that required some changes to Awesome Miner.

The next version of Awesome Miner will support the following - but it will not work with the current version
https://blockscout.com/etc/mainnet/api?module=account&action=balance&address=[address]

Awesome (pun intended) thanks for your continuous support.
member
Activity: 1558
Merit: 69
Hey Patrike,

can you change the configuration for nanominer? I will only mine with cpu (no device option needed in the config) and how can i adjust cputhreads via awesomeminer? I can´t define it. My Nanominer config file looks like this after starting via Awesomeminer:

watchdog=false
mport=4028

[RandomX]
wallet = xxxxxxxx
coin = XMR
pool1 = xmr-eu1.nanopool.org:14444
devices = 0

But it must look like this:

watchdog=false
mport=4028

[RandomX]
wallet = xxxxxxxx
coin = XMR
pool1 = xmr-eu1.nanopool.org:14444
cputhreads = 2

EDIT:

When i configurate a User defined software, is it possible that i can choose if this software is running with cpu, amd or nvidia? I think this is very useful.
In the Properties of a Managed Miner, please try to use the GPU Selection feature where you can select which GPU's to use. If you select "Use selected from list", without selecting any of the GPU's, Awesome Miner shouldn't add the "devices" property to the configuration file.

There are however no feature to set the cputhreads property today.

For Nanominer i think it would be usefull that we can make our own config file via awesomeminer like srbminer 1.9.3 for the old cryptonight.

legendary
Activity: 3346
Merit: 1094
Hi Patrike, I have a very curious problem.

I suppose it will happen to me with more coins but as now I lose very little loose coins, but I have noticed in one.

It is a currency added by me totally with all its data of difficulty, nethash, reward etc ... and I have it in autoprofit at the same time as nicehash and some zergpool algorithms.

The problem is that that currency has disappeared from the coins tab. If I look in options> coins, the coins that can be seen appear in the left column, but it does not appear in any way in the coins tab, and I have searched it by ordering alphabetically.

But even so, although it does not appear on the COINS tab, it does the auto profit and is undermined by the rigs. It drives me crazy not to see the currency in COINS, because I can't visually check if the price is correct and has made a good autoprofit change.

The name of the coin doesn't matter, I don't want to comment it. But it is very curious, because a few days ago if it appeared, and the only way to not see it in that tab is to hide it, and it is not hidden, nor does it appear in the list of hidden.
1) Is the algorithm enabled in the Options dialog, Algorithm section?
2) Is the coin visible in for example the Pool Properties dialog, where you can make a coin selection for a pool?
3) Have you seen any pattern like it's always the same coin or algorithm if it happens multiple times?
4) Is this a temporary problem that is solved if you restart Awesome Miner? Or is the specific coin missing even after restarting?

legendary
Activity: 3346
Merit: 1094
Hey Patrike,

can you change the configuration for nanominer? I will only mine with cpu (no device option needed in the config) and how can i adjust cputhreads via awesomeminer? I can´t define it. My Nanominer config file looks like this after starting via Awesomeminer:

watchdog=false
mport=4028

[RandomX]
wallet = xxxxxxxx
coin = XMR
pool1 = xmr-eu1.nanopool.org:14444
devices = 0

But it must look like this:

watchdog=false
mport=4028

[RandomX]
wallet = xxxxxxxx
coin = XMR
pool1 = xmr-eu1.nanopool.org:14444
cputhreads = 2

EDIT:

When i configurate a User defined software, is it possible that i can choose if this software is running with cpu, amd or nvidia? I think this is very useful.
In the Properties of a Managed Miner, please try to use the GPU Selection feature where you can select which GPU's to use. If you select "Use selected from list", without selecting any of the GPU's, Awesome Miner shouldn't add the "devices" property to the configuration file.

There are however no feature to set the cputhreads property today.
Jump to: