Bitcoin Forum
June 16, 2024, 08:22:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 »  All
  Print  
Author Topic: [ANN] rhminer - an optimized CPU+GPU miner for PascalCoin  (Read 24451 times)
2h4u
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
January 18, 2020, 04:13:53 AM
Last edit: January 18, 2020, 05:05:55 AM by 2h4u
 #121

*NEW RELEASE*

Would you like to ignore SIGWINCH or handle the signal appropriately? There's a problem to run the miner inside the screen terminal multiplexer. I run miner with screen (screen -dmS yaddayadda), deattach screen, attach it back, then miner exits.

I found a workaround: run it with unbuffer command (man unbuffer).
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 18, 2020, 04:46:12 AM
 #122

*NEW RELEASE*

Would you to handle SIGWINCH appropriately? There's a problem to run the miner inside the 'screen' tool.

I use  headless servers (on a budget).  I just SSH into them.

Does this affect me?  Seems to be running fine from remote terminal session.

~ Tom

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
2h4u
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
January 18, 2020, 05:07:05 AM
 #123

*NEW RELEASE*

Would you to handle SIGWINCH appropriately? There's a problem to run the miner inside the 'screen' tool.

I use  headless servers (on a budget).  I just SSH into them.

Does this affect me?  Seems to be running fine from remote terminal session.

~ Tom

How'd you run the miner--screen or tmux? Or just nohup?
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 18, 2020, 05:45:54 AM
 #124

*NEW RELEASE*

Would you to handle SIGWINCH appropriately? There's a problem to run the miner inside the 'screen' tool.

I use  headless servers (on a budget).  I just SSH into them.

Does this affect me?  Seems to be running fine from remote terminal session.

~ Tom

How'd you run the miner--screen or tmux? Or just nohup?

There is no miner--screen anywhere.  I use Linux.  Is this a Windows question?  Windows/Mac OS doesn't even come with a proper SSH server/daemon.

Sorry for the confusion.

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
2h4u
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
January 18, 2020, 06:36:29 AM
Last edit: January 18, 2020, 10:45:25 AM by 2h4u
 #125

How'd you run the miner--screen or tmux? Or just nohup?

There is no miner--screen anywhere.  I use Linux.  Is this a Windows question?  Windows/Mac OS doesn't even come with a proper SSH server/daemon.

Sorry for the confusion.

Oh dear. At first, '--' is a punctuation mark, we call it an 'em dash'. At second, screen and tmux are commonly used Linux terminal multiplexers. https://linux.die.net/man/1/screen, for example.
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 18, 2020, 11:21:16 AM
 #126

How'd you run the miner--screen or tmux? Or just nohup?

There is no miner--screen anywhere.  I use Linux.  Is this a Windows question?  Windows/Mac OS doesn't even come with a proper SSH server/daemon.

Sorry for the confusion.

Oh dear. At first, '--' is a punctuation mark, we call it an 'em dash'. At second, screen and tmux are commonly used Linux terminal multiplexers. https://linux.die.net/man/1/screen, for example.

My mobile phone got rick rolled.  Chrome popups.  I reinstalled Chrome and installed Ad Buster.

-----

I ran ./rhminer from the terminal.  I didn't notice any issues. 

I am not new with Linux, just never heard of this out of millions of commands.

On Ubuntu, the unbuffer program (from the expect-dev) package did the trick for me. Just run:

unbuffer your_command

and it won't buffer it.


Found that online.  I guess that's the workaround for now.   Huh

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
January 22, 2020, 02:26:19 PM
 #127

@all the linux issues are fixed now.
There is no exit from main thread anymore and the zip files contain an executable now (no need to chmod +x) anymore.

cheers
Polyminer1
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
January 22, 2020, 02:29:25 PM
Last edit: January 23, 2020, 06:05:16 AM by polyminer1
 #128

@everyone
Version 2.1 is out and much FASTER.

* Optimized RandomHash2 with up to 80% more speed. (On some system rhminer 2.1 is up to 250% faster than official miner)
* Fixed linux binary where main thread was exiting after miner startup.
* Linux zip files now contain rhminer as an executable and not a simple file.
* FIxed windows packages and removed extra folders

Download latest version here : https://github.com/polyminer1/rhminer/releases

Cheers
Polyminer1
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 22, 2020, 03:19:50 PM
 #129

@everyone
Version 2.1 is out and much FASTER.

* Optimized RandomHash2 with up to 80% more speed. (On some system rhminer 2.1 is up to 250% faster than official miner)
* Fixed linux binary where main thread was exiting after miner startup.
* Linux zip files now contain rhminer as an executable and not a simple file.
* FIxed windows packages and removed extra folders

Cheers
Polyminer1

Thank you.

I have been using v2.0 with unbuffer.

It is was reliable if ran correctly.

V2 very fast and very stable BTW on 3 different CPU architectures.

Cheers,

~Tom

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 24, 2020, 09:28:24 AM
 #130

@everyone
Version 2.1 is out and much FASTER.

* Optimized RandomHash2 with up to 80% more speed. (On some system rhminer 2.1 is up to 250% faster than official miner)
* Fixed linux binary where main thread was exiting after miner startup.
* Linux zip files now contain rhminer as an executable and not a simple file.
* FIxed windows packages and removed extra folders

Download latest version here : https://github.com/polyminer1/rhminer/releases

Cheers
Polyminer1

@Polyminer1

Here are my "average HRs".

4x Kali Linux.  1 Chrome OS (DEV) w/ Linux.

I have 1 more Chrome OS device, but (beta build for 7" GPD Pocket (Atom X7) the charger does not work while it's on.

Quote
4770k4.4GHz   107.37 kH/s   102.58 kH/s   91.37 kH/s   90.33 kH/s   less than a minute ago   31971474304
ChromeOS_DEV   10.86 kH/s   10.51 kH/s   10.51 kH/s   10.51 kH/s   about a minute ago   35331775
MacBookPro2012   53.87 kH/s   42.61 kH/s   30.30 kH/s   33.78 kH/s   less than a minute ago   13202009481  <-  There is no way to disable the integrated GPU.  It runs hot (105 degrees on the CPU 24/7).
Ryzen7   128.85 kH/s   167.18 kH/s   172.18 kH/s   175.09 kH/s   less than a minute ago   63805546720
xeon   250.54 kH/s   171.48 kH/s   153.02 kH/s   160.32 kH/s   less than a minute ago   64357203701

Posting this for reference to v2.0

Thank you,

BTW:  I have looked into ANY way to disable the GPU to use the Intel HD only - 650 GT Apple Edition including BGA rework removal.  It's impossible to bypass it.  Stupid PCB layout.

Kali Lite on the MBP.  No difference.  Can't drop into the terminal.  Xwindows uses the nvidia graphics no matter what.

~ Tom

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
January 24, 2020, 09:45:33 AM
 #131

Tnx for the report.
You should try 2.1 now, it's up to 80% faster !

cheers
Polyminer1
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 24, 2020, 02:11:01 PM
 #132

Tnx for the report.
You should try 2.1 now, it's up to 80% faster !

cheers
Polyminer1

I did.  I still have 1 issue. 

My MBP Retina 2012 keeps overheating.

Serious question.  I have few older spare water coolers (up to 200 Watts+ TDP).

Is there a way to attach them to the CPU and use it as a desktop?

It keeps throttling (in the Linux console log) every few seconds.

CPU throttle.  Slows it down to 1/2 the speed it should be.

I have a syringe of KPx thermal compound.  I have used it on everything and it works.

Ryzen 7x with stock cooler overclocked.  On air.  Never crashes and it never overheats.


GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
January 25, 2020, 12:56:07 AM
 #133

I redid the thermal again.

The new cheese grater design.

It runs much better.  No joke.

2012 MBP Retina 15".  CPU performance x2.

~ Tom

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
February 03, 2020, 06:49:38 AM
 #134

@here All linux bugs have been fixed in version 2.1c
Download here https://github.com/polyminer1/rhminer/releases

cheers
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
February 06, 2020, 08:21:25 PM
 #135

Version 2.2 - New optimizations up to 55% faster.
*Added major optimizations. (55% on Platinuim, 50% on i7 and i5)
*Tested on i5, i7, Epic and Xeon
*Added version in log and submit chrono

https://github.com/polyminer1/rhminer/releases

cheers Polyminer1
tlaskows
Full Member
***
Offline Offline

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
February 06, 2020, 09:21:52 PM
 #136

Version 2.2 - New optimizations up to 55% faster.
*Added major optimizations. (55% on Platinuim, 50% on i7 and i5)
*Tested on i5, i7, Epic and Xeon
*Added version in log and submit chrono

https://github.com/polyminer1/rhminer/releases

cheers Polyminer1

Thank you.

I do realize Ryzen 7 X is desktop - consumer version of the Epyc.

I have to keep it running below 60 degrees CPU die.

Will check for performance gains.  I paid around 300 Fiat for it.  Still fastest one even than a more powerful Xeon.

Cheers.

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
February 12, 2020, 10:33:50 AM
 #137

@everyone New version that fixes the connections on openpool.

Version 2.2b - Removed pascalpool.org from DevPool list
*Improved pool connection
*code cleanup and minor improvements (linux and macos)

Cheers.
dfish987
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
February 14, 2020, 05:25:29 AM
 #138

Using on Linux get a segfault core dumped and it happens on 3 out of 4 machines
polyminer1 (OP)
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
February 14, 2020, 08:35:29 AM
 #139

What version of linux and what version of rhminer ?
dfish987
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
February 14, 2020, 11:00:20 PM
 #140

Lubuntu 19.10 and both rhminer 2.2 and 2.2b
Pages: « 1 2 3 4 5 6 [7] 8 »  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!