"index": {
"show_hashrate": true,
"difficulty": "Hybrid",
"last_txs": 100
},
"genesis_tx": "76ba3ff1ee15a64f601c6a845f2d963ea66fe30d27211e1a160a88508cda54f9",
"genesis_block": "00003c51f41f223dbb2c62d7e71f2f014625f8920607e4999b5f619e34b06d8f",
// COINBASE : total sent from coinbase (PoW)
// GETINFO : retreive from getinfo api call (PoS)
// HEAVY: retreive from heavys getsupply api call
// BALANCES : total of all address balances
// TXOUTSET : retreive from gettxoutsetinfo api call
"supply": "GETINFO",
// getnetworkhashps: uses getnetworkhashps api call, returns in GH/s
// netmhashps: uses getmininginfo.netmhashpsm returns in MH/s
"nethash": "netmhashps",
Hi!
Thanks for that !
Changes done