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

Add instructions on how to run apollo-miner as non-privileged user #4

Open
golden-guy opened this issue Jun 22, 2021 · 1 comment
Open

Comments

@golden-guy
Copy link

@jstefanop As a suggestion, you should really update the README on how to run the miner as non-root user:

On most linux distros all that's needed is to add the respective user to the dialout group (since that group has rw perms on /dev/ttyACM0)

sudo usermod -aG dialout <user>

Re-login or reboot for the changes to take effect.

@github12101
Copy link

+1 totally agree.

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

2 participants