Author

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

member
Activity: 418
Merit: 21
Patrike,

your build-in GPU clocking feature. Does it support more than 8+ Cards over the Afterburner Remote?

I want to upgrade my rigs to more cards, but need to be sure I can somehow clock them all. Afterburner only can clock 8 cards and NViadia Inspector cant handle Voltage and Fans for the new RTX cards.
Awesome Miner clocking will be more like nVidia Inspector in this case, but for both AMD and nVidia of course.

Currently also with the limitation of Voltage and Fan speed not possible to set on nVidia 2000-series. nVidia redesigned their 2000-series API support and it looks like MSI Afterburner uses nVidia features not known to anyone else to be able to set the fan on these cards. I will investigate a bit more for solutions here, but it may take a little while before it becomes public knowledge how to set the fan properties on the 2000-series.

Please also see the PM I sent you.

Received it, you are awesome  Grin
newbie
Activity: 59
Merit: 0
How long does it take for the "Online Services" tab, "Actual Payout" to start showing something other than 100% (for pools other than Nicehash)?

Since ZergPools return, it has stayed at 100%. Other pools are showing various percentages.

Thanks,
...jim
newbie
Activity: 59
Merit: 0
Enhancement request...

Would it be possible to hide unused pools in the Options -> Online Services (Predefined Online Services) dialogue?

When only using a couple of predefined pools for profit switching, that list is getting rather lengthy with all the algos and pools currently available. Makes for a lot of scrolling to set options on each algo (that are unique to the algo) on each pool being used.

Thanks,
...jim


Bump... Not sure if you saw this or not...

Thanks,
...jim

If you disable most of the pools from the Profit Switcher, you can actually click on the column header "Profit switching" to see only the few pools you have enabled on top of the list.

That does work. But, the sort order gets messed up. Any chance that when "Profit switching" is clicked, the sort order could be set to "Profit switching", then "Service", then "Algorithm"?

Thanks,
...jim

I will take a look if it's possible to make this with a reasonable effort. What are the settings you need to change frequently for these Online Services entries?

I was using the "Password (optional)" setting to define a difficulty level (entering "c=BTC,d=##") for each algo on each pool. But have since discovered that I can set that using the "Additional command line arguments" setting in the "Profit Profile" page ("-p c=BTC,d=##") for each algo regardless of which pool. Much easier.

So, only settings I now play with in the "Online Services" page is the "Profit Factor" (some pools have variable fees per algo.)

Therefore, if it's not an easy job to change the sort order, then no worries. No longer a big issue.

Thanks,
...jim
newbie
Activity: 18
Merit: 0
Patrike,
The latest Bminer 13.0 have great improvement of hash rate for the grin mining.

However, as mine grin on the sparkpool, need use email address and "/" for the worker name. default "." will not work correctly on the sparkpool.

in the Bminer bat file it's write something like that:

@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=mine%%40bminer.me
SET USERNAME=%ADDRESS%%%2Fworker
SET POOL=grin.sparkpool.com:6666
SET SCHEME=cuckaroo29
SET PWD=x

REM If you're passing in emails, the '@' characters need to be escaped (%

%40)
REM If the pool use / to annoate rigs, the '/' charaactrs need to be escape

(%%2F)
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://

%USERNAME%:%PWD%@%POOL% -api 127.0.0.1:1880


and when run the bat file directly  in windows, the Bminer will run correctly and work fine for the sparkpool.

However, when I want to config it in the awesome miner, whatever I defined in the pool or customer command line (try to add worker name). the Bminer will auto stop and quit ,will never run correctly.

Have to run the bat file and then add as external miner in awesome miner.

Could you please help to check and try to fix this in the next release (also for the Bminer 13.0 update)

thanks

It should be possible to set the Worker Name field in the Pool Properties to:
[email protected]%2F[MinerWorker]

%2F is a way to escape slash '/' in an URL. You may also have to replace the @-sign in the mail address with %40. Awesome Miner will automatically replace [MinerWorker] with the miner specific worker name.

I will make sure next version of Awesome Miner handles this better out-of-the-box.

Yes, It  worked, I used the worker name "[email protected]%2" and "F" as separator in the customer pool define, and then it's worked for grin sparkpool.

after check , pool side also OK.

thanks
legendary
Activity: 3346
Merit: 1094
Enhancement request...

Would it be possible to hide unused pools in the Options -> Online Services (Predefined Online Services) dialogue?

When only using a couple of predefined pools for profit switching, that list is getting rather lengthy with all the algos and pools currently available. Makes for a lot of scrolling to set options on each algo (that are unique to the algo) on each pool being used.

Thanks,
...jim


Bump... Not sure if you saw this or not...

Thanks,
...jim

If you disable most of the pools from the Profit Switcher, you can actually click on the column header "Profit switching" to see only the few pools you have enabled on top of the list.

That does work. But, the sort order gets messed up. Any chance that when "Profit switching" is clicked, the sort order could be set to "Profit switching", then "Service", then "Algorithm"?

Thanks,
...jim

I will take a look if it's possible to make this with a reasonable effort. What are the settings you need to change frequently for these Online Services entries?
legendary
Activity: 3346
Merit: 1094
Patrike,
The latest Bminer 13.0 have great improvement of hash rate for the grin mining.

However, as mine grin on the sparkpool, need use email address and "/" for the worker name. default "." will not work correctly on the sparkpool.

in the Bminer bat file it's write something like that:

@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=mine%%40bminer.me
SET USERNAME=%ADDRESS%%%2Fworker
SET POOL=grin.sparkpool.com:6666
SET SCHEME=cuckaroo29
SET PWD=x

REM If you're passing in emails, the '@' characters need to be escaped (%

%40)
REM If the pool use / to annoate rigs, the '/' charaactrs need to be escape

(%%2F)
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://

%USERNAME%:%PWD%@%POOL% -api 127.0.0.1:1880


and when run the bat file directly  in windows, the Bminer will run correctly and work fine for the sparkpool.

However, when I want to config it in the awesome miner, whatever I defined in the pool or customer command line (try to add worker name). the Bminer will auto stop and quit ,will never run correctly.

Have to run the bat file and then add as external miner in awesome miner.

Could you please help to check and try to fix this in the next release (also for the Bminer 13.0 update)

thanks

It should be possible to set the Worker Name field in the Pool Properties to:
[email protected]%2F[MinerWorker]

%2F is a way to escape slash '/' in an URL. You may also have to replace the @-sign in the mail address with %40. Awesome Miner will automatically replace [MinerWorker] with the miner specific worker name.

I will make sure next version of Awesome Miner handles this better out-of-the-box.
newbie
Activity: 18
Merit: 0
Patrike,
The latest Bminer 13.0 have great improvement of hash rate for the grin mining.

However, as mine grin on the sparkpool, need use email address and "/" for the worker name. default "." will not work correctly on the sparkpool.

in the Bminer bat file it's write something like that:

@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=mine%%40bminer.me
SET USERNAME=%ADDRESS%%%2Fworker
SET POOL=grin.sparkpool.com:6666
SET SCHEME=cuckaroo29
SET PWD=x

REM If you're passing in emails, the '@' characters need to be escaped (%

%40)
REM If the pool use / to annoate rigs, the '/' charaactrs need to be escape

(%%2F)
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://

%USERNAME%:%PWD%@%POOL% -api 127.0.0.1:1880


and when run the bat file directly  in windows, the Bminer will run correctly and work fine for the sparkpool.

However, when I want to config it in the awesome miner, whatever I defined in the pool or customer command line (try to add worker name). the Bminer will auto stop and quit ,will never run correctly.

Have to run the bat file and then add as external miner in awesome miner.

Could you please help to check and try to fix this in the next release (also for the Bminer 13.0 update)

thanks
newbie
Activity: 59
Merit: 0
Enhancement request...

Would it be possible to hide unused pools in the Options -> Online Services (Predefined Online Services) dialogue?

When only using a couple of predefined pools for profit switching, that list is getting rather lengthy with all the algos and pools currently available. Makes for a lot of scrolling to set options on each algo (that are unique to the algo) on each pool being used.

Thanks,
...jim


Bump... Not sure if you saw this or not...

Thanks,
...jim

If you disable most of the pools from the Profit Switcher, you can actually click on the column header "Profit switching" to see only the few pools you have enabled on top of the list.

That does work. But, the sort order gets messed up. Any chance that when "Profit switching" is clicked, the sort order could be set to "Profit switching", then "Service", then "Algorithm"?

Thanks,
...jim
legendary
Activity: 3346
Merit: 1094
Cannot use rig names on Aeternity with Bminer. It doesnt even add it to the command line, but adds a weird :x to the command line instead. So when i look at it it shows

Address:x@ae(pooladdress) instead of Address.Rigname@ae(pooladdress)
1) I will remove the 'x' part here. It's a default password Awesome Miner adds to most mining software as some of them requires a password to be passed even if it's not configured.

2) Can you please open the Pool Properties and enter the wallet information in the Worker field instead?
legendary
Activity: 3346
Merit: 1094
Enhancement request...

Would it be possible to hide unused pools in the Options -> Online Services (Predefined Online Services) dialogue?

When only using a couple of predefined pools for profit switching, that list is getting rather lengthy with all the algos and pools currently available. Makes for a lot of scrolling to set options on each algo (that are unique to the algo) on each pool being used.

Thanks,
...jim


Bump... Not sure if you saw this or not...

Thanks,
...jim

If you disable most of the pools from the Profit Switcher, you can actually click on the column header "Profit switching" to see only the few pools you have enabled on top of the list.
legendary
Activity: 3346
Merit: 1094
Patrike,

your build-in GPU clocking feature. Does it support more than 8+ Cards over the Afterburner Remote?

I want to upgrade my rigs to more cards, but need to be sure I can somehow clock them all. Afterburner only can clock 8 cards and NViadia Inspector cant handle Voltage and Fans for the new RTX cards.
Awesome Miner clocking will be more like nVidia Inspector in this case, but for both AMD and nVidia of course.

Currently also with the limitation of Voltage and Fan speed not possible to set on nVidia 2000-series. nVidia redesigned their 2000-series API support and it looks like MSI Afterburner uses nVidia features not known to anyone else to be able to set the fan on these cards. I will investigate a bit more for solutions here, but it may take a little while before it becomes public knowledge how to set the fan properties on the 2000-series.

Please also see the PM I sent you.
member
Activity: 273
Merit: 12
Cannot use rig names on Aeternity with Bminer. It doesnt even add it to the command line, but adds a weird :x to the command line instead. So when i look at it it shows

Address:x@ae(pooladdress) instead of Address.Rigname@ae(pooladdress)
newbie
Activity: 117
Merit: 0
You would not want to consider integration with MiningRigRenals on the same as with Nicehashe? It would be very cool, a complete package of all mining))).
Awesome Miner actually had some basic support for MRR many years ago, but it was removed because it didn't work perfectly and it wasn't many users using it anyway. Is MRR popular these days? I've not used it myself since 2014.

I can not vouch for all people, so I can not say whether it is popular or not.
I can say for sure, if the MRR functionality worked correctly and made a profit from this, then there would be people who took advantage of it.
And for you it would be an additional advertisement for your product.
newbie
Activity: 59
Merit: 0
Enhancement request...

Would it be possible to hide unused pools in the Options -> Online Services (Predefined Online Services) dialogue?

When only using a couple of predefined pools for profit switching, that list is getting rather lengthy with all the algos and pools currently available. Makes for a lot of scrolling to set options on each algo (that are unique to the algo) on each pool being used.

Thanks,
...jim


Bump... Not sure if you saw this or not...

Thanks,
...jim
member
Activity: 418
Merit: 21
Patrike,

your build-in GPU clocking feature. Does it support more than 8+ Cards over the Afterburner Remote?

I want to upgrade my rigs to more cards, but need to be sure I can somehow clock them all. Afterburner only can clock 8 cards and NViadia Inspector cant handle Voltage and Fans for the new RTX cards.
legendary
Activity: 3346
Merit: 1094
You would not want to consider integration with MiningRigRenals on the same as with Nicehashe? It would be very cool, a complete package of all mining))).
Awesome Miner actually had some basic support for MRR many years ago, but it was removed because it didn't work perfectly and it wasn't many users using it anyway. Is MRR popular these days? I've not used it myself since 2014.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.1.4

 Features
  - Coin Exponential Factor configurable in the Coin Properties dialog. Most coins uses a factor of 0, 13 or 32, but there are exceptions.
 Mining software
  - Added mining software: TT-Miner
 Corrections
  - Grin revenue calculation required another change to the exponential factor
  - Correction to Gminer CuckaRoo29 (Grin) command line generated by Awesome Miner
  - Pool export data was missing a few properties
newbie
Activity: 117
Merit: 0
You would not want to consider integration with MiningRigRenals on the same as with Nicehashe? It would be very cool, a complete package of all mining))).
legendary
Activity: 3346
Merit: 1094
Hey Patrike ,
--ssl 1  WORKED Smiley
I can see temps and power etc, but still can't  see profitability Smiley
All zeroes ....
THank You

There are currently two limitations with Beam mining

1) Once Beam is listed on one of the coin statistics sources with exchange rate and coin details, it will automatically show up in Awesome Miner with revenue information.

2) When using Gminer with Equihash 150,5 (Beam) - the number of accepted shares are always reported as zero from the mining software, while all other algorithms works fine.
newbie
Activity: 25
Merit: 0
Hey Patrike ,
--ssl 1  WORKED Smiley
I can see temps and power etc, but still can't  see profitability Smiley
All zeroes ....
THank You
Jump to: