Determine currently most profitable cryptocurrency to mine
python coinPicker.py --coin Ethereum --file ./approvedCoinFile
docker build -t torpus/coinPicker .
docker run --rm -it torpus/coinPicker -c Ethereum -f approvedCoinList
To 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 ~/.bashrc
Then use by:
coinPicker -c Ethereum
Add coins you're interested in to a file, separated by \n