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

Common defaults should exploit COIN_MINER_OPTS where possible #280

Open
LuKePicci opened this issue May 19, 2019 · 0 comments
Open

Common defaults should exploit COIN_MINER_OPTS where possible #280

LuKePicci opened this issue May 19, 2019 · 0 comments
Assignees

Comments

@LuKePicci
Copy link
Collaborator

LuKePicci commented May 19, 2019

We have more than one case like this where we should have exploited COIN_MINER_OPTS instead of suggesting this in comments:

AION_OPTS="--algo aion" # If using GMiner use" --algo 210_9 --pers AION0PoW" with Z_EWBF use "--algo aion"

It should just be like this:

AION_Z_EWBF_OPTS="--algo aion"
AION_GMINER_OPTS="--algo 210_9 --pers AION0PoW"

This involves GMINER, Z_EWBF and XMR_Stak at least

@LuKePicci LuKePicci changed the title Common defaults should exploit _COIN_MINER_OPTS_ where possible Common defaults should exploit COIN_MINER_OPTS where possible May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants