Hello, my miner is running Linux.
Is it possible to use Multialgo switching?
I looked at the software in the FAQ:
https://miningpoolhub.com/index.php?page=gettingstartedAnd it all looks to be Windows only
Thanks
EDIT: I tried to register and it won't let me. The 'register' button just does nothing after putting in my info!
Here's my configuration for multialgo on Linux. This takes the form of a .sh file, with miner software built from the git repos in the respective folders: Currently ccminer_T for tpruvot and ccminer_K for KlausT, others are possible just give them their own folder. Algos that are commented out still have issues with my configuration, feel free to test and repair them as you see fit.
#! /bin/bash
while true
do
./ccminer_T/ccminer --max-temp=85 -r 0 -a scrypt -o stratum+tcp://hub.miningpoolhub.com:12001 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a keccac -o stratum+tcp://hub.miningpoolhub.com:12003 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a x11 -o stratum+tcp://hub.miningpoolhub.com:12007 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a qubit -o stratum+tcp://hub.miningpoolhub.com:12014 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u OdinYggd.x -p x
#./ccminer_T/ccminer --max-temp=85 -r 0 -a ethash -o stratum+tcp://us-east.ethash-hub.miningpoolhub.com:12020 -u OdinYggd.x -p x
#./ccminer_T/ccminer --max-temp=85 -r 0 -a yescypt -o stratum+tcp://us-east.yescrypt-hub.miningpoolhub.com:12021 -u OdinYggd.x -p x
#./ccminer_K/ccminer -r 0 -a sia -o stratum+tcp://hub.miningpoolhub.com:12022 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a equihash -o stratum+tcp://us-east.equihash-hub.miningpoolhub.com:12023 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a cryptonight -o stratum+tcp://us-east.cryptonight-hub.miningpoolhub.com:12024 -u OdinYggd.x -p x
./ccminer_T/ccminer --max-temp=85 -r 0 -a lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:12025 -u OdinYggd.x -p x
done
Don't forget to change my username and password to yours. While I appreciate the contributions, you probably want your profits. You then set the account default job to mine the algos that you have support for, and let it do its thing.
Once you have your miner running, you can then use MPH's auto exchange functions to trade the coins you don't want for the coins that you do want. All of the wallet handling and everything is done for you, you just need to provide a wallet address to send the coins that you want to keep to.
To keep track of profitability, go to the wallet for the coin that you are auto exchanging to and look at 24 hour profitability. Mind you this data takes 24 hours to be even close to accurate, but it shows you clearly just how much you made in the past 24 hours.