{ "info": { "author": "Matt Doiron", "author_email": "mattdoiron@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5" ], "description": "========\r\nBTCnDash\r\n========\r\n\r\nBTCnDash is a web-based dashboard displaying information about the status of a bitcoin node such\r\nas currently connected peers, recent transactions forwarded, bandwidth usage, and network stats\r\nlike hash rate. Most items are generated automatically or retrieved from the bitcoind server\r\nitself via RPC calls.\r\n\r\nBTCnDash is meant to be lightweight, and with the assumption that there will be very low traffic\r\nto the dashboard. As such, it does not use a full webserver like Nginx or apache. It uses the\r\nBottle_ microframework and generates static status pages on a schedule. Python's WSGI reference\r\nserver is used as the actual webserver, but Bottle (and therefore BTCnDash) can be served by lots\r\nof different servers. You could also simply serve the statics pages only.\r\n\r\nPython 2.7 is required. Python 3.5 works, but is not as well tested! Bitcoin Core v0.12 through\r\nv0.14 appear to work, but the latest v0.14 has not been thoroughly tested.\r\n\r\n\r\n.. _Bottle: http://bottlepy.org\r\n\r\n.. image:: https://bitbucket.org/mattdoiron/btcndash/raw/default/doc/btcndash_screenshot.png\r\n\r\nAuthor and Acknowledgements\r\n===========================\r\n\r\nBTCnDash is written and maintained by Matt Doiron and is released under\r\nthe GPL v3 license. The source can be found on the Bitbucket_ page. Hope you find it useful!\r\nIf so, please consider donating Bitcoin to 1AHT2Zq7JneADw94M8uCdKRrqVZfhrTBYM\r\n\r\n.. _Bitbucket: https://bitbucket.org/mattdoiron/btcndash\r\n\r\nThanks to those who make great tools like these that make BTCnDash possible:\r\n\r\n* Bottle: python web framework (http://bottlepy.org)\r\n* bitcoinlib: rpc library (https://github.com/petertodd/python-bitcoinlib/)\r\n* Blocks: bootstrap theme (http://alvarez.is/)\r\n\r\nOther Resources\r\n===============\r\n\r\n* See the `BTCnDash PyPi page`_ for other info.\r\n* Also see the `BTCnDash documentation`_.\r\n\r\n.. _`BTCnDash PyPi page`: https://pypi.python.org/pypi/btcndash/\r\n.. _`BTCnDash documentation`: http://btcndash.readthedocs.io/\r\n\n\nChanges\n=======\n\nv2.3.6, May 14, 2017\n\n* Broader exception handling to ensure pages are still cached when there are errors.\n\nv2.3.3-5, April 10, 2017\n\n* Fix to catch some exceptions related to HTTP errors\n* Ensure that donate address is included in footer\n* Appears to work with Bitcoin Core v0.14 but some RPC calls have changed and have not been tested\n* Define default states for variables in case of banks or invalid responses.\n* Move documentation to Readthedocs\n\nv2.3.2, November 11, 2016\n\n* Fix issues related to upgrade to new version of python-bitcoinlib\n* Add support for reporting NODE_WITNESS service bit\n* Add default value for pingtime because it's not always available\n* Fix conversion of service bit to int\n\nv2.3.1, November 11, 2016\n\n* Fix issue with partially retrieved data causing worker to crash\n* Version bump for dependencies\n\nv2.3.0, April 3, 2016\n\n* Documentation updates\n* Allow name of node to be customized\n* Make location variables accessible to templates directly\n* Move formatting into the templates themselves\n* Fixed some Python 2/3 issues\n* New tiles: bitnodes data and fee summary\n* Always load default config first, then overwrite with any custom config\n\nv2.2.0, March 26, 2016\n\n* Added interactive tables to the transactions and peers pages\n* Added several new tiles and reformatted others. Made the new ones the default, but originals\n are still present if desired.\n* Some code cleanup and fixes\n* Allow an argument to RPC commands\n* Make some logging less verbose\n* Documentation updates\n\nv2.1.0, March 20, 2016\n\n* Return config file to plain text, this time json\n* Add command line options:\n\n * Specify location of config file\n * Clear page cache on startup\n\n* Update js libraries (Highcharts and jQuery)\n* Add config options to add additional locations for views and static files\n* Add a setup.py file and publish to PyPI\n* Updated documentation and use Sphinx to make it pretty\n\nv2.0.0, March 16, 2016\n\n* Significant refactoring under the hood\n* Allow reordering, disabling and adding custom tiles\n* Config file now python to allow more powerful customization\n* Preliminary support for Python 3.5\n* Remove CherryPy as a dependency (default to wsgiref instead)\n* Add config variable for header title\n* Bug fixes\n\nv1.0.1, March 8, 2016\n\n* Fixed a bug with float data type\n\nv1.0.0, March 8, 2016\n\n* Bumped version to 1.0\n\nv0.1.1, Jan 1, 2015\n\n* Added a more graceful failure when the Bitcoin node is not reachable\n* Clarified Python version requirements\n* Bumped versions of dependencies\n\nv0.1.0, May 25, 2014\n\n* Initial release.", "description_content_type": null, "docs_url": "https://pythonhosted.org/btcndash/", "download_url": "https://bitbucket.org/mattdoiron/btcndash/downloads/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mattdoiron/btcndash", "keywords": "bitcoin node dashboard fullnode", "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "btcndash", "package_url": "https://pypi.org/project/btcndash/", "platform": "any", "project_url": "https://pypi.org/project/btcndash/", "project_urls": { "Download": "https://bitbucket.org/mattdoiron/btcndash/downloads/", "Homepage": "https://bitbucket.org/mattdoiron/btcndash" }, "release_url": "https://pypi.org/project/btcndash/2.3.6/", "requires_dist": null, "requires_python": null, "summary": "Lightweight status dashboard for Bitcoin nodes.", "version": "2.3.6" }, "last_serial": 2874128, "releases": { "2.1.0": [ { "comment_text": "", "digests": { "md5": "34c82a2036b02a76bf140be50d93a4fa", "sha256": "af95a55ddb8b777410ee8beadfed5dd3fdf15db34840e88a635a145d08c55449" }, "downloads": -1, "filename": "btcndash-2.1.0.tar.gz", "has_sig": false, "md5_digest": "34c82a2036b02a76bf140be50d93a4fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 430898, "upload_time": "2016-03-21T00:19:09", "url": "https://files.pythonhosted.org/packages/73/7f/9a76fddf84580a1af976628734bb2ff76eb45dc14b4b2abcb290501f7709/btcndash-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "dfe99652bdfba31b1f15ce5d20ff1c13", "sha256": "7a046ba4e596ec02eacc43142c49e293906b05e4e7762357cfa02e360a8b5a93" }, "downloads": -1, "filename": "btcndash-2.2.0.tar.gz", "has_sig": false, "md5_digest": "dfe99652bdfba31b1f15ce5d20ff1c13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 599902, "upload_time": "2016-03-26T06:46:14", "url": "https://files.pythonhosted.org/packages/6c/58/8e51dabd0a93641a64f443bcc583714f6d83366093065746681bccb7fd0f/btcndash-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "2c93763d9f6b21d6e2ca566dbfdf2cee", "sha256": "a2e469867ca31278d14d37c81cfff3126bf09109639c30960f204bfd71afcd13" }, "downloads": -1, "filename": "btcndash-2.3.0.tar.gz", "has_sig": false, "md5_digest": "2c93763d9f6b21d6e2ca566dbfdf2cee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 632845, "upload_time": "2016-04-03T07:11:03", "url": "https://files.pythonhosted.org/packages/8e/72/a68b788c66397c308d19b86affe398dd762a77ca1f25efe7c0014e52ef1a/btcndash-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "cee3e19235746496b618447e5a09c3a8", "sha256": "cc35e28a7d002f59163a06e3c14f3716c82c7d764e9f62de83e2a3c071de57b1" }, "downloads": -1, "filename": "btcndash-2.3.1.tar.gz", "has_sig": false, "md5_digest": "cee3e19235746496b618447e5a09c3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 640879, "upload_time": "2016-11-12T00:59:38", "url": "https://files.pythonhosted.org/packages/03/67/12015ae538df98dcae222408fb3c200dfe9754a47c1e9bc2828a877a2084/btcndash-2.3.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "32758bfdb896f746788cffe2e7264cf9", "sha256": "78352c9ce3955c6c9cc076afb15f7838bbb18f1d59f7db1015d9f1484a5a06ab" }, "downloads": -1, "filename": "btcndash-2.3.2.tar.gz", "has_sig": false, "md5_digest": "32758bfdb896f746788cffe2e7264cf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641101, "upload_time": "2016-11-12T05:04:32", "url": "https://files.pythonhosted.org/packages/c7/32/89c6f7eea7c2590d98228121fae2e023860492b76fc3c838c66a93abf959/btcndash-2.3.2.tar.gz" } ], "2.3.3": [ { "comment_text": "", "digests": { "md5": "1d84f68085cbda559317288dc48908ed", "sha256": "c5fd2969507b83760566b7764652511e6dde82eefc82252b08ce382fa2850da3" }, "downloads": -1, "filename": "btcndash-2.3.3.tar.gz", "has_sig": false, "md5_digest": "1d84f68085cbda559317288dc48908ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641561, "upload_time": "2017-04-09T17:08:07", "url": "https://files.pythonhosted.org/packages/2d/af/023f29fa89578ae2914f2fd57fc9dab44471a9526de7f6f088654eb8ea25/btcndash-2.3.3.tar.gz" } ], "2.3.4": [], "2.3.5": [ { "comment_text": "", "digests": { "md5": "d15bb3daa2bb106ed577a6966212053a", "sha256": "e9e7d3a7dcdda52d96d736bf50704487a4fbd74b0501bab6fc10b3dc4efd8e5a" }, "downloads": -1, "filename": "btcndash-2.3.5.tar.gz", "has_sig": false, "md5_digest": "d15bb3daa2bb106ed577a6966212053a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641824, "upload_time": "2017-04-11T05:31:38", "url": "https://files.pythonhosted.org/packages/d8/4e/cacc41f05d44af6cdea77d47ce06d537742c2e295b32d495701c4d652479/btcndash-2.3.5.tar.gz" } ], "2.3.6": [ { "comment_text": "", "digests": { "md5": "9db03d4d76047521f2fecc1fec4ebf93", "sha256": "532a8734da5fd1d3c8043aeabc5bb31aaf3226e113b0404605593cb0e1f178bc" }, "downloads": -1, "filename": "btcndash-2.3.6.tar.gz", "has_sig": false, "md5_digest": "9db03d4d76047521f2fecc1fec4ebf93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641949, "upload_time": "2017-05-14T22:43:53", "url": "https://files.pythonhosted.org/packages/fe/15/d277ab839833797e615c28cdd2b931fbbf3ff9b8becbbb54022c57ad355e/btcndash-2.3.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9db03d4d76047521f2fecc1fec4ebf93", "sha256": "532a8734da5fd1d3c8043aeabc5bb31aaf3226e113b0404605593cb0e1f178bc" }, "downloads": -1, "filename": "btcndash-2.3.6.tar.gz", "has_sig": false, "md5_digest": "9db03d4d76047521f2fecc1fec4ebf93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641949, "upload_time": "2017-05-14T22:43:53", "url": "https://files.pythonhosted.org/packages/fe/15/d277ab839833797e615c28cdd2b931fbbf3ff9b8becbbb54022c57ad355e/btcndash-2.3.6.tar.gz" } ] }