Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

UI upgrades and some new features

Compare
Choose a tag to compare
@icook icook released this 29 Apr 19:52
· 92 commits to master since this release

Features

  • Network difficulty now graphed. Displays for some general network information
  • Sorting on all tables
  • Ability to view all payouts ever on your account
  • More pool information such as orphan percentage and overall luck

Improvements

  • Improved performance for all round calculations (round summary, payout generation)
  • Scheduled removal of old shares
  • Added configurability to several items

For users upgrading keep in mind that a data model migration will be required. The steps are roughly as follows after pulling in the new changes:

service simplecoin stop # shutdown the simplecoin server, failing over to a "maint" message
service celery stop # shutdown the celery process
/path/to/virtualenv/bin/active
cd /path/to/simplecoin
python manage.py db upgrade

Then start all services back up. To add old block data to the network difficulty graphs use the 'historical_data' manage.py method.