Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 603 Bytes

linux_installation.md

File metadata and controls

19 lines (14 loc) · 603 Bytes

Linux Installation

Install node.js 14.x and deps

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install alsa-utils

Now that node.js is installed, install the module dependencies for HandyMiner in the HandyMiner-Goldshell-GUI directory

npm install

Mine HNS.

HiveOS Users possible gotchas during installation:

During dependency installation, hiveOS users may run into errors about EACCES permissions for mkdir. To resolve, run the install command like: sudo npm install --unsafe-perm=true --allow-root