Author

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

newbie
Activity: 107
Merit: 0
Hello. Patrike, please add the AnonyPoW algorithm for the ANON coin. The https://www.coincalculators.io/coin.aspx?crypto=anonymous-mining-calculator is indicated as follows. In the program, I can not change. Thank.
I was trying to find out if it was just Equihash with a specific Personalization string or if this really was new algorithm. Do you have any details on this?

For example, which mining software do you run for this coin and how do you specify the algorithm for it?
[/uote]

Hi.

I checked with gminer settings --algo 144_5 --pers auto, works fine. I think that on www.coincalculators.io something was confused.
legendary
Activity: 3346
Merit: 1094
Hi Patrike,

RHminer (pascal coin/randomhash algo) support a simple API,
do you think that is possible to mine with your miner?

Thanks

+1

But you can also use nanominer from nanopool. For me it is a little bit faster than rhminer.
It supports ethman API and this is supported from awesomeminer.
On this topic I can also point out that I'm planning to add full support for Nanominer later on.
legendary
Activity: 3346
Merit: 1094
Patrike, please correct the SWAP coin settings.
Thanks for letting me know. This algorithm required some special adjustments that I will include in the next release.
legendary
Activity: 3346
Merit: 1094
I can't remove groups under my miners tab. Remove Group is grayed out for every group when I right click the name, even if it's empty with no miners assigned. I'm not trying to remove the default My Miners group, just others.

Screenshot:

Are you sure this isn't the "My Miners" group, but renamed and moved to the bottom?

For the "My Miners" group - Even if you remove all miners from it, rename it and make another group default - you will still be prevented from removing this group.

Is this the only empty group that cannot be removed?
legendary
Activity: 3346
Merit: 1094
Hello. Patrike, please add the AnonyPoW algorithm for the ANON coin. The https://www.coincalculators.io/coin.aspx?crypto=anonymous-mining-calculator is indicated as follows. In the program, I can not change. Thank.
I was trying to find out if it was just Equihash with a specific Personalization string or if this really was new algorithm. Do you have any details on this?

For example, which mining software do you run for this coin and how do you specify the algorithm for it?
legendary
Activity: 3346
Merit: 1094
it is as easy or difficult as obtaining it from the explorer of each coin, just like AM CU, which scrape each Explorer, but only supports 3 or 4, but when they have been updated, the scrape is no longer valid, it must be redefined to I can read.

You can not get the Yimp hashnet and difficulty data as CTM does, because that YIMP also has a delay when it comes to obtaining the data, and at the end there is a very large lag. CC if you get the data of the explorer, or at least that seems because it is usually very accurate to what the explorer of each currency, but fails in the prices and can not choose so many exchanges, it takes a long time to read the new prices .

If you obtain the data of everything through the APIs, we obtain the data of everything. That is to say, for this currency, the data of the currency of X supplier, and the price data of X supplier. In the currency tab, with double click on Tabs coins, and by default deactivated and with notices to read the information on the subject.
I'm currently investigating how to design a solution that is flexible enough for most scenarios. The main goal will not be to try to replicate the AM CU features, but to offer more flexibility how to set the Difficulty and a few other properties of a Coin via external sources.

What I'm looking at is a way to specify a data source API URL (coin statistics provider, block explorer, exchange, wallet RPC, pool API or any other data source) in combination with a JSON expression how to find the property of interest in the data response. Basically a way of loading almost any value from almost any API URL. Awesome Miner will not be able to understand the JSON data responses from any data source, but if you specify something like "coinInfo.difficulty", Awesome Miner could lookup and use any value inside the data response.

I'm still exploring this topic so I will not be able to share much more details at the moment.


It would not be crazy to make your own api, mixing the data, and read that api from your server, so CC or CTM would not fall every so often.
The problem here is that I don't own the data and I'm only allowed to consume it inside Awesome Miner itself. Otherwise I would like to have a service that combined everything and exposed it to Awesome Miner.

To extract data of difficulty is not complicated, the complicated thing is the Scrape of the different types of script that there is to mount the Explorer, and that when they update it changes the scrape.

The reward can be a huge pain, be aware of when it changes according to block, the part that goes to MN

I think that if we could read at least the HASh and difficulty of a coin in real time by adding the urls of the explorer, we would have the solution for CTM. But sometimes CTM also rewards do not have them well.

Sincerely, create an API service that mixes the data and offer them with monthly subscription. I would buy. Put the service on behalf of another person outside of you and that's it. Neither will the others know where you are extracting the data, but we both know where we would do it ... If they do not want them, someone will have to do it.

I will give more updates on this later on as there are both investigations and development in the pipeline. The focus is on having a very flexible way of loading coin properties from any JSON data source.

One test I made was with a coin from CoinToMine where I specified the following changes in the Coin Properties:
- Difficulty: Load via a CoinCalculators API URL that I manually entered
- Value (Exchange rate): Load via a Crex24 API URL that I manually entered

The result is that I end up with a coin where most data is from CoinToMine, but two properties are loaded from other sources. Please note that Awesome Miner doesn't have any specific support for the Crex24 API here, you simply specify an URL and which property to read.

I know that the above isn't exactly what you requested, but the goal is to have a solution as flexible as possible to begin with.
legendary
Activity: 3346
Merit: 1094
it is as easy or difficult as obtaining it from the explorer of each coin, just like AM CU, which scrape each Explorer, but only supports 3 or 4, but when they have been updated, the scrape is no longer valid, it must be redefined to I can read.

You can not get the Yimp hashnet and difficulty data as CTM does, because that YIMP also has a delay when it comes to obtaining the data, and at the end there is a very large lag. CC if you get the data of the explorer, or at least that seems because it is usually very accurate to what the explorer of each currency, but fails in the prices and can not choose so many exchanges, it takes a long time to read the new prices .

If you obtain the data of everything through the APIs, we obtain the data of everything. That is to say, for this currency, the data of the currency of X supplier, and the price data of X supplier. In the currency tab, with double click on Tabs coins, and by default deactivated and with notices to read the information on the subject.
I'm currently investigating how to design a solution that is flexible enough for most scenarios. The main goal will not be to try to replicate the AM CU features, but to offer more flexibility how to set the Difficulty and a few other properties of a Coin via external sources.

What I'm looking at is a way to specify a data source API URL (coin statistics provider, block explorer, exchange, wallet RPC, pool API or any other data source) in combination with a JSON expression how to find the property of interest in the data response. Basically a way of loading almost any value from almost any API URL. Awesome Miner will not be able to understand the JSON data responses from any data source, but if you specify something like "coinInfo.difficulty", Awesome Miner could lookup and use any value inside the data response.

I'm still exploring this topic so I will not be able to share much more details at the moment.

It would not be crazy to make your own api, mixing the data, and read that api from your server, so CC or CTM would not fall every so often.
The problem here is that I don't own the data and I'm only allowed to consume it inside Awesome Miner itself. Otherwise I would like to have a service that combined everything and exposed it to Awesome Miner.

complicated at the programming level is not. Neither do the data belong to CTM or CC, they are public and without intellectual property.

we have two default selectors deactivated for everyone and only those who activate them choose a provider for Data and another for prices I do not think it is too complicated. It would be more difficult to create the menu in the corresponding window than the data mix programming. Also you do not mix them, it is the user with your risk who says, this currency, X gives me data and X gives me prices. I do not see it complicated at the development level. Taking into account that we ask for the data of the 4 apis every few minutes and we have them in the AW loaded.

it's more that you want to do it Patrike, than the complexity that may have its development.

I hope that in some update you dare to offer it. I have already spoken privately with CC and CTM, and none want to improve their api in exchange for a monthly subscription. They do not have eyes to see that there is an empty market niche, without competition, you just have to give all the data well, not just a part of them.
I appreciate your feedback on this, but the focus of Awesome Miner is not on competing with the coin statistics providers we already have. For Awesome Miner it's all a matter of priorities, and all that would be nice to have is not realistic to focus on.
member
Activity: 1558
Merit: 69
Hi Patrike,

RHminer (pascal coin/randomhash algo) support a simple API,
do you think that is possible to mine with your miner?

Thanks

+1

But you can also use nanominer from nanopool. For me it is a little bit faster than rhminer.
It supports ethman API and this is supported from awesomeminer.
newbie
Activity: 107
Merit: 0
Patrike, please correct the SWAP coin settings.
jr. member
Activity: 348
Merit: 5
Could anyone tell me why I have 45+ algorithms that are disabled? I have an nVidia 1060 GPU.

I am using Managed Profit Switching pools, when I goto benchmark I see a link saying View excluded entries(45)

When I click that link I get this screen




Your screen shot tells you that you have no pools defined for those algos, you can either try to benchmark without pools (in the benchmark window, one of the buttons below allows you to check this option)

But a more sure way would probably be enable the online services in the options for the algos you want to benchmark.

I would take the following steps:
1 Options -> profit switching -> enable nicehash, zergpool, zpool and put required addresses in the fields

2 Options -> online Services -> select all services from the above pools except ASIC/FPGA dominated ones

3 Benchmark

This should take care of most algos your card is still capable of mining competitively
newbie
Activity: 21
Merit: 0
Could anyone tell me why I have 45+ algorithms that are disabled? I have an nVidia 1060 GPU.

I am using Managed Profit Switching pools, when I goto benchmark I see a link saying View excluded entries(45)

When I click that link I get this screen

https://i.imgur.com/o7Xnl1x.png
newbie
Activity: 17
Merit: 0
I can't remove groups under my miners tab. Remove Group is grayed out for every group when I right click the name, even if it's empty with no miners assigned. I'm not trying to remove the default My Miners group, just others.

Screenshot:
https://i.imgur.com/z6fesOG.png
newbie
Activity: 107
Merit: 0
Hello. Patrike, please add the AnonyPoW algorithm for the ANON coin. The https://www.coincalculators.io/coin.aspx?crypto=anonymous-mining-calculator is indicated as follows. In the program, I can not change. Thank.
jr. member
Activity: 756
Merit: 2
let's make another different suggestion.

You have already added hide currency, and see the pools of a coin from the Coins tab.

I could add that if a coin I do not have any pool created, from coin, right click, Create pool, and I am opened to create a pool with the already pre-selected currency

It's silly but it gives usability to the system. Every time we are focusing more on the coins and it seems good, there is enough control in the miners and their rules. AHora remains to improve usability and mix apis in data or that someone dares to mount a service that does it and offers it
jr. member
Activity: 756
Merit: 2
it is as easy or difficult as obtaining it from the explorer of each coin, just like AM CU, which scrape each Explorer, but only supports 3 or 4, but when they have been updated, the scrape is no longer valid, it must be redefined to I can read.

You can not get the Yimp hashnet and difficulty data as CTM does, because that YIMP also has a delay when it comes to obtaining the data, and at the end there is a very large lag. CC if you get the data of the explorer, or at least that seems because it is usually very accurate to what the explorer of each currency, but fails in the prices and can not choose so many exchanges, it takes a long time to read the new prices .

If you obtain the data of everything through the APIs, we obtain the data of everything. That is to say, for this currency, the data of the currency of X supplier, and the price data of X supplier. In the currency tab, with double click on Tabs coins, and by default deactivated and with notices to read the information on the subject.
I'm currently investigating how to design a solution that is flexible enough for most scenarios. The main goal will not be to try to replicate the AM CU features, but to offer more flexibility how to set the Difficulty and a few other properties of a Coin via external sources.

What I'm looking at is a way to specify a data source API URL (coin statistics provider, block explorer, exchange, wallet RPC, pool API or any other data source) in combination with a JSON expression how to find the property of interest in the data response. Basically a way of loading almost any value from almost any API URL. Awesome Miner will not be able to understand the JSON data responses from any data source, but if you specify something like "coinInfo.difficulty", Awesome Miner could lookup and use any value inside the data response.

I'm still exploring this topic so I will not be able to share much more details at the moment.


It would not be crazy to make your own api, mixing the data, and read that api from your server, so CC or CTM would not fall every so often.
The problem here is that I don't own the data and I'm only allowed to consume it inside Awesome Miner itself. Otherwise I would like to have a service that combined everything and exposed it to Awesome Miner.

To extract data of difficulty is not complicated, the complicated thing is the Scrape of the different types of script that there is to mount the Explorer, and that when they update it changes the scrape.

The reward can be a huge pain, be aware of when it changes according to block, the part that goes to MN

I think that if we could read at least the HASh and difficulty of a coin in real time by adding the urls of the explorer, we would have the solution for CTM. But sometimes CTM also rewards do not have them well.

Sincerely, create an API service that mixes the data and offer them with monthly subscription. I would buy. Put the service on behalf of another person outside of you and that's it. Neither will the others know where you are extracting the data, but we both know where we would do it ... If they do not want them, someone will have to do it.
jr. member
Activity: 756
Merit: 2
it is as easy or difficult as obtaining it from the explorer of each coin, just like AM CU, which scrape each Explorer, but only supports 3 or 4, but when they have been updated, the scrape is no longer valid, it must be redefined to I can read.

You can not get the Yimp hashnet and difficulty data as CTM does, because that YIMP also has a delay when it comes to obtaining the data, and at the end there is a very large lag. CC if you get the data of the explorer, or at least that seems because it is usually very accurate to what the explorer of each currency, but fails in the prices and can not choose so many exchanges, it takes a long time to read the new prices .

If you obtain the data of everything through the APIs, we obtain the data of everything. That is to say, for this currency, the data of the currency of X supplier, and the price data of X supplier. In the currency tab, with double click on Tabs coins, and by default deactivated and with notices to read the information on the subject.
I'm currently investigating how to design a solution that is flexible enough for most scenarios. The main goal will not be to try to replicate the AM CU features, but to offer more flexibility how to set the Difficulty and a few other properties of a Coin via external sources.

What I'm looking at is a way to specify a data source API URL (coin statistics provider, block explorer, exchange, wallet RPC, pool API or any other data source) in combination with a JSON expression how to find the property of interest in the data response. Basically a way of loading almost any value from almost any API URL. Awesome Miner will not be able to understand the JSON data responses from any data source, but if you specify something like "coinInfo.difficulty", Awesome Miner could lookup and use any value inside the data response.

I'm still exploring this topic so I will not be able to share much more details at the moment.

It would not be crazy to make your own api, mixing the data, and read that api from your server, so CC or CTM would not fall every so often.
The problem here is that I don't own the data and I'm only allowed to consume it inside Awesome Miner itself. Otherwise I would like to have a service that combined everything and exposed it to Awesome Miner.

complicated at the programming level is not. Neither do the data belong to CTM or CC, they are public and without intellectual property.

we have two default selectors deactivated for everyone and only those who activate them choose a provider for Data and another for prices I do not think it is too complicated. It would be more difficult to create the menu in the corresponding window than the data mix programming. Also you do not mix them, it is the user with your risk who says, this currency, X gives me data and X gives me prices. I do not see it complicated at the development level. Taking into account that we ask for the data of the 4 apis every few minutes and we have them in the AW loaded.

it's more that you want to do it Patrike, than the complexity that may have its development.

I hope that in some update you dare to offer it. I have already spoken privately with CC and CTM, and none want to improve their api in exchange for a monthly subscription. They do not have eyes to see that there is an empty market niche, without competition, you just have to give all the data well, not just a part of them.
newbie
Activity: 162
Merit: 0
Let me ask if how can I setup the miner with awesome miner If I want to mine solo?
I have a full node sample ravencoin how can I setup awesome miner to mine through localhost as URI?

I just want to ask this because I'm getting an error and I can't make it work with trex miner.

I think that Trex don't allow solo mining
legendary
Activity: 1638
Merit: 1046
Let me ask if how can I setup the miner with awesome miner If I want to mine solo?
I have a full node sample ravencoin how can I setup awesome miner to mine through localhost as URI?

I just want to ask this because I'm getting an error and I can't make it work with trex miner.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.2.8

 Integration
  - New default block explorer for Siacoin balance
  - Predefined MiningPoolHub pool for Monero changed to CryptonightV4
 Mining softare
  - TeamRedMiner 0.4.2
  - XMRig 2.14.1 for AMD an nVidia
  - TT-Miner 2.1.19
  - SrbMiner 1.8.1
  - GMiner 1.36
 Corrections
  - Correction to drag and drop of miners between groups where it could result in a miner ending up as a sub node to another miner
  - Correction to the coin display when the pool URL is identical for two Managed Miners, but the coin is different.
  - Correction to benchmark of user defined software based on CryptoDredge
  - Allow hiding coins from the Coins tab even when no coin statistics are available
  - Changed custom algorithm mapping for coins to be applied before any exchange filter is used
legendary
Activity: 3346
Merit: 1094
it is as easy or difficult as obtaining it from the explorer of each coin, just like AM CU, which scrape each Explorer, but only supports 3 or 4, but when they have been updated, the scrape is no longer valid, it must be redefined to I can read.

You can not get the Yimp hashnet and difficulty data as CTM does, because that YIMP also has a delay when it comes to obtaining the data, and at the end there is a very large lag. CC if you get the data of the explorer, or at least that seems because it is usually very accurate to what the explorer of each currency, but fails in the prices and can not choose so many exchanges, it takes a long time to read the new prices .

If you obtain the data of everything through the APIs, we obtain the data of everything. That is to say, for this currency, the data of the currency of X supplier, and the price data of X supplier. In the currency tab, with double click on Tabs coins, and by default deactivated and with notices to read the information on the subject.
I'm currently investigating how to design a solution that is flexible enough for most scenarios. The main goal will not be to try to replicate the AM CU features, but to offer more flexibility how to set the Difficulty and a few other properties of a Coin via external sources.

What I'm looking at is a way to specify a data source API URL (coin statistics provider, block explorer, exchange, wallet RPC, pool API or any other data source) in combination with a JSON expression how to find the property of interest in the data response. Basically a way of loading almost any value from almost any API URL. Awesome Miner will not be able to understand the JSON data responses from any data source, but if you specify something like "coinInfo.difficulty", Awesome Miner could lookup and use any value inside the data response.

I'm still exploring this topic so I will not be able to share much more details at the moment.

It would not be crazy to make your own api, mixing the data, and read that api from your server, so CC or CTM would not fall every so often.
The problem here is that I don't own the data and I'm only allowed to consume it inside Awesome Miner itself. Otherwise I would like to have a service that combined everything and exposed it to Awesome Miner.
Jump to: