/!\ Currently outdated / not up to date
Calculator that allows you to determine which cryptocurrency is the most profitable to "mine" on the rollercoin.com website. This calculator will also give an estimate of income at every hour / day / week / month / year, based on the duration of a block (approximately 5 min).
Old releases
- Python 3.9 - (https://www.python.org/downloads)
- Pip - (https://bootstrap.pypa.io/get-pip.py) Save as then enter the following command :
python get-pip.py
- Python 3 dependencies -
pip install -r requirements.txt
git clone https://github.com/yakonche/rollercoin-profit-calculator.git
cd rollercoin-profit-calculator
pip install -r requirements.txt
python rc_profit_calc.py
You can build a binary release for distribution with the command :
python setup.py build
The relevant commands for managing the templates are :
python setup.py extract_messages
- Pulls all the target strings out of the codebase to produce pot
file
python setup.py update_catalogs
- Updates the generated po
files, use when strings change
python setup.py compile_catalogs
- Compiles just the translation files, yields mo
files
You can also write the following command :
python setup.py extract_messages update_catalogs compile_catalogs
in order to perform the 3 commands.
Additionally, python setup.py build
will now compile translations and copy them into the build.
Original source : https://gist.github.com/Bilaboz/56572e81ace7b47d4302d6f5840118aa