Hey Lich!

Thank you for the heads up on the explorer, seems like BiblePay crashes randomly every few weeks,
(Anyone know how I can automate it to restart Biblepay if BiblePay crashes and to delete the explorer/tmp/index.pid file as well?)
Explorer is updated now
I keep my biblepay processes running with systemd, works good so far, but they normally do not crash here

About the index.pid, this should work in cron:
/usr/bin/find [PATH]/tmp/index.pid -mmin +120 -delete
It would delete the index.pid if it is older then 2 hours. Replace "[PATH]" with your explorer directory.
There have been multiple repeat questions about mining that have popped up a few times the past 2 months,
but Id have to dig back through the Discord, this thread and the biblepay forum thread, I plan to do that hopefully soon, I will report back!
Thx a lot, a small list would really help.
By the way, I plan to replace all images in the guide to match the new design as fell.
I will add both

so its kind of short term vs long term thinking mindset
You are absolutely right. Hope more people will understand this.
Is the biblepay-central website open source?
Yes, you can find it on
https://github.com/Lichtsucher/biblepaycentralI just added a Licence file.
The guide itself is not part of the source code, as I used an embedded CMS to edit it. But I might change it, as the CMS doesn't work that great for this layout.
By the way, you can see my systemd Biblepay service file there, too:
https://github.com/Lichtsucher/biblepaycentral/blob/master/deploy/biblepayd-main.service