Bitcoin Forum
May 13, 2024, 04:53:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... 229 »
861  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 13, 2020, 08:24:15 AM
would you make installer prebuilt linux and including awesome agent like hiveos? i want to use linux but idk how to start and put awesome agent in that linux
For the moment, we only provide an installer that you can use to install Awesome Miner on any Linux-system. It can also be installed on top of HiveOS and similar mining distributions if you don't want to install the GPU drivers manually.
can u show me to do this?
Finally i can figure to work in linux but have problem in some rig wont start gminer it say in diagnostic :

Initialize diagnostics (20)
Starting Diagnostics (30s). Awesome Miner Remote Agent version: 7.5.1
OS: Unix 5.0.21.0
nVidia driver version: 440.31
Microsoft VC++ 2013 runtime installed: No
Microsoft VC++ 2015 runtime installed: No
Starting Mining Software
Setting up Miner Engine. Instance: 2
Engine Type: GMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable:
Set clocking start profile: 186, RIG8BEAM (when stopping, the following will be used: -1, type: Single, Use: False)
Properties: (WindowMode: ConsoleFormat, EngineType: GMiner, IsProfitMiner: True)
====================================================================================================
/root/.config/AwesomeMinerService/gminer_2_06_linux64.tar_2/miner   --pers GrimmPOW --ssl 1 -a 150_5 -s grimm-us.ravepool.com -n 3334 -u 141073a3ab09f3a51414f4fb7842bf7b4dd62e15dd8739fdcdb8969112e45071a9c.RIG8 -p notify xxxx@gmail.com -w 0 --api 4029
Configured command line:
 --pers GrimmPOW --ssl 1
====================================================================================================
Failed to start miner process: Process has exited, so the requested information is not available.
Failed to start miner in Diagnostics mode
Diagnostics completed

Thanks for the update. Can you please try to run gminer manually from the command line like @narousberg suggested?
cd /root/.config/AwesomeMinerService/gminer_2_06_linux64.tar_2/
./miner

Does this give additional details about the problem?
862  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 13, 2020, 08:23:05 AM
Can you implement NiceHash ETH+HNS dual mining, please?  Wink
This should already be available. Nicehash Ethereum and Nicehash HNS pools are available. NbMiner is an example of mining software that can dual mine these.

If you manually setup your Managed Miner, you will have to create a Pool Group (Options dialog, Pools section) where you include Nicehash Ethereum and HNS. In the properties of your Managed Miner you select NbMiner as software, select Dual Mining for Ethereum + Handshake and finally select the Pool Group you just created.
863  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 10, 2020, 09:36:35 AM
Awesome Miner version 7.5.1

 Awesome Miner Antminer firmware
  - Make the existing feature Default Pools (via web) available for Antminers running the Awesome Miner Antminer firmware, in case SSH isn't preferred
  - Improved display of temperatures when a hashboard isn't working
 Mining software
  - SrbMiner 0.4.2
  - Gminer 2.06
  - RhMiner 2.3
  - NbMiner 29.1
 Corrections
  - Correction to hashrate display for Claymore Neoscrypt miner
864  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 09, 2020, 03:24:35 PM
Trying to install Remote Agent for linux on Ubuntu 20.04  Focal gets libssl usable version not found:

mike@s234: /awesomeminer-remoteagent$ ./AwesomeMiner.RemoteAgent.Linux
4/8/20 4:43:55 PM.706 [001] [ ]Loading configuration from: /home/mike/.config/AwesomeMinerService/ServiceData.xml
No usable version of the libssl was found
Aborted (core dumped)
mike@s234:~/awesomeminer-remoteagent$ dpkg -l|grep -i libssl
ii  libssl-dev:amd64                           1.1.1d-2ubuntu6                            amd64        Secure Sockets Layer toolkit - development files
ii  libssl1.1:amd64                            1.1.1d-2ubuntu6                            amd64        Secure Sockets Layer toolkit - shared libraries

Thanks for letting me know. I will try this setup and get back to you with an update.

Update: I was able to reproduce this on the latest Ubuntu 20.04 beta and the plan is to have a solution available in a few days.
865  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 07, 2020, 11:45:28 AM
I am running Claymore's NeoScript Miner (AMD) on a remote computer and the miner windows says it is mining at 1 mh/s
Awesome Miner shows it running at only 1 kh/s even though it benchmarked it at 1 mh/s.
Also the pool reports it at 1 mh/s
I noticed that a recent change in Awesome Miner caused Claymore Neoscrypt hashrate to show up with 1kH/s when it in fact was mining at 1MH/s. It will be corrected in the next release. Thanks for finding the issue.



API Clarification :

https://www.awesomeminer.com/api#tag/Pools/paths/~1api~1pools/post

How do i setup a pool with a Unspecified Coin ?
Pool requires : coinClass, coinShortName are these optional?
You need to set coinClass to "Generic" and specify the algorithm name in both the coinShortName (within parentheses) and in coinAlgorithm. See example below:

Code:
{
  "description": "Pool for testing2",
  "coinClass": "Generic",
  "coinShortName": "(X16rv2)",
  "coinAlgorithm": "X16rv2",
  "url": "stratum+tcp://stratum.slushpool.com:12345",
  "workerName": "awesomeuser.1"
}
866  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 07, 2020, 11:43:55 AM
would you make installer prebuilt linux and including awesome agent like hiveos? i want to use linux but idk how to start and put awesome agent in that linux
For the moment, we only provide an installer that you can use to install Awesome Miner on any Linux-system. It can also be installed on top of HiveOS and similar mining distributions if you don't want to install the GPU drivers manually.
867  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 06, 2020, 07:28:08 AM
Is there any easy way to configure gpu fans on linux with awesome miner and its remote service?
Hi,
This is part of the overclocking feature (not available in Free Edition). If you select a miner in the Awesome Miner main application and go to the GPU tab in the lower part of the screen, you will find "GPU Clocking". Via this feature you can adjust clocking settings and fan settings for your GPU's. The feature works for both Windows and Linux based miners.
868  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: April 02, 2020, 09:19:32 AM
Awesome Miner version 7.5

 ASIC mining
  - Innosilicon miners can be rebooted via the web interface. The External Miner has a new property 'Miner type' where Innosilicon can be selected, required for the Innosilicon specific reboot operation.
  - The External Miner property for Avalon 10 miners has been moved to be a part of the new 'Miner type' property, where Avalon 10 is one of the options.
 GPU mining
  - IMPORTANT: Awesome Miner will by default automatically map GPU monitoring details to the GPUs reported by the mining software, unless manual 'Map to system monitoring' is used. To disable the new behavior, go to the Options dialog, GPU Settings section, where 'Automatic device mapping' can be disabled.
  - Improved device mapping when using a mix of GPU models
 Rules
  - Added trigger for looking at the current Mining Profile for Antminers running the Awesome Miner firmware
 User interface
  - The list of active mining devices for a miner can be selected and copied to clipboard
 Changes
  - Using the new subscription based licenses with Managed Miners, only one license is consumed per host instead of per miner instance.
 Mining software
  - CpuMiner-Opt 3.12.7
  - XmRig 5.10.0
  - SrbMiner 0.4.1
  - WildRig miner 0.20.5b
  - Gminer 2.04
  - NbMiner 28.1
  - Bminer 16.1
 Corrections
  - Correction to pool and worker name display on the Pools tab in specific dual mining scenarios
  - Correction to dual mining revenue calculations for specific pool combinations
869  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29m miner for AMD/NVIDIA GPUs 16.0.6 on: April 02, 2020, 07:34:53 AM
I am unable to use bminer on windows for any algo, I get this error:

panic: runtime error: invalid memory address or nil pointer difference
[signal 0xc0000005 code=0x0  addr=0x20 pc=0x140d562b0]

Windows 7
bminer 16.0.6
EVGA 1070


Same error on Win 7. 384,94 driver, 16.1.0 bminer.

And "Failed to initialize the CUDA platform: CudaError: Could not initialize the NVML library" on Win 10.
For the issue about "Could not initialize the NVML library": From what I've seen, Bminer tries to load 'nvml.dll' from the folder 'C:\Program Files\NVIDIA Corporation\NVSMI\'.

Older nVidia drivers used to install nvml.dll in this folder, but with more recent nVidia drivers, the file nvml.dll is only installed to the folder 'C:\Windows\System32\'. If you manually copy
'C:\Windows\System32\nvml.dll' to the folder 'C:\Program Files\NVIDIA Corporation\NVSMI\', Bminer should work.

@realbminer: The preferred solution would be to update Bminer to look for the file in the correct location. Thanks!
870  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 31, 2020, 12:02:04 PM
Awesome Miner version 7.4.2 (Development preview of 7.5)

 Rules
  - Added trigger for looking at the current Mining Profile for Antminers running the Awesome Miner firmware
 Changes
  - Using the new subscription based licenses with Managed Miners, only one license is consumed per host instead of per miner instance.
 Mining software
  - SrbMiner 0.4.1
  - WildRig miner 0.20.5b
  - Gminer 2.04
  - NbMiner 28.0
 Corrections
  - Correction to pool and worker name display on the Pools tab in specific dual mining scenarios

In case direct download links are required, please use:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi


subscription? what if we already bought? Sad
If you already have a license, it will work just like before. No changes.

Some users may want to move to the new subscription model while I think most prefer to stay with their existing license. A few users have already contacted us about moving to the subscription, where we of course discounted the subscription fee with the same amount they already paid for their existing license.

But is there a difference? I have been licensed for 2 years for 20 teams. If I keep the one I have, do I stop perceiving something?

Where are those differences between the old license and the new subscription, where are there prices etc.

I prefer to continue as I am, I never use managed rig, I only GPU and everything in autoprofit.
There are no differences for you and not for anyone else with an Awesome Miner license. You will continue to get all the new features and updates just like today. No need to take any action - you can of course continue to use Awesome Miner just like you do today.

The new subscriptions are more flexible and always includes everything even on a smaller number of miners:
  • All features are included even if you only use a few miners. Example: No need to get Premium Edition (20 miners) for GPU overclocking if you only have 5 miners. With the subscription you simply pay for 5 miners and get all features right away.
  • Cloud Services and continued e-mail based product support are always included in the subscription. It's no longer needed to have a separate subscription for Cloud Services.
  • The initial investment is smaller as you don't pay a larger one-time fee for a license. Instead you pay for a subscription per month or per year.
  • You can pay for the exact number of miners you have. Example: If you have 11 miners, you no longer need to get a license for Premium Edition (20 miners). You sign up for a subscription for 11 miners.
  • You can adjust the number of miners you pay for from month to month. Example: You run a larger number of miners for a few months, but then go back to fewer miners. You can have a subscription for 44 miners one month and change the subscription to 5 miners the next month.

On average the new subscriptions are a bit more expensive, but there are cases where they are less expensive when using only a few number of miners. For pricing, please see:
https://www.awesomeminer.com/signup
871  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 31, 2020, 07:48:37 AM
Awesome Miner version 7.4.2 (Development preview of 7.5)

 Rules
  - Added trigger for looking at the current Mining Profile for Antminers running the Awesome Miner firmware
 Changes
  - Using the new subscription based licenses with Managed Miners, only one license is consumed per host instead of per miner instance.
 Mining software
  - SrbMiner 0.4.1
  - WildRig miner 0.20.5b
  - Gminer 2.04
  - NbMiner 28.0
 Corrections
  - Correction to pool and worker name display on the Pools tab in specific dual mining scenarios

In case direct download links are required, please use:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi


subscription? what if we already bought? Sad
If you already have a license, it will work just like before. No changes.

Some users may want to move to the new subscription model while I think most prefer to stay with their existing license. A few users have already contacted us about moving to the subscription, where we of course discounted the subscription fee with the same amount they already paid for their existing license.
872  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 30, 2020, 02:01:37 PM
Awesome Miner version 7.4.2 (Development preview of 7.5)

 Rules
  - Added trigger for looking at the current Mining Profile for Antminers running the Awesome Miner firmware
 Changes
  - Using the new subscription based licenses with Managed Miners, only one license is consumed per host instead of per miner instance.
 Mining software
  - SrbMiner 0.4.1
  - WildRig miner 0.20.5b
  - Gminer 2.04
  - NbMiner 28.0
 Corrections
  - Correction to pool and worker name display on the Pools tab in specific dual mining scenarios

In case direct download links are required, please use:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi
873  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 27, 2020, 07:47:35 AM
Hello.

I have ASICs from different generations, i.e. Z11, Z11e, Z11j, Z9, and Z9 mini.

If I specify in Equihash that 15 KH/s = 400 W, then the power consumption for Z11 is calculated incorrectly and is shown as ~4000W per ASIC, when in reality it is only 1400W.

How do I specify power consumption correctly?
You can use multiple Profit Profiles. Please go to the Options dialog, Profit Profile section where you can add a new profile for "Z9" for example. You can define a specific power usage for the algorithm Equihash for this specific profile.

Next step is to open the Properties dialog for all Z9 miners and set the "Profit Profile" to "Z9". You can select multiple Z9 miners in the main window of Awesome Miner, right click and select Bulk Edit to modify many of them in a single operation.

You can in a similar way add a Profit Profile for Z11, and set the "Profit Profile" property of your Z11 miners to this newly created profile.

If you have miner models that are very similar in terms of hashrate and power usage, they can of course share the same Profit Profile.

Thank you! That worked like charm.

A few more questions:
1) Is it possible to set different temperature thresholds for GPUs and ASICs? I tolerate the ASICs running as high as 80 degrees, but for GPUs, as to me, it's a little bit high, so I want 80 degrees to be painted in yellow for ASICs and in red for GPUs. Is it possible?
2) How do I sort the GPUs by bus ID? In Claymore everything is sorted by bus ID, but in AM the sorting is absolutely random.
Thanks for the feedback and additional questions.

1) This is unfortunately not possible to configure today, but it's on our list of feature to improve in the future

2) In the GPU tab (where you see hashrate and more per GPU) the order is based on the order reported by the Mining Software. For Claymore miner it should already be by PCI Bus ID here.
On the System tab and other locations, Awesome Miner uses the device order according to the GPU drivers, with AMD first followed by nVidia. Is it this list you want to be sorted by PCI Bus ID?
874  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 25, 2020, 10:08:27 AM
any update on adding FCH for profitability yet? they are listed on coingecko, coinex, qbtc and aex that i know of.
In order for Awesome Miner to calculate mining income, the Block Reward, Block Time and Difficulty must be known in addition to the exchange rate.

I looked into this and it should be possible for you to define the Properties of the Coin like this in Awesome Miner.

1) Difficulty: Use dynamic update:
URL: http://fch.world/ext/summary
JSON Property Expression: data[0].difficulty

2) Block Reward: 25

3) Block Time: 60

4) Value in BTC. Use dynamic update:
URL: https://api.coingecko.com/api/v3/coins/freecash/tickers
Expression: $.tickers[?(@.target == 'BTC' && @market.name == 'CoinEx')].last

875  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 24, 2020, 03:41:30 PM
Awesome Miner version 7.4.1 (Development preview of 7.5)

 ASIC mining
  - Innosilicon miners can be rebooted via the web interface. The External Miner has a new property 'Miner type' where Innosilicon can be selected, required for the Innosilicon specific reboot operation.
 GPU mining
  - IMPORTANT: Awesome Miner will by default automatically map GPU monitoring details to the GPUs reported by the mining software, unless manual 'Map to system monitoring' is used. To disable the new behavior, go to the Options dialog, GPU Settings section, where 'Automatic device mapping' can be disabled.
  - Improved device mapping when using a mix of GPU models
 Mining software
  - Gminer 2.03
  - CpuMiner-Opt 3.12.7
  - XmRig 5.10.0
 Correction
  - Correction to dual mining revenue calculations for specific pool combinations

In case direct download links are required, please use:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi

Note: The goal with the automatic mapping of GPU information is to remove the need of manually using "Map to system monitoring" for most scenarios. The plan is to rename this to "Manual device mapping" or similar in the near future, as it only should be used if Awesome Miner fails to automatically figure out the GPU mapping.

GPU mapping is the concept where the list of reported GPU hashrates from the mining software is combined with more complete GPU information from Awesome Miner like GPU clock, power usage, fan and temperature - independent of what the mining software can report. Depending on mining software, the order in which the GPUs are reported are different, but Awesome Miner will do a better job in figuring this out now.

If you already use the "Map to system monitoring" on your miners and want to try the new automatic mapping - simply turn off the "Map to system monitoring" on the GPU tab for the specific miner. If you don't see any difference on the GPU tab, Awesome Miner automatically resolved the GPU mapping the same way you did.

If you find any issues, please let me know which mining software you are running. Thanks!
876  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 23, 2020, 04:45:20 PM
Hello.

I have ASICs from different generations, i.e. Z11, Z11e, Z11j, Z9, and Z9 mini.

If I specify in Equihash that 15 KH/s = 400 W, then the power consumption for Z11 is calculated incorrectly and is shown as ~4000W per ASIC, when in reality it is only 1400W.

How do I specify power consumption correctly?
You can use multiple Profit Profiles. Please go to the Options dialog, Profit Profile section where you can add a new profile for "Z9" for example. You can define a specific power usage for the algorithm Equihash for this specific profile.

Next step is to open the Properties dialog for all Z9 miners and set the "Profit Profile" to "Z9". You can select multiple Z9 miners in the main window of Awesome Miner, right click and select Bulk Edit to modify many of them in a single operation.

You can in a similar way add a Profit Profile for Z11, and set the "Profit Profile" property of your Z11 miners to this newly created profile.

If you have miner models that are very similar in terms of hashrate and power usage, they can of course share the same Profit Profile.
877  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 23, 2020, 04:41:46 PM
Hi,

In trigger miner state I can choose 'mining' or 'disconnected api access denied' is there a possibility to just test miner state 'stopped' ?
for instance when a rule stop miner if current profit below a certain amount,  after,  I would  like to set 'if miner stopped and profit profile above a certain amount then start miner'

please it is possible to have in miner state trigger to test the status 'stopped' ?

thks if possible or how to make it with all the existing tools already in the box (because there are plenty possibilities in awesome miner :-) ) ?
There are no trigger to check if the miner is in Stopped state. Even if you send the Start command when the miner is already running - nothing happens. So your rule might just work fine even without this check.

You can also configure the rule to only run one per minute for example, by combining your existing triggers with a Time-trigger.
878  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 23, 2020, 04:39:58 PM
EDIT: Okay I was able to work around this by correcting the power usage in the dual mining section - however that doesn't explain why the profit switcher was choosing ETH/HB because it clearly shows that even with the wrong power setting for dual mining, MWC31 was more profitable.
I've identified the exact scenario now and it will be corrected.
879  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 18, 2020, 03:35:30 PM
Hi Patrike
after update on 7.4 all wallet addresses from Profit profile -> Override global profit switching pools is gone. Now i have idiotic job to put all addresses back))))
Check pls. that happens in previous version after update too.
I can't see any specific reason why these specific settings would be lost at the moment, but I will investigate the scenario to find out more.

If you simply exit Awesome Miner and start again, are the settings saved correctly?
880  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners on: March 17, 2020, 10:23:21 AM
Awesome Miner version 7.4

 ASIC mining
  - Network scan for Antminers supports a new mode where the hostname of the miner can be defined as part of the scan - also linking the hostname with the External Miner
  - Add multiple External Miners at once by specifying a list of IP addresses in the Add Miner wizard
  - Support copy of IP addresses to clipboard from the list of results when performing ASIC operations like Default Pools or Configure API Access
  - Antminer IP Reporter feature, where pressing the 'IP Report' button on an Antminer. This feature can be accessed via the toolbar Tools -> ASIC Tools.
 GPU mining
  - Edit GPU Clocking Profiles directly from the Benchmark dialog
  - Added additional algorithms
  - Improved device power usage detection for GPU mining benchmark
 Rules
  - New trigger for mining uptime. Can be used to define behaviors after the mining has been running for a certain period of time.
  - Improved trigger 'Detect dead/sick device' to detect ASIC chip marked as Red by the Awesome Miner Antminer firmware
 Features
  - The profit switcher can be configured for a second switching interval with another threshold level. Example: If the primary interval is 3 minutes with a 20% threshold, the secondary interval can be 8 minutes with a 10% threshold.
  - The profit switcher for External Miners supports the setting for Minimum time on pool
  - A profit profile can be configured to override the global value for Minimum time on pool. Can for example be used to switch pools for ASIC miners less often than GPU miners.
  - The information column can be configured to show the notes entered for a miner, mining software, ASIC description and ASIC details
 Mining software
  - Gminer 2.01, incl. dual mining of Ethereum + Handshake
  - NbMiner 27.7
  - XmRig 5.9
  - CpuMiner-Opt 3.12.6.1
  - SrbMiner 0.4.0
  - NoncerPro nVidia Miner 3.3.0
 Corrections
  - Correction to GPU Clocking Profile Groups on Linux
  - Correction to benchmark of Handshake algorithm for NbMiner and Gminer
  - Correction to Phoenix Miner algorithms
  - Correction to main window behavior to prevent it from staying on top
  - Correction to API reports taking long time to generate due to slow ASIC miner responses
  - Correction to display of mining software uptime when more than one day
  - Correction to Task Scheduler setup in environments where the computer name and user name is identical
  - Improved behavior in case the computer time is being changed
  - Improved fan speed display for Awesome Miner Antminer firmware with fan check turned off
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... 229 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!