Bitcoin Forum
April 25, 2024, 04:38:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: MinerPro for Nicehash  (Read 836 times)
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 07, 2018, 10:47:56 AM
 #21

Version 1.1.0.18 alpha

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases

- Added additional checks to stop the mining of DevFee. There was a very rare error that occurs when the excavator crashes, entailing the continuation of the mining of DevFee.
- Added bitcoin address to the list of rigs. During the mining of DevFee, the address is highlighted in color.
- Added pop-up hints for logs, SMA table and Status table.
- If uptime of the excavator is less than an hour - it is made in red, if more than an hour - it turns green.
1714063131
Hero Member
*
Offline Offline

Posts: 1714063131

View Profile Personal Message (Offline)

Ignore
1714063131
Reply with quote  #2

1714063131
Report to moderator
1714063131
Hero Member
*
Offline Offline

Posts: 1714063131

View Profile Personal Message (Offline)

Ignore
1714063131
Reply with quote  #2

1714063131
Report to moderator
1714063131
Hero Member
*
Offline Offline

Posts: 1714063131

View Profile Personal Message (Offline)

Ignore
1714063131
Reply with quote  #2

1714063131
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714063131
Hero Member
*
Offline Offline

Posts: 1714063131

View Profile Personal Message (Offline)

Ignore
1714063131
Reply with quote  #2

1714063131
Report to moderator
1714063131
Hero Member
*
Offline Offline

Posts: 1714063131

View Profile Personal Message (Offline)

Ignore
1714063131
Reply with quote  #2

1714063131
Report to moderator
1714063131
Hero Member
*
Offline Offline

Posts: 1714063131

View Profile Personal Message (Offline)

Ignore
1714063131
Reply with quote  #2

1714063131
Report to moderator
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 15, 2018, 06:28:08 PM
 #22

Version 1.1.0.19 alpha

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases

- In the configuration of the application (config\Application.json) timeouts are added, ConnectTimeout timeout of the connection to Excavator, ReadTimeout timeout of the Excavator API read, PullRequestTimeout polling period of the Excavator API. All values are in milliseconds.
- Minor bugs fixed.
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 14, 2018, 03:26:10 PM
 #23

Version 1.1.0.20 alpha

- Added support Excavator version 1.5. Excavator version 1.4 and older is no longer supported.
- The option of connecting TCP to the Excavator API is disabled because of its instability. Now only HTTP.
- Due to the change in the Excavator API, now on a farm with different types of GPU you need to run several instances of the Excavator (with different HTTP ports) for each type of GPU.
- Added support for the cryptonightV7algorithm.
- Temporarily disabled automatic switching to backup locations. Passes testing. But stratum server with the new protocol showed high stability.
- Bug fixes.

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 20, 2018, 06:51:57 AM
 #24

Version 1.1.0.21 alpha

- Improved reconnection logic after the fall of the excavator.
- The interface adds the current difficulty of the algorithm.
- The uptime of the current algorithm is added to the interface.
- Fixed interface issues.
- Adapted for the Excavator API version 0.1.2.
- Bug fixes.

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 12, 2018, 09:28:42 AM
 #25

Version 1.1.0.22 alpha

- Increased the efficiency of calculating the profitability of algorithms and switching algorithms to the most profitable. Changes should increase revenue by 1.3%.
- Fixed incorrect display of the collection time for the estimated profit.
- In the current data on the algorithm, the amount of profit is added without taking into account the consumed electricity.
- In the aggregate data, profit is added without taking into account electric power (in fiat and bitcoins).
- Added buttons for saving and restoring window dimensions, window position, alignment of interface elements.

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 30, 2018, 08:00:21 PM
 #26

Version 1.1.0.23 alpha

- Fixed a critical error not allowing you to see the current profit on new algorithms.
- Added support for Excavator API 0.1.4.
- Added support for the algorithm lyra2z (requires the version of Excavator 1.5.4 and newer).

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases
zee11225
Member
**
Offline Offline

Activity: 314
Merit: 10

“A nexgen decentralized ride hailing ”


View Profile
May 30, 2018, 08:08:11 PM
 #27

thank you very much this is a very useful program

DRIFE  ●●●●●●     IEO-Live: April 2019
██ NEXGEN DECENTRALIZED RIDE HAILING PLATFORM ██
  ●●● Facebook ●● Twitter ●● Telegram ●● BTC ●● Whitepaper ●●● 
EvgeniyKorepov (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 11, 2018, 08:40:32 AM
 #28

Version 1.1.0.24 alpha

- Fixed initial configuration initialization error.
- The error of resetting the benchmark's benchmark when a connection to the Internet has been lost has been fixed.
- The API response processing system has been changed - due to this, a false error "Error receiving data" will no longer appear.
- The DebugLevel parameter is added to the application configuration file. The value 0 is the minimum message level, the value is 6, the maximum level of messages in the log files.
- Fixed minor interface errors.

https://github.com/EvgeniyKorepov/MinerPro-for-NiceHash/releases
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!