Installing
How to install Foxy-Miner¶
The recommended way to install Foxy-Miner is via npm
, the package manager for Nodejs - the language Foxy-Miner is written in.
- Install Nodejs
- Windows only: Make sure you have the Visual C++ Redistributable for Visual Studio 2015 installed.
-
Install Foxy-Miner via
npm
:npm install --global foxy-miner
-
Run Foxy-Miner via:
foxy-miner
- Windows only: Make sure you have the Visual C++ Redistributable for Visual Studio 2015 installed.
- Download the latest release for your operating system from here.
How to update Foxy-Miner¶
Just run the following command to update Foxy-Miner through npm
:
npm update --global foxy-miner
Download the newer version from here and use the new binary instead of the old one.