Search content
Sort by

Showing 20 of 47 results by DumaxFr
Post
Topic
Board Mining (Altcoins)
Re: Zealot/Enemy (z-enemy) NVIDIA GPU miner.
by
DumaxFr
on 19/08/2018, 15:10:42 UTC
Suggestion / feature request

Please add --benchmark parameter.

E.g. for X16r it would benchmark each of the 16 sub-algorithms n times and then report the average hash rate.

In theory this will produce the most accurate hash rate average because over time each sub-algorithm would be run equally often.

Any thoughts?


Most kernels don't have the same timings if they are first (or last). There is also some kernel sequences that reduce timings ("imported" from ccminer X17).
All those optimisation tricks make benchmark inaccurate for X16x
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 29/07/2018, 17:45:30 UTC
Awesome Miner Version 5.3.5 (Development preview of 5.4)

Patrike,

There is a weird bug in Miners tab.
Profit mining works well and select the good pool/coin, API access is OK, but reported pool and coin is stuck on an previous pool.
Result is a insane Profit of $12000 for a single gtx 1070 Smiley

Tell me if you need a screenshot or my xml file

Dumax
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 16/07/2018, 00:50:04 UTC
For the coin ZERO (ZER) in the EWBF miner 0.3 there is not enough parameter "--pers ZERO_PoW"

Please add this option in the next version.

I temporarily added this parameter to the advanced pool settings.
Right now Awesome Miner is only adding parameters based on the algorithm, and not on a specific coin. With the introduction of all Equihash variants this might have to change - so I do understand your point here. It will probably not be in the next version already, but I will try to find a good way of supporting this. Thanks for your feedback!

maybe --pers string can go to pool "additional command line" ?
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 25/06/2018, 00:39:00 UTC
how to add new coins faster is this only possible with a update ?

One VERY critical feature awesome miner BADLY needs is a COMPLETE json file that constantly updates the coins, and adds new coins as they are released. Just my 2BTC

If they are not on whattomine, coincalculators or coinwarz, add them manually.
Post
Topic
Board Mining (Altcoins)
Re: [ANN][OurMiner 1.0.0] Improved Performance with Lyra2z, X16e and X16s
by
DumaxFr
on 24/06/2018, 06:15:18 UTC
Why is it closed source ?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.5 - opensource - GPL (tpruvot)
by
DumaxFr
on 23/06/2018, 01:57:09 UTC
right, maybe the temperature and watts could be put in some color... maybe even different one regarding the ranges... yellow or red if > 80°c

That's all i'm asking for, thanks in advance for even thinking about adding it one day Smiley

https://drive.google.com/open?id=19xegjpPqcjYLy4OunqTqXejJVjANHW6N

Is this the kind of colors you were expecting ? (green 70 yellow 80 red)
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 22/06/2018, 21:59:56 UTC
Hi Patrike, are u planning something for ETHLargement? Grin Grin

Just launch it outside of AM oO
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KAMI] CryptoKami - Decentralized Reserve System
by
DumaxFr
on 22/06/2018, 21:54:36 UTC
What happen ?? Can't use website. I worry this is scam project

Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 20/06/2018, 23:54:19 UTC
3/ I reproduced the bug every time on coins that aren't mainly listed by coincalculators (additional url)

https://drive.google.com/open?id=1OeY-NHGwS9b5Dt6Jh8-Ab9BlH9bym_Pg

how to reproduce :
- apply custom properties on a coin
- profit mine it
- uncheck custom props for this coin (it's not anymore profitable from the Coins tab)
=> mine : this coin always lauching with old props

3) I will try to reproduce this scenario. Is the final step that you simply start the miner again, and the values you see in the View Details dialog still indicates that the profit switching uses the custom properties of the coin - although it was unchecked?

Yes ! When i relaunch the miner, it uses custom properties but they are greyed in coin properties window (checkbox unchecked)
Only workaround found so far was to disable x16s in profit profile for a bunch of minutes/hours.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 20/06/2018, 02:08:43 UTC
Hi patrike. For now, no reports about the cryptonight mining. All fine Cheesy

But I have a question about the "Execute batch commands". I really don't know what syntax I use. What the correct use?

Example: I'm trying to execute OverdriveNTool.exe -p0RX570CN before mining GPU-intensive coins. I put the executable and the .ini file with profiles, and it doesn't apply. How can I set it? Can I execute the command from another folder than the miner's.

Do a .bat with your overdrv command line then insert these three line in execute command :

pushd your_orverdrv_directory
call your_bat.bat
popd
Thanks

But still not working

Is there a wiki/guide to explore the options? I looked at official help at awesomeminer website, but didn't found anything.

Paste your .bat and we will see what is not working. Working perfectly for me ...

-p[gpu_id]"Name"
apply profile "Name" to GPU with id=[gpu_id]

Name has to be between double quotes
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 19/06/2018, 00:29:52 UTC
Hi patrike. For now, no reports about the cryptonight mining. All fine Cheesy

But I have a question about the "Execute batch commands". I really don't know what syntax I use. What the correct use?

Example: I'm trying to execute OverdriveNTool.exe -p0RX570CN before mining GPU-intensive coins. I put the executable and the .ini file with profiles, and it doesn't apply. How can I set it? Can I execute the command from another folder than the miner's.

Do a .bat with your overdrv command line then insert these three line in execute command :

pushd your_orverdrv_directory
call your_bat.bat
popd
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 18/06/2018, 19:58:32 UTC

2/ Difficulty : they (coincalculators) expose a very convenient 3h average difficulty. 24h average is generally too long to follow intra day big waves. Current difficulty is too short to avoid "Dirac". Can we have the option to choose this difficulty ?

3/ Caching : it may not be related but when you apply custom properties to a coin listed by cc.io, it seems like those new values are not taken into profitability calculations (miner side). Starting/Stopping miner doesn't perform a new profitability recalc, even after switching interval.
2) Awesome Miner can either pick currentDifficulty or difficulty24, depending on if you have configured the Current or 24h avg mode in the Options dialog, Statistics section.

3) Although the API let you make queries that gives other revenue calculations in the API response - these numbers are not used by Awesome Miner. Awesome Miner only uses information like difficulty, block time/reward and exchange rate in order to calculate the revenue based on the hashrate and power cost you have in Awesome Miner.

2/ Can we have the 3h intermediate choice ? (kind of feature request)

3/ I reproduced the bug every time on coins that aren't mainly listed by coincalculators (additional url)

https://drive.google.com/open?id=1OeY-NHGwS9b5Dt6Jh8-Ab9BlH9bym_Pg

how to reproduce :
- apply custom properties on a coin
- profit mine it
- uncheck custom props for this coin (it's not anymore profitable from the Coins tab)
=> mine : this coin always lauching with old props
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FxTC] 🔴FxTC Coin | Core 0.16 | Masternodes | Multi-Algo | Dynamic Rewards
by
DumaxFr
on 16/06/2018, 15:06:24 UTC
What the purpose of this coin? I not found in website.

+1

What's the use case ?
Is there any roadmap ?

Why "Fx" ?
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 13/06/2018, 19:54:28 UTC
I can't find if there is a dynamic way to put the rigname in password field.
Any kind of substitution tags for custom pools ?
You should be able to use [MinerWorker] in the password field.

That's perfect !


A little cold review / point of view about coincalculators.io api instead of whattomine :

1/ Coin price : they are currently exposing a faulty average 24h price. In fact they expose highest 24h price. I already submitted a request to fix this. Maybe you will have more weight if you ask them to fix it. If they can also expose current price that would be great.

2/ Difficulty : they expose a very convenient 3h average difficulty. 24h average is generally too long to follow intra day big waves. Current difficulty is too short to avoid "Dirac". Can we have the option to choose this difficulty ?

3/ Caching : it may not be related but when you apply custom properties to a coin listed by cc.io, it seems like those new values are not taken into profitability calculations (miner side). Starting/Stopping miner doesn't perform a new profitability recalc, even after switching interval.

Another request related to "coins" display :
Can you split columns Revenue/Profit like it's already done in "online services" ?


Thanks for your work
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 09/06/2018, 17:24:01 UTC
I can't find if there is a dynamic way to put the rigname in password field.
Any kind of substitution tags for custom pools ?

I think what he asks is this.

Click on the right button above the rig and choose the last option called "propierties", on that screen you add the name of your miner. If you specify it, it will be automatically installed wallet.miner

Definitely no

I'm asking if there are replacement tags in pool property "password".
There is already such tag in Coin balance properties : "http://ravencoin.network/api/addr/[address]/balance"
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 09/06/2018, 00:14:48 UTC
I can't find if there is a dynamic way to put the rigname in password field.
Any kind of substitution tags for custom pools ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KAMI] CryptoKami - Decentralized Reserve System
by
DumaxFr
on 09/06/2018, 00:10:35 UTC
when KAMI will go to the stock market??

When fake accounts will stop promoting a scam coin ?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.5 - opensource - GPL (tpruvot)
by
DumaxFr
on 07/06/2018, 21:54:15 UTC
Hi guys!

Maybe this is the wrong place to ask but have a question about CREA mining.

I have started mining the coin like 10 hrs ago using yiimp.eu pool. My rig is 6 GTX 1070 Ti giving 5.1 GH/S and I am using ccminer 2.2.5 which is supposed to be without dev fee.

According to whattomine and crypt0zone I should be getting around 5 coins per hour (later it changed to 4.81) so in 10 hours it should be somewhere near 48-50 but I would happily accept somewhere between 43 and 45 due to pool hashrate fluctuations, rejected shares and console hashrate inaccuracies plus 2% fee from yiimp.eu


1. 10 hours is not enough to calculate average earnings.
2. Whattomine is not accurate.
3. To receive pool payment, pool should solve block. But there are other pools also, so they are solving blocks too. Therefore, irregular payment gaps exists.

Yeah I understand all that but it seems to be too many coins missing. I mean it’s half of it. I would never expect to get exactly what whattomine says neither crypt0zone but somewhere near. Also my miner was doing 5.1 GH/S steady at the console, 5.0 GH/S steady in the pool and I run the calculations with 4.8 GH/S to give it some margin but it’s extremely off the figures.

The pool solved 134 block in the past 24 hrs so that’s 5,5 block average per hour.

I have switched back to RVN coin anyway, and funnily enough just been mining for 5 hours and numbers are spot on.

Not blaming anyone, don’t take me wrong but trying to understand such a big gap on payouts and such a big difference in rewards cos at the end of the day it means I have wasted 10 hours to get 30 coins instead of 50 so pretty much to break even

Thanks for replying and taking the time

Just use 24h difficulty in whattomine and you will find your numbers
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 26/05/2018, 22:20:59 UTC
I was surprised to switch to X13 on GPUs (and CPU)  Cry
And I just found this :

https://twitter.com/_zpool_/status/1000484163672248321

If you have zpool enabled in your profit switching change the profit factor of online service for X13. Apply your current profit factor divided by 1000
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
DumaxFr
on 25/05/2018, 01:32:15 UTC

--- CoinCalculators.io added as a new coin statistics provider


Hi Patrike,

This is a welcome addition, just needed clarification is querying CoinCalculators.io through AM subject to 100 API calls / 24h limit?
Hi. Awesome Miner uses a special API key that gives unlimited number of requests to CoinCalculators.io.

Do you mean you will proxy all calls to coincalculators ?