{ "info": { "author": "kefkius", "author_email": "kefkius@mail.com", "bugtrack_url": null, "classifiers": [], "description": "Notes for Decred:\n\nPlease see the \"test.py\" for a testcase to verify your implementation.\n\nIf you have any questions feel free to ask me (ocminer) at admin AT suprnova.cc\n\n\n=========================\nRequirements:\n-------------------------\nIn order to run P2Pool and other Python based pools with the Decred network, you would need to build and install the\nblake_hash module for Python that includes the blake-256 proof of work code that Decred uses for hashes.\n\nLinux:\n\n sudo python setup.py install\n\nWindows (mingw):\n* Install MinGW: http://www.mingw.org/wiki/Getting_Started\n* Install Python 2.7: http://www.python.org/getit/\n\nIn bash type this:\n\n C:\\Python27\\python.exe setup.py build --compile=mingw32 install\n\nWindows (microsoft visual c++)\n* Open visual studio console\n\nIn bash type this:\n\n SET VS90COMNTOOLS=%VS110COMNTOOLS%\t # For visual c++ 2012\n SET VS90COMNTOOLS=%VS100COMNTOOLS% # For visual c++ 2010\n C:\\Python27\\python.exe setup.py build --compile=mingw32 install\n\t\nIf you run into an error with unrecognized command line option '-mno-cygwin', see this:\nhttp://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kefkius/decred-hash", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "decred_hash", "package_url": "https://pypi.org/project/decred_hash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/decred_hash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kefkius/decred-hash" }, "release_url": "https://pypi.org/project/decred_hash/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Bindings for blake proof of work compatible with Decred.", "version": "1.0.1" }, "last_serial": 1936129, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9e0563181931cbb78ddd2aeb63d60096", "sha256": "f3cef86b98d91d2dc2badfda4e17ab7243ffb3c6a76662b4903316660cd85f98" }, "downloads": -1, "filename": "decred_hash-1.0.tar.gz", "has_sig": false, "md5_digest": "9e0563181931cbb78ddd2aeb63d60096", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7049, "upload_time": "2016-02-02T18:16:31", "url": "https://files.pythonhosted.org/packages/dd/ae/7b71b828328766a601f061d24211135fff8c58d87574d7736bb7742025e9/decred_hash-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "136ed7126ce73a1406b7c444c0ba994e", "sha256": "1a0cb13d20e42bf13d119fd63acdc12c76c8d7f0176eefe8258d313cefa57b0e" }, "downloads": -1, "filename": "decred_hash-1.0.1.tar.gz", "has_sig": false, "md5_digest": "136ed7126ce73a1406b7c444c0ba994e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22451, "upload_time": "2016-02-02T18:23:58", "url": "https://files.pythonhosted.org/packages/a3/f9/402ce5a4a022c01608c36975e2766334b330904c71b583d46dd8acabeafb/decred_hash-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "136ed7126ce73a1406b7c444c0ba994e", "sha256": "1a0cb13d20e42bf13d119fd63acdc12c76c8d7f0176eefe8258d313cefa57b0e" }, "downloads": -1, "filename": "decred_hash-1.0.1.tar.gz", "has_sig": false, "md5_digest": "136ed7126ce73a1406b7c444c0ba994e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22451, "upload_time": "2016-02-02T18:23:58", "url": "https://files.pythonhosted.org/packages/a3/f9/402ce5a4a022c01608c36975e2766334b330904c71b583d46dd8acabeafb/decred_hash-1.0.1.tar.gz" } ] }