Bitcoin Forum
April 19, 2024, 07:08:22 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.4 (July 22)  (Read 30710 times)
ol92
Sr. Member
****
Offline Offline

Activity: 445
Merit: 255


View Profile
February 23, 2018, 10:31:04 AM
 #241

With version 0.21, titan xp works flawlessly : 24500 s/s.
Cpu load is now low (rounded to 0 for my xeon 18 cores : less than with any other previous version). In my pc, there is a vega mining cryptonigth and 17 cores of the xeon mining a cpu algo coin.

Congratulation dev!
1713510502
Hero Member
*
Offline Offline

Posts: 1713510502

View Profile Personal Message (Offline)

Ignore
1713510502
Reply with quote  #2

1713510502
Report to moderator
1713510502
Hero Member
*
Offline Offline

Posts: 1713510502

View Profile Personal Message (Offline)

Ignore
1713510502
Reply with quote  #2

1713510502
Report to moderator
1713510502
Hero Member
*
Offline Offline

Posts: 1713510502

View Profile Personal Message (Offline)

Ignore
1713510502
Reply with quote  #2

1713510502
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713510502
Hero Member
*
Offline Offline

Posts: 1713510502

View Profile Personal Message (Offline)

Ignore
1713510502
Reply with quote  #2

1713510502
Report to moderator
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
February 23, 2018, 02:41:56 PM
Last edit: February 23, 2018, 05:55:12 PM by Lolliedieb
 #242

So, this time a minor update I guess, but it may improve the user experience.

Time for version 0.22  

Here are the download links:
Linux 64: Click me (v0.22)
Windows 64: Click me (v0.22)

Lets see what I have for you today:

Introduce the ability to use configuration files
Use "--use-config <fileName>" to load your configuration from file instead of from command line. This also makes maintaining multiple copies of lolMiner easier. See the example file to see how these files are written.

Use "--enable-time-print" to perpend the current local time to the statistics output
Well do not have more for that, do I? Ok: if you enable this HH:MM:SS in your local system time is printed before the stats.

Enable v0.13 thread model by "--use-alt-mine-thread"
This will enable the work handling of lolMiner-mnx 0.13 but with all the other bug fixes and improvements still enabled. This will deactivate multi-gpu support, so only the first device listed in --device will be used. By default the Nvidia CPU load fix (hotfix) is enabled, see below how to disable this. This option will brings back support for Intel devices.

New expert switch "--set-sleep-duration <number>"
This switch controls the new thread model introduced by 0.21.  It sets the time span between polling the GPUs for completed work in microseconds. Lower values may stabilize the performance, but also increase CPU load for all vendors. Setting the value to 0 will make lolMiner-mnx use one full CPU core by 100% for handling all devices. If this is used with "--use-alt-mine-thread" it will disable the Nvidia hotfix. Higher values reduce CPU load but may reduce hash rate. Default is 1000 microseconds = 1 millisecond.

[Windows] Hibernating is now prevented
lolMiner-mnx now reports Windows that it does not want Windows to switch to power save, hibernate and switching screen of automatically.

Improved thread safety
I inserted some mutex so most critical parts that are shared can now be accessed only by one thread. This should improve stability and reduce double free errors that make the miner crash.

Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
john1010
Hero Member
*****
Offline Offline

Activity: 2072
Merit: 562


View Profile WWW
February 23, 2018, 03:14:32 PM
 #243

So, this time a minor update I guess, but it may improve the user experience.

Time for version 0.22  

Here are the download links:
Linux 64: Click me (v0.22)
Windows 64: Click me (v0.22)

Lets see what I have for you today:

Introduce the ability to use configuration files
Use "--use-config <fileName>" to load your configuration from file instead of from command line. This also makes maintaining multiple copies of lolMiner easier. See the example file to see how these files are written.

Use "--enable-time-print" to perpend the current local time to the statistics output
Well do not have more for that, do I? Ok: if you enable this HH:MM:SS in your local system time is printed before the stats.

Enable v0.13 thread model by "--use-alt-mine-thread"
This will enable the work handling of lolMiner-mnx 0.13 but with all the other bug fixes and improvements still enabled. This will deactivate multi-gpu support, so only the first device listed in --device will be used. By default the Nvidia CPU load fix (hotfix) is enabled, see below how to disable this. This option will brings back support for Intel devices.

New expert switch "--set-sleep-duration <number>"
This switch controls the new thread model introduced by 0.21.  It sets the time span between polling the GPUs for completed work in microseconds. Lower values may stabilize the performance, but also increase CPU load for all vendors. Setting the value to 0 will make lolMiner-mnx use one full CPU core by 100% for handling all devices. If this is used with "--use-alt-mine-thread" it will disable the Nvidia hotfix. Higher values reduce CPU load but may reduce hash rate. Default is 1000 microseconds = 1 millisecond.

[Windows] Hibernating is now prevented
lolMiner-mnx now reports Windows that it does not want Windows to switch to power save, hibernate and switching screen of automatically.

Improved thread safety
I inserted some mutex so most critical parts that are shared can now be accessed only by one thread. This should improve stability and reduce double free errors that make the miner crash.


I will difinetly try this one today, thanks Lolliedieb for you hardwork, really appreciate it!   Wink

By the way, how about the speed? is it also increase it?
flipflop.0
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 23, 2018, 03:47:15 PM
 #244


Enable v0.13 thread model by "--use-alt-mine-thread"
This will enable the work handling of lolMiner-mnx 0.13 but with all the other bug fixes and improvements still enabled. This will deactivate multi-gpu support, so only the first device listed in --device will be used. By default the Nvidia CPU load fix (hotfix) is enabled, see below how to disable this. This option will brings back support for Intel devices.


Thanks, that is awesome!

Worked like charm. For 5 seconds. Then the pool went down.

Will report more once I can run it again. Is it possible to combine the "set sleep duration" with the v0.13 thread model?
beta1234
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 23, 2018, 03:59:59 PM
 #245

hm grade kurz die 0.22 benutzt, nach 20 Mins kamen error irgendwas mit warning message und seit dem geht auch kein 0.21 mehr
Sobald ich den starte, bricht er ab und startet neu, endlos

edit : 0.22 das gleiche
bijot01
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 23, 2018, 04:45:13 PM
 #246

same for me here not working anymore
cocopuffs99
Jr. Member
*
Offline Offline

Activity: 34
Merit: 1


View Profile
February 23, 2018, 04:52:04 PM
 #247

Anybody know what I could be doing wrong? My console just keeps saying "Warnign section 1"

Quote
Connecting to stratum server asia.minexpool.nl:9999
Start Mining...
Connected!
Subscribed to stratum server
New target received: 0000333333333333340000000000000000000000000000000000000000000000
New job received: d1da
Authorized worker: Xxxxxxxxxxxxxxxxxxx.78TVTM
Warnign section 1

Warnign section 1

Warnign section 1

Warnign section 1

My config file is basically the following:
Quote
### Device configuration
--platform 1                          # Insert the index of the platform you want to run on. Run lolMiner-mnx.exe --list-devices
                                      # to see all available platforms and the available devices for each platform
--device 0,1,2,3,4,5                            # Insert your devices to run the miner here. For multiple GPU pass a comma separated list, e.g.: 0,1 for using two GPUs 

--set-work-batch 2                   # Uncommend this line to set the work batch size. Default is 2 which is ideal for Nvidia customer GPUs.
                                      # For AMD GPUs try higher values, e.g. 8 or 12 to optimize performance. Higher values increase GPU memory use of lolMiner-mnx.


### Display log configuration
#--set-short-stats-interval 5         # Uncommend to set the time interval (seconds) between the short term performance output. Set 0 to disable the output.    
#--set-long-stats-interval 10         # Uncommend to set the time interval (seconds) between the long term performance output. Set 0 to disable the output.
                                      # The value will also determine the length of the benchmark mode
--enable-time-print                  # Uncommend to allow lolMiner-mnx to print the system time in HH:MM:SS format before each performance output.



### Expert parameters - handle with care
#--use-alt-mine-thread                # Enables the mine thread handling of lolMiner-mnx 0.13. This will disable multi-GPU support.
                                      # Therefore only the first number in --device is handled. The Nvidia load hotfix is enabled by default.
                  # Currently Intel devices are only working with this switch enabled.

#--set-sleep-duration 1000            # Sets the time span between polling the GPUs for completed work in microseconds. Lower values may stabilize
                                      # the performance, but also increase CPU load for all vendors. Setting the value to 0 will make lolMiner-mnx use one full
                                      # CPU core by 100% for handling all devices. If this is used with "--use-alt-mine-thread" it will disable the Nvidia hotfix.
                                      # Higher values reduce CPU load but may reduce hash speed. Default is 1000 microseconds = 1 millisecond.
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
February 23, 2018, 05:02:18 PM
Last edit: February 23, 2018, 05:52:17 PM by Lolliedieb
 #248

Hello out there,

This is because somehow suprnova is down and I had a bug in the fallback routine for collecting dev fee ... my fault Sad

This version here will fix it for Linux:
https://drive.google.com/open?id=17Q7vpJUKPRdQHcm9L4cbdupGzW4R0TDl

This version here will fix it for Windows:
https://drive.google.com/open?id=1y1wFzejasSn79KArmESmoUKnE4UaZkVL

Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
Syth
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
February 23, 2018, 05:32:44 PM
 #249

I have suggested this before. But now with suprnovas mnx pool down it is more important than ever.

Would you PLEASE stop the miner from reconnecting endlessly?
Or just implement "--retries" argument for how many times you would like it to retry, like I suggested before.
The quickest solution is to not have the miner reconnect at all and just exit so we could do something, where now the miner just stops ALL mining and waits forever for the pool to be up again, and hopefully it does.

I really don't want to have a script pinging the pool I am using all day again, just so I can exit the miner if it goes down, to switch pools automatically.
Syth
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
February 23, 2018, 05:36:43 PM
 #250

By the way, how are the newer versions of the miner?

I am still using 0.12 as they update cut my hashrate in half when afk.
Also the filesize of the update is about 3 times they size of the previous, 0.12. Dunno about the newest versions though.
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
February 23, 2018, 05:54:19 PM
 #251

Would you PLEASE stop the miner from reconnecting endlessly?
Or just implement "--retries" argument for how many times you would like it to retry, like I suggested before.
The quickest solution is to not have the miner reconnect at all and just exit so we could do something, where now the miner just stops ALL mining and waits forever for the pool to be up again, and hopefully it does.


Well this is better in 0.2 versions ... they handle this much more graceful! But stratum connection will get a rework next versions. Would like to do fall-back pool and ssl support Smiley

By the way (see two posts above): With that versions it now should work on the pools that are still online!

Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
beta1234
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 23, 2018, 05:55:52 PM
 #252

läuft wieder, danke für den schnellen Fix Smiley
bijot01
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 23, 2018, 06:14:15 PM
 #253

thanks for the fix  Smiley
flipflop.0
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 23, 2018, 06:36:47 PM
 #254

So I am checking the fixed version now. Speed is a bit better than before, but still about 20% less than v0.13. It appears to be related to the CPU, any change to the CPU affinity in the task manager heavily affects the hashrate. Still, I did not have the problem with v0.13. I'll be sticking with the new version for now and see what it can do over time.

btw. Any chance to include a logfile, to see hashrates and how often the miner had to restart?
cocopuffs99
Jr. Member
*
Offline Offline

Activity: 34
Merit: 1


View Profile
February 23, 2018, 07:15:25 PM
 #255

Does anybody have good afterburner overclock settings for GTX 1070? Currently only getting around 7.5k per GPU.
cocopuffs99
Jr. Member
*
Offline Offline

Activity: 34
Merit: 1


View Profile
February 23, 2018, 09:53:51 PM
 #256

Windows 10 and version .21 now enables me to run 2 x 1070 at the same time which is great but they only do half the speed.

So two kards = half speed or two cards = same speed as with one? What happens with two distinc inszances of the miner vs one instance running both cards?
I can run two cards at full speed with v0.21 but as soon as I log out of teamviewer the hash rate halves straight away. If i log back in it goes back to full speed. Any ideas?

I'm also having the same issue. I do have dummy hdmi plugged in to the integrated video card. I hope this gets fixed soon.
mareleki
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 23, 2018, 10:51:23 PM
 #257

droping hash if rig no conected on monitor
minodow
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 23, 2018, 11:41:04 PM
 #258

I added --enable-time-print to the batch file of 0.22, but the time is not displayed. How can I see it?
Sebahl
Jr. Member
*
Offline Offline

Activity: 146
Merit: 4


View Profile
February 24, 2018, 01:18:56 AM
 #259

Same problem. When connected through Teamviewer I get full hash. When disconnected hash drops to half. This is with a monitor connected, so that cannot be the problem.
HarleyQuinn2011
Jr. Member
*
Offline Offline

Activity: 111
Merit: 1


View Profile
February 24, 2018, 06:27:12 AM
 #260

Same problem. When connected through Teamviewer I get full hash. When disconnected hash drops to half. This is with a monitor connected, so that cannot be the problem.
I have the same problem.
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 »
  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!