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
Command line arguments (some at least) will only work with "=" in the following format:
--public-key=${MINER_KEY} --node=chainweb-node:1848 --worker=stratum --thread-count=2 --log-level=info --no-tls --stratum-port=1917 --stratum-difficulty=46
Will not work if spaces are used in place of "="
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command line arguments (some at least) will only work with "=" in the following format:
--public-key=${MINER_KEY}
--node=chainweb-node:1848
--worker=stratum
--thread-count=2
--log-level=info
--no-tls
--stratum-port=1917
--stratum-difficulty=46
Will not work if spaces are used in place of "="
The text was updated successfully, but these errors were encountered: