mludvig / aws-ethereum-miner

CloudFormation template for mining Ethereum crypto currency on AWS
270 stars 152 forks source link

How to add .log file to tail #8

Closed hmpargi closed 3 years ago

hmpargi commented 3 years ago

Hi michael ,

Eithminer had /tmp/ethminer.log which we ususally tail or look to make sure instance are mining. But with new template in action is there is way to tail the logs?

hmpargi commented 3 years ago

I think i figure out this.

mludvig commented 3 years ago

You can tail -f /var/log/cloud-init-output.log - that should show you the progress output.

hmpargi commented 3 years ago

awesome... thank you so much

On Mon, May 17, 2021 at 2:01 PM Michael Ludvig @.***> wrote:

You can tail -f /var/log/cloud-init-output.log - that should show you the progress output.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mludvig/aws-ethereum-miner/issues/8#issuecomment-842636256, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCMEIBORX6RSQUU3HYS4ETTOF74BANCNFSM45AUEINA .

-- Thank You, Hardik Pargi

Connect : Linkedin https://www.linkedin.com/in/hardikpargi/

lbspam commented 3 years ago

@mludvig / @hmpargi is lolminer more performant ? why move off ethminer ?

mludvig commented 3 years ago

Ethminer used to crash after a while. Lolminer seems more stable.