Mining Software Comparison

Wildrig-Multi: How to Set Up and Download

Wildrig supports a large number of algorithms, including less popular mining algorithms. It works with AMD, starting from the R200 series and Nvidia.

The miner’s fee is 1% for almost all algorithms.

Wildrig-Multi Supported Algorithms

Below is the list of algorithms supported by the Wildrig-Multi mining software. Each algorithm indicates the program fee, which is usually just a few percent. Software developers use it for their product support, enhancement, and development of new features. The fee works in such a way that every hour a program mines for a short period of time (usually less than a minute) to the developer’s wallet.

KAWPOW
Ravencoin
Fee 1%
Clore.ai
Fee 1%
Neurai
Fee 1%
Neoxa
Fee 1%

Wildrig-Multi Sample Settings (bat file)

The mining software launches through the command line in Linux and through the bat file in Windows. Below are sample bat files for each cryptocurrency that you can mine with Wildrig-Multi. Make sure to replace YOUR_ADDRESS with your own wallet address, and RIG_ID with your own rig name. You can name it however you like, but the name must contain only Latin letters and symbols “-” and “_”. The wallet must correspond to the cryptocurrency you are mining.

You can find additional settings for the mining program at the end of the page. If you have problems setting up Wildrig-Multi, feel free to ask for advice in our Telegram chat.

Ravencoinwildrig.exe --print-full --algo kawpow --url stratum+tcp://rvn.2miners.com:6060 --worker RIG_ID --user YOUR_WALLET_ADDRESS --pass x
pause
Clore.aiwildrig.exe --print-full --algo kawpow --url stratum+tcp://clore.2miners.com:2020 --worker RIG_ID --user YOUR_WALLET_ADDRESS --pass x
pause
Neoxawildrig.exe --print-full --algo kawpow --url stratum+tcp://neox.2miners.com:4040 --worker RIG_ID --user YOUR_WALLET_ADDRESS --pass x
pause
Neuraiwildrig.exe --print-full --algo kawpow --url stratum+tcp://xna.2miners.com:6060 --worker RIG_ID --user YOUR_WALLET_ADDRESS --pass x
pause

Wildrig-Multi Extra Settings

Sometimes you need to take additional steps to set up a mining program. For example, you may want to disconnect a GPU or set the GPU operating temperature limit. We prepared the list of the most popular Wildrig-Multi settings. To use a setting, add it to the standard launch line indicated above. As a rule, you can’t control GPU overclocking through the mining program settings. You can find a detailed guide on GPU overclocking in this article.

WildrigMulti doesn't support SSL.

--opencl-devices= allows you to choose GPUs for mining. After ---opencl-devices indicate target GPUs separating them with a comma. The first GPU is indexed as 0. For example, GPUs in a rig of six graphics cards are numbered from 0 to 5. If you add --opencl-devices=0,1,2,3,5, the mining software launches on all GPUs except for the fifth (indexed as 4).

--opencl-platforms= sets target GPU types for mining. The default is AMD and Nvidia. --opencl-platforms=nvidia is for mining only with Nvidia. --opencl-platforms=amd is for mining only with AMD.

Control the GPU temperature with --gpu-temp-limit= and --gpu-temp-resume=. Indicate the desired range, say --gpu-temp-limit=80 --gpu-temp-resume=60. GPUs stop operating when they reach 80°C and resume mining once they cool down to 60°C. This parameter is applied to all rig GPUs simultaneously.

--gpu-temp-limit= sets the max temperature GPUs can mine at.

--gpu-temp-resume= sets the temperature GPUs must reach to resume mining.

--log-file= creates the log file and saves it to the drive. Indicate the exact path to the log file after the command. For example, --log-file=c:\wildrig.log.
Developer
andru-kun