You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each platform version of pinode has a copy of the web console as well as the ubuntu version has 2 versions. I would think to increase productivity and make it easier for people to contribute to the web console it should be split off into its own repo and pulled in as part of the install scripts.
Some changes I would propose for the new version to work:
create executable scripts in /home/pinodexmr for all the PHP exec commands. eg starting and stopping monerod. this would make the web console platform agnostic.
separate out the template from the pages so the code is more concise.
Use local copies of jquery and bootstrap to prevent needing an internet connection to view the status pages.
programmatically handle the differences between the full and light versions.
The text was updated successfully, but these errors were encountered:
Currently, each platform version of pinode has a copy of the web console as well as the ubuntu version has 2 versions. I would think to increase productivity and make it easier for people to contribute to the web console it should be split off into its own repo and pulled in as part of the install scripts.
Some changes I would propose for the new version to work:
The text was updated successfully, but these errors were encountered: