@Community
@CryptoCoderz
Just an example, if you want our help.
You can manage a Trello Board
Dev Task are for you,
Other task can be taken by any member of the community.
For example
- find a server for a pool
- tweet Bittrex everyday
- finding new exchange
- develop chineese community
- ...
TrelloBoard give also a vision on wath dev are currently manage
Just a suggestion
Totally agree, let the community help you to reach the next milestone.
Bad things happen in everyone's life. Wrap it up, throw it away and move on.

I spoke with him and he will use one of my systems to run the pool on. ;-)
why not making the pool source code open source???
I'm pretty sure it is open source. MPOS and a hmq1725 python hashing module made by ocminer:
MPOS:
https://github.com/MPOS/php-mposPython Hashing Module:
https://github.com/ocminer/hmq-hash 
and the stratum-mining backend part
based on the changes that were made on feb 6 to
https://github.com/Crypto-Expert/stratum-mining it looks like all you would have to do is change a few lines in the config.py:
ALGO_NAME = 'lyra2re2_hash' to ALGO_NAME = 'hmq'
Uncomment and change: #CUSTOM_DIFF1 = 0x0000ffff00000000000000000000000000000000000000000000000000000000 # Scrypt
to CUSTOM_DIFF1 = 0x000000ffff000000000000000000000000000000000000000000000000000000 # HMQ1725