Hi guys With the testnet out and the mainnet comming. I want to to create a mining pool with the famous pool project MPOS. First I want to make it work with the testnet so when the mainnet is coming, I will be ready. https://github.com/MPOS/php-mpos I tried to setup it but I get 2 main issues. 1. They dont currently support blake256 algo. (I tweaked to use sha265d to be able to install the web frontend but need to create a coin class for blake265 to fully work.) 2. I am not able to connect to the wallet RPC. The project try to use a CURL http request to the decred wallet but it not work. I forked MPOS to https://github.com/webonaute/php-mpos and will accept pull request who will fix those issue. Any help will be appreciated.