Server Overview
Token Mining Pool
Pool Config
Minting Gas Price limit: {{ pool.poolConfig.solutionGasPriceWei }} |
Transfer Minimum Balance: {{ pool.poolConfig.minBalanceForTransfer / 1E8 }} |
Minimum Share Difficulty: {{ pool.poolConfig.minimumShareDifficulty }} |
Fee %: {{ pool.poolConfig.poolTokenFee }} |
Pool Stats
Network: {{ pool.poolStats.networkType }} |
Challenge Number: {{ pool.poolStats.ChallengeNumber }} |
Eth Block Number: {{ pool.poolStats.blockNumber }} |
Tx Queued: {{ pool.poolStats.TxQueued }} |
Tx Pending: {{ pool.poolStats.TxPending }} |
Tx Mined: {{ pool.poolStats.TxMined }} |
Tx Succeeded: {{ pool.poolStats.TxSuccess }} |
Submitted Shares
EthBlock |
Difficulty |
isSolution |
Miner |
Nonce |
{{ item.block }} |
{{ item.difficulty }} |
{{ item.isSolution }} |
{{ item.miner }} |
{{ item.nonce }} |
Submitted Solutions
EthBlock |
Nonce |
Miner |
Difficulty |
isSolution |
{{ item.block }} |
{{ item.nonce }} |
{{ item.miner }} |
{{ item.difficulty }} |
{{ item.isSolution }} |
Queued Transactions
EthBlock |
TxType |
Status |
Data |
{{ item.block }} |
{{ item.txType }} |
{{ item.formattedStatus }} |
{{ item.txData }} |
Unconfirmed Broadcasted Payments
EthBlock |
MinerAddress |
Amount |
Payment Id |
Confirmed |
{{ item.last_broadcast_block }} |
{{ item.ethMinerAddress }} |
{{ item.amount }} |
{{ item.balancePaymentId }} |
{{ item.confirmed }} |
Pending Balance Transfers
EthBlock |
MinerAddress |
Amount |
Payment Id |
Confirmed |
txHash |
{{ item.block }} |
{{ item.addressTo }} |
{{ item.tokenAmount }} |
{{ item.balancePaymentId }} |
{{ item.confirmed }} |
{{ item.txHash }} |
Queued Replacement Payments
EthBlock |
MinerAddress |
Amount |
Payment Id |
Confirmed |
{{ item.last_broadcast_block }} |
{{ item.ethMinerAddress }} |
{{ item.amount }} |
{{ item.balancePaymentId }} |
{{ item.confirmed }} |
Active Transactions
EthBlock |
TxType |
Status |
Data |
{{ item.block }} |
{{ item.txType }} |
{{ item.formattedStatus }} |
{{ item.txData }} |