How to Configure Profit Switching on Your Hive OS Rig

2 years ago
3

In this video, I go over the steps to configure the profit switcher that uses WhatToMine and Hive OS to mine the most profitable coin. We project this will be very beneficial post Ethereum merge when profits may wildly vary every few minutes.

Discord: https://discord.gg/HsjJPCP2hp

Profit Switcher: https://github.com/TheRetroMike/HiveOSProfitSwitcher

commands:
apt-get install mono-complete
wget https://github.com/TheRetroMike/HiveOSProfitSwitcher/releases/latest/download/HiveProfitSwitcher.zip
unzip HiveProfitSwitcher.zip -d /usr/profit-switcher
nano /usr/profit-switcher/HiveProfitSwitcher.exe.config
mono /usr/profit-switcher/HiveProfitSwitcher.exe
crontab -e
*/15 * * * * mono /usr/profit-switcher/HiveProfitSwitcher.exe

Loading comments...