Does MPOS allow the payout to individual pool member addresses, in the way that eligius pays out?
Do you have a script that will git the eloipool code, do any apt install , and generally bring eloipool up in a Ubuntu virtual machine? I have a copy that someone else had patched, and I have never finished an installation from the git source.
I'm not entirely sure with how eligius manages the payouts, but I believe the answer would be yes.. MPOS is essentially a web front end, which interfaces with a stratum mining server and requires a database installed which both MPOS and stratum use to track users accounts and shares. Payouts are automated and on a per-user basis.
I currently have two instances running, one privately for my farm and I recently opened one up for a newer alt coin to verify my installation was good enough for public use. You can check that out here if you would like:
http://198.53.169.220:4000 MPOS git is here:
https://github.com/TheSerapher/php-mposMPOS documentation is here:
https://github.com/TheSerapher/php-mpos/wiki/Quick-Start-Guideyou will also need to manually edit a file for proper stratum operation, detailed here:
https://github.com/ahmedbodi/stratum-mining/issues/90Otherwise, installation was fairly straight forward once I figured it out once..
I did not ever make a script to install eloipool, I too had some issues getting eloipool up and running and wound up doing manual installations each time I attempted. Do you recall where you were getting hung up? It's been a while since I used eloipool but I do still have it installed in several VM's and could take a look at my configs if you would like.