Skip to content
New issue

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

Simple setup prompt on first run #2382

Closed
yuzi-co opened this issue Mar 29, 2019 · 5 comments
Closed

Simple setup prompt on first run #2382

yuzi-co opened this issue Mar 29, 2019 · 5 comments

Comments

@yuzi-co
Copy link

yuzi-co commented Mar 29, 2019

With simple setup added, with pool parameters provided, there is a prompt for the simple configuration and it continues.

Previously it would configure hardware automatically and start mining.

This prevents auto mining scripts when starting mining with a new version, or requires to manually create configs before run.

A command line flag would be useful in this case, or even just skip the prompt since the needed options are already provided.

Example command line:

xmr-stak -o cryptonightheavy.eu.nicehash.com:3364 -u xxx -p x --noNVIDIA --noAMD --noUAC --use-nicehash --httpd 4048 --cpu CPU-CnHeavy.txt --currency cryptonight_heavy
@Spudz76
Copy link
Contributor

Spudz76 commented Mar 29, 2019

You missed --rigid

See code wherein if that's empty, you get simple setup'd.

@yuzi-co
Copy link
Author

yuzi-co commented Mar 29, 2019

same:

./xmr-stak -o cryptonightheavy.eu.nicehash.com:3364 -u xxx -p x --rigid xxx --noNVIDIA --noAMD --noUAC --use-nicehash --httpd 4048 --cpu CPU-CnHeavy.txt --currency cryptonight_heavy

Use simple setup method? (Y/n)

@psychocrypt
Copy link
Collaborator

psychocrypt commented Mar 29, 2019 via email

@vanities
Copy link

vanities commented Mar 29, 2019

A command line argument would be wonderful, I run xmr-stak inside of a container and I'm having to do some weird (no | ./xmr-stak) | true in my Dockerfile in order. for it to run as an instance. :(

Edit: that's not working either.

@psychocrypt
Copy link
Collaborator

solved in #2385

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants