Ubuntu build
Preparation
- Install dependencies:
sudo apt install git build-essential cmake libuv1-dev uuid-dev libssl-dev
- Clone source code from github:
git clone https://github.com/xmrig/xmrig-proxy.git
- Create build directory:
mkdir xmrig-proxy/build
To update exist (already cloned) source, goto to the build directory and run git pull
.Build
cd xmrig-proxy/build
cmake ..
make -j$(nproc)