Skip to content

Torpus/CoinPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinPicker

Determine currently most profitable cryptocurrency to mine

Usage

python coinPicker.py --coin Ethereum --file ./approvedCoinFile

Docker

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

Requirements

Add coins you're interested in to a file, separated by \n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published