Yakonche / rollercoin-profit-calculator

Calculator that allows you to determine which cryptocurrency is the most profitable to "mine" on the rollercoin.com website
https://rollercoin.com/?r=k2tlquen
MIT License
3 stars 0 forks source link

Rollercoin Profit Calculator

Release Downloads Repo Size License CodeFactor

READMES in other languages

French / Français

About

/!\ 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).

Downloads

Release 0.1.2

Old releases * [Release 0.1.0](https://github.com/Yakonche/rollercoin-profit-calculator/releases/tag/0.1.0) * [Release 0.0.5](https://github.com/Yakonche/rollercoin-profit-calculator/releases/tag/0.0.5)

Running from Python sources

Requirements

Running

git clone https://github.com/yakonche/rollercoin-profit-calculator.git

cd rollercoin-profit-calculator

pip install -r requirements.txt

python rc_profit_calc.py

Building

You can build a binary release for distribution with the command :

python setup.py build

Translation

Build translation

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