Skip to content

v.0.2 Improvements

Latest
Compare
Choose a tag to compare
@vegahub vegahub released this 12 Apr 16:59
· 17 commits to master since this release

Changelog
- rewritten voting list generation
- added an option to menu
- voter list html improvements
- small bug fixes and other improvements
- added a new parameter to settings.ini voterlist_getallusername

Notes:

  • If you generate a voting list you will see that some of the voters have only address and balance. These are the accounts that voted for you, but you didn't vote for them. To get their username have to make individual API calls to retrieve them, makes voter list generation much slower. So it's disabled by default, enable it by changing voterlist_getallusername parameter in settings.ini to yes.
  • You can now test node switching. As long as you provided both main and backup server address and allowed switch_backup option in the settings.ini you wil see a new menu when right-clicking the system tray icon.
    Switch Forging to Backup Node or Switch Forging to Main Node, depending which node is forging at the moment.
    Please remember that you have to add your ip address to the forging whitelist in config.json, on both nodes for this to work.