compare the payout of the pool coinsforall where 1000 DTC and the payout of the pool dtc.graymines where 50 DTC speeds are the same and income per hour
1141271 cf07234080... +50.00000000 0.00000000 OK 22:12:06 05/04/2021
...
The block height, hash and (importantly) date don't match those of the Datacoin chain, check for yourself:
https://dtc.graymines.net/index.php?id=blocks&addr=DNN2uuPUFrcwuKs29KwFHtR5ctRbio4H8ZDatacoin block height has been > 3.5 Million for nearly a year now:
$ datacoin-cli getblockhash 3500000
972d7c0393c76b76a6d29c1ee0c82b8b7058e3eb36669a55d0e29d79bd665caf
$ datacoin-cli getblock 972d7c0393c76b76a6d29c1ee0c82b8b7058e3eb36669a55d0e29d79bd665caf 1
{
"hash": "972d7c0393c76b76a6d29c1ee0c82b8b7058e3eb36669a55d0e29d79bd665caf",
"confirmations": 483477,
"strippedsize": 200,
"size": 200,
"weight": 800,
"height": 3500000,
"version": 2,
"headerhash": "9461ddfcc9d32718058c03728a8396f7544d707bebd3178a6e552cbc2485f63f",
"versionHex": "00000002",
"merkleroot": "5a666f4c7b69fbb5f78a1222538eeea8da82d7829f2b2c81cf6ef5ec864f6c10",
"tx": [
"5a666f4c7b69fbb5f78a1222538eeea8da82d7829f2b2c81cf6ef5ec864f6c10"
],
"time": 1591925459,
"mediantime": 1591922383,
"nonce": 1593550290,
"primechainmultiplier": "832814619237693840",
"bits": "095d804a",
"difficulty": 9.365238785743713,
"chainwork": "00000000000000000000000000000000000000000000000000003817ee65938e",
"nTx": 1,
"transition": 9.964263021945953,
"primechain": "2CC09.d7d3a3",
"primeorigin": "55894534604391444875571410563103361080896149016368291341174837805918196032603224936536946805360",
"previousblockhash": "33517070734c94399e1a9042c4dc66a3b6a3503e272fa30da5199c0a577d38db",
"nextblockhash": "402c343818e021bd34e0fbdf7a9ea48f48cacbfc288fa1033afae6254d822b17"
}
$ date --date='@1591925459'
Fri 12 Jun 02:30:59 BST 2020
It might help clarify things if you could post the JSON result from interrogating your Datacoin client for
getinfo (or
getblockchaininfo, depending on version).
Cheers
Graham