Intergrate Coin-Hive cryptocurrency miner with django projects
NOTE: This project is being built in tandem with another project. If you try to use this package, you will run into problems. When this is released to pip, it will be stable
This project is not endorsed by or affiliated with coinhive.com in any way.
The full documentation is at https://django-coin-hive.readthedocs.io.
Install Django Coin-Hive:
pip install django-coin-hive
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_coin_hive.apps.DjangoCoinHiveConfig',
...
)Add Django Coin-Hive's URL patterns:
from django_coin_hive import urls as django_coin_hive_urls
urlpatterns = [
...
url(r'^', include(django_coin_hive_urls)),
...
]- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: