Post
Topic
Board Mining (Altcoins)
Re: [ANN] rhminer - an optimized CPU+GPU miner for PascalCoin
by
tlaskows
on 18/01/2020, 11:21:16 UTC
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