Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Imagine If Your "Swiss" Bitcoin Account Had Compounding Interest.
by
pinwc4
on 02/04/2016, 22:21:24 UTC
We've started a pool for HODL too:

https://hodl.maxminers.net

However, we're not compatible with the original CPU Miner as we did some modifications to get some more performance out of it, please use our own miner when mining on our pool, you can find the source here:

https://hodl.maxminers.net/hodlminer-maxminers.tar.gz

We've already found a block, so the Pool is good to go, please spread some hash over.


Good job getting a pool going.  Now there are 3 for people to choose from; us, Suprnova and you.  

I am really curious about your performance modifications.  I did a diff of your posted code compared to what we did and I can only find one line changed in cpu-miner.c:

Code:
1064c1064
<                 diff_to_target(work->target, sctx->job.diff / 8388608.0 );
---
>                 diff_to_target(work->target, sctx->job.diff / 65536 );

This does indeed make the miner incompatible with us and Suprnova but does not increase any hashing speed.  At best it does mess with the stats within MPOS.

So I have to assume I missed something, where should I look for the modifications that get more performance?