Network

Hash Rate

{{network.difficulty | difficultyToHashRate | toHashRate}}

Difficulty

{{network.difficulty | number}}

Hash

Height

{{network.height | number}}

Reward (Block)

{{network.value | toCOIN}}

Reward (Miner)

{{network.value * GLOBALS.reward_adjustment / GLOBALS.coin_units | number:GLOBALS.coin_decimals}}

Reward ({{GLOBALS.reward_adjustment_name}})

{{(network.value - (network.value * GLOBALS.reward_adjustment)) / GLOBALS.coin_units | number:GLOBALS.coin_decimals}}

Block Found

Pool

Hash Rate

{{poolStats.global.hashRate | toHashRate}}

Hashes (Total)

{{poolStats.global.totalHashes | commarize_abrv}}

Pool's total hashes accepted

Hashes (Round)

{{poolStats.global.roundHashes | commarize_abrv}}

Pool's total hashes accepted for the current round

Height

{{poolStats.global.lastBlockFound | number}}

Hash

Reward

{{lastBlock.pplns.value | toCOIN}}

Blocks Found (Total)

{{poolStats.global.totalBlocksFound}}

Block Found (Last)

{{poolStats.global.lastBlockFoundTime*1000 | date:'HH:mm:ss dd/MM/yy'}}

Percentage of Network

{{((poolStats.global.hashRate/(network.difficulty | difficultyToHashRate))*100).toFixed(2)}}%

PPLNS Window

Estimated mining time before your full PPLNS potential is realised

{{((network.difficulty*2 / poolStats.global.hashRate)) | convertedTime}}

Effort (Total)

{{poolStats.global.lifetimeEffort}}%

for the lifetime of the pool

Effort (Average)

{{overallEffort | number:2}}%

for the last 25 blocks

Effort (Current)

{{((poolStats.global.roundHashes / network.difficulty)*100).toFixed(2) | number}}%

our current effort

Miners

{{poolStats.global.miners || '0'}}

Miners Paid

{{poolStats.global.totalMinersPaid || '0'}}

Payments

{{poolStats.global.totalPayments || '0'}}

Miner
account_balance_wallet
add Track Live Stats
account_balance {{addr}} ( Last Hash : Never ) {{miner.lastHash*1000 | date:'HH:mm:ss dd/MM/yy'}} clear

Hash Rate (24h Average)

{{minerStats[addr].dataset['global'].avghstfhour | toHashRate}}

Hash Rate (Now)

{{miner.hash | toHashRate}}

Shares (Valid)

{{miner.validShares | commarize_abrv}}

Shares (Invalid)

{{miner.invalidShares | commarize_abrv}}

Percentage of Pool

{{((yourTotalHashRate/poolStats.global.hashRate)*100).toFixed(2)}}%

Payments Made

{{miner.txnCount}}

Payout Configured

{{miner.threshConfig | toCOIN}}

24h GBP (Estimate)

{{((minerStats[addr].dataset['global'].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * gbpPrice | number:GLOBALS.coin_decimals}}

24h EUR (Estimate)

{{((minerStats[addr].dataset['global'].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * eurPrice | number:GLOBALS.coin_decimals}}

24h USD (Estimate)

{{((minerStats[addr].dataset['global'].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * usdPrice | number:GLOBALS.coin_decimals}}

24h BTC (Estimate)

{{((minerStats[addr].dataset['global'].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * btcPrice | number:GLOBALS.coin_decimals}}

24h {{config.coin_code}} (Estimate)

{{((minerStats[addr].dataset['global'].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units | number:GLOBALS.coin_decimals}}

Total {{config.coin_code}} Paid

{{miner.amtPaid | toCOIN | number:GLOBALS.coin_decimals}}

Total {{config.coin_code}} Due

{{miner.amtDue | toCOIN | number:GLOBALS.coin_decimals}}

View Payments

No

Worker ID

H/R (Now)

H/R (1h)

H/R (24h)

24h GBP

24h EUR

24h USD

24h BTC

24h {{config.coin_code}}

Last Updated

{{$index + 1}}

{{id}}

{{minerStats[addr].dataset[id][0].hs | toHashRate}}

{{minerStats[addr].dataset[id].avghshour | toHashRate}}

{{minerStats[addr].dataset[id].avghstfhour | toHashRate}}

{{((minerStats[addr].dataset[id].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * gbpPrice | number:GLOBALS.coin_decimals}}

{{((minerStats[addr].dataset[id].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * eurPrice | number:GLOBALS.coin_decimals}}

{{((minerStats[addr].dataset[id].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * usdPrice | number:GLOBALS.coin_decimals}}

{{((minerStats[addr].dataset[id].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units * btcPrice | number:GLOBALS.coin_decimals}}

{{((minerStats[addr].dataset[id].avghstfhour / (network.difficulty / GLOBALS.block_target_time)) * (network.value * GLOBALS.reward_adjustment * GLOBALS.blocks_per_day)) / GLOBALS.coin_units | number:GLOBALS.coin_decimals}}

{{minerStats[addr].dataset[id][0].ts | date: 'HH:mm:ss dd/MM/yy'}}