Bitcoin Forum

Bitcoin => Hardware => Topic started by: nexus99 on March 02, 2014, 09:19:57 PM



Title: How to see cgminer console on Antminer S1
Post by: nexus99 on March 02, 2014, 09:19:57 PM
Anyone know where a good guide is located?


Title: Re: How to see cgminer console on Antminer S1
Post by: CryptoGuy2014 on March 03, 2014, 04:57:07 AM
I am also looking into viewing cgminer console or log files, need to see if solo mining is working correctly since I am getting alot of rejected blocks, every one I find has been rejected, mining alt coins BTW.

thanks


Title: Re: How to see cgminer console on Antminer S1
Post by: ineedit on March 03, 2014, 06:26:38 AM
I am also looking into viewing cgminer console or log files, need to see if solo mining is working correctly since I am getting alot of rejected blocks, every one I find has been rejected, mining alt coins BTW.

thanks

You cannot see the console, it has been disabled at a code level.


Title: Re: How to see cgminer console on Antminer S1
Post by: alexrossi on March 03, 2014, 07:21:20 AM
I am also looking into viewing cgminer console or log files, need to see if solo mining is working correctly since I am getting alot of rejected blocks, every one I find has been rejected, mining alt coins BTW.

thanks

You cannot see the console, it has been disabled at a code level.

yep, the instance runs in a silent mode


Title: Re: How to see cgminer console on Antminer S1
Post by: jimrome on March 03, 2014, 08:44:45 AM
I am also looking into viewing cgminer console or log files, need to see if solo mining is working correctly since I am getting alot of rejected blocks, every one I find has been rejected, mining alt coins BTW.

thanks

You cannot see the console, it has been disabled at a code level.

I'm not sure what is meant by this, but it's fairly easy to get access to the cgminer console (text mode). All you need to do is log in, kill the current cgminer instance and launch a new one from the cli.

If you want to get fancy you can mod the cgminer init.d script to spawn each instance in a screen session as well.



Title: Re: How to see cgminer console on Antminer S1
Post by: ineedit on March 03, 2014, 06:39:45 PM
I am also looking into viewing cgminer console or log files, need to see if solo mining is working correctly since I am getting alot of rejected blocks, every one I find has been rejected, mining alt coins BTW.

thanks

You cannot see the console, it has been disabled at a code level.

I'm not sure what is meant by this, but it's fairly easy to get access to the cgminer console (text mode). All you need to do is log in, kill the current cgminer instance and launch a new one from the cli.

If you want to get fancy you can mod the cgminer init.d script to spawn each instance in a screen session as well.



The Curses option has been disabled when the build was compiled, you cannot see the standard pretty print cgminer screen.


Title: Re: How to see cgminer console on Antminer S1
Post by: jimrome on March 03, 2014, 08:51:50 PM
I am also looking into viewing cgminer console or log files, need to see if solo mining is working correctly since I am getting alot of rejected blocks, every one I find has been rejected, mining alt coins BTW.

thanks

You cannot see the console, it has been disabled at a code level.

I'm not sure what is meant by this, but it's fairly easy to get access to the cgminer console (text mode). All you need to do is log in, kill the current cgminer instance and launch a new one from the cli.

If you want to get fancy you can mod the cgminer init.d script to spawn each instance in a screen session as well.



The Curses option has been disabled when the build was compiled, you cannot see the standard pretty print cgminer screen.


Right, like I said "text mode" is readily available :) It _could_ be recompiled from the source on github if someone had the time and/or inclination.