Post
Topic
Board Announcements (Altcoins)
Re: [DeM] Deutsche eMark - DEM - cryptocoin SHA256 POS/POW
by
Rumhocker
on 23/11/2017, 08:50:33 UTC
On coinwarz it shows the block reward is 50.

I installed https://github.com/emarkproject/eMark
The wallet is synced and has the same block count and same difficulty as the block explorer http://blockexplorer.deutsche-emark.org/
My yiimp pool shows the block reward is 0.5. This is the only coin installed that has the wrong block reward. Console shows getmininginfo

{
    "blocks": 1512678,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 11165558.235437,
        "proof-of-stake": 901.97459461,
        "search-interval": 16
    },
    "blockvalue": 50000000,
    "netmhashps": 420664100.55077,
    "netstakeweight": 541944588239.15,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Any ideas how to fix it?

Ian

50,000 000 DEM, 6 place, not 8 Wink

ok we edit the code to force it to use blockvalue of 500000. The reward is showing 0.5 instead of 50. How to fix?
getmininginfo
{
    "blocks": 1525287,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 8281074.7037026,
        "proof-of-stake": 848.71698722,
        "search-interval": 16
    },
    "blockvalue": 500000,
    "netmhashps": 378371755.61846,
    "netstakeweight": 481014508853.52,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Don't edit eMark code! In your Pool properties  you can select currency with 6 digits. Or change in the pool code cent=100000000 to cent=1000000