Determine currently most profitable cryptocurrency to mine
python coinPicker.py --coin Ethereum --file ./approvedCoinFiledocker build -t torpus/coinPicker .
docker run --rm -it torpus/coinPicker -c Ethereum -f approvedCoinListTo make executable, add to shell's .rc file(~/.bashrc):
alias 'coinPicker'='docker run --rm -it torpus/coinPicker -f approvedCoinList'Then reload your shell by running:
source ~/.bashrcThen use by:
coinPicker -c Ethereum
Add coins you're interested in to a file, separated by \n