Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS
by
togoshigekata
on 20/05/2018, 10:38:54 UTC
Hey Lich! Smiley

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 Smiley

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.

vahtis brought up some good things and also Yes WCG is official,
another thing we should do is explain RAC more and how it increases over time:
https://steemit.com/gridcoin/@hotbit/rac-and-grc-rewards-for-dummies-calculate-you-maximum-rac-in-5-seconds

I will add both Smiley

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/biblepaycentral
I 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

Another thing to add to mining guide is how to mine with Mobile Phone

You are awesome Lich!