shermand100 / PiNodeXMR

Monero Node for Single Board Computers with Web Interface and additional tools pre-configured. Self Installing.
GNU General Public License v3.0
213 stars 40 forks source link

Online updates - removes need to do PiNodeXMR update before other module update on major change #86

Closed shermand100 closed 1 year ago

shermand100 commented 2 years ago

Setup file pulls new version number for module (Explorer/P2Pool etc) from PiNodeXMR master branch. Value of current version being less than new triggers option to run updater script (now hosted online for dev dynamic fixing) for smoother user interaction

This removes the need to perform a PiNodeXMR update before updating another module when a major change occurs

shermand100 commented 1 year ago

This update allows for each module/feature (Monero/P2Pool/Explorer/LWS) to be updated without a PiNodeXMR being required to get the latest updater scripts for those sub-modules. All update scripts to be hosted online allowing me to react quicker to changes in the ecosystem and also protect users from my occasional errors. e.g. currently if I made an error with the Monero updater script it would be present on everyone's device until they updated PiNodeXMR to get the fixed Monero updater script.