Furcalor
Furcalor
This most likely is an issue with either the daemon or the explorer missing a block. Will do a re sync and check to see if that is the case,...
Currently NBitcoin does not seem to like the minerfund address. Even if you add ecash support to nbitcoin the minerfund address seems to still fail to decode correctly.
> i dont know... i need to add the coin to see.... > > M4P is claiming that they are finding a new block every negative 471 mins.... and its...
> No it does not. [d3dcec6](https://github.com/oliverw/miningcore/commit/d3dcec6aba63962bf1a953037d3e4ca85cda6edf) Stand corrected, not sure if its because of old base for me, but I also needed to add: ``` { KawpowHasher = new EthashLight();...
> Hello. I try kawpow algo on hivecoin. Have error with block submission: submission failed with: bad-cb-community-autonomous-amount To coins.json i add "payFoundersReward": true, Maybe we need to add something else....
> did you also add "hasCommunityAddress": true in to the coins.json for the coin?
> Have new problem :) On Paprikacon wrong block reward. On cryptonote pool right reward 36 coin. On miningcore reward 12 coins. Think miningcore set wrong CommunityReward. In code set...
Pretty much follow the yiimp stratum code for yiimp in https://github.com/ocvcoin/ocv2_algo but just change it to match the MC libmultihash. Getting the depencies to work needs a lil makefile changes.