We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, its great in the next release a option to run in background!
The text was updated successfully, but these errors were encountered:
modify the build.sh file
build.sh
flag="-X main.BuildVersion=`echo $ALGO`"
to
flag="-X main.BuildVersion=`echo $ALGO` -H=windowsgui"
And plan B is that making this application a windows service. It's not good. It should be just a simple standalone application.
use nohup ./gxminer > /dev/null 2>&1 &, screen, tmux. pm2, supervisor...
nohup ./gxminer > /dev/null 2>&1 &
Tons of daemon/shell managers are better than built-in daemon function.
Sorry, something went wrong.
No branches or pull requests
Hi, its great in the next release a option to run in background!
The text was updated successfully, but these errors were encountered: