Post
Topic
Board Announcements (Altcoins)
Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌
by
ctgiant
on 28/02/2017, 22:32:04 UTC
@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.  Cheesy

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-mpos
Python Hashing Module: https://github.com/ocminer/hmq-hash
Wink
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


but CryptoCoderz has everything together why not release

It's a change in a config file....just like adding your daemon's port, rpcpassword and ip address.  It's not something that needs to be released a with the 2 lines mentioned above changed.