Apollo-Miner-Binaries icon indicating copy to clipboard operation
Apollo-Miner-Binaries copied to clipboard

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

Open golden-guy opened this issue 4 years ago • 1 comments

@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.

golden-guy avatar Jun 22 '21 09:06 golden-guy

+1 totally agree.

github12101 avatar Jul 16 '21 23:07 github12101