xmrig / xmrig-proxy

Monero (XMR) Stratum protocol proxy
https://xmrig.com/proxy
GNU General Public License v3.0
618 stars 338 forks source link

No guide for compiling xmrig-proxy on aarch64, no binaries either #540

Open gtxg16 opened 1 year ago

gtxg16 commented 1 year ago

pls i need da help

SChernykh commented 1 year ago

It's the same as any other Linux build, see https://github.com/xmrig/xmrig-proxy/wiki/Ubuntu-Build Only the first line (installing dependencies) can be different, the rest is the same:

git clone https://github.com/xmrig/xmrig-proxy.git
mkdir xmrig-proxy/build
cd xmrig-proxy/build
cmake ..
make