The latest release of the XMRig 6.0.0-Beta comes with support for the KAWPOW algorithm used by Ravencoin (RVN) for both AMD and Nvidia GPUs. Although we are often associating XMRig with CPU mining for RandomX, it also supports a number of algorithms and mining on GPUs as well. We have tried KAWPOW support and frankly had some trouble making it work on two different Radeon RX 580 mining rigs as well as one GTX 1080 Ti rig, so we are back to using TeamRedMiner as the best performing solution for AMD GPUs and T-Rex for Nvidia for the moment as far as RVN mining is concerned.
Monero XMR mining via termux ;ubuntu
install ubuntu in termux command; (ubuntu is optional)
pkg install update && upgrade
apt install git
apt install wget
apt install proot
termux-setup-storage
git clone https://github.com/Neo-Oli/termux-ubuntu
cd termux-ubuntu
chmod +x ubuntu.sh
sh ubuntu.sh
./start-ubuntu.sh
install xmrig cpu miner to ubuntu termux
apt update
apt upgrade
apt install git
apt install wget
apt install proot
apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev
git clone https://github.com/xmrig/xmrig
cd xmrig
mkdir build
cd bulid
cmake -DWITH_HWLOC=OFF ..
make then you can creat a config.json file in /build
No comments:
Post a Comment