Pool Details

See specific details such as wallet addresses and pool numbers.

Dual Mining

Our pool implements dual mining for ORE + COAL, where the same solutions are submitted for both and we get extra reward in COAL token. This doubles our transaction costs, to cover this COAL has higher commission than ORE

Commission

15% for ORE 30% for COAL

Staking

Currently all mined but claimed tokens would stay on mining authorities, slowly increasing the earning for everyone

Mining

To start miner simple write gpool --pubkey {your_pubkey}

Everything else will happen automatically!

Reward claiming

Claim is only possible to the same wallet you specified during mining. Minimum amounts are 0.02 ORE or 0.2 COAL. You can withdrawal desired amount of token by calling miner: gpool --pubkey {your_pubkey} --claim {amount} --token {COAL | ORE} or full amount by calling gpool --pubkey {your_pubkey} --claim 0 --token {COAL | ORE}

You don't need to open token accounts for ORE/COAL manually, we will do that for you for free

Reward distribution

Our pool uses PPLNS (pay-per-last-N-share) system where miner is rewarded for EVERY (*) submitted solution proportional to it's difficulty compared to others submissions for the same challenge. We average submitted difficulty over 100 last shares to get better estimate of real worker hash rate. The exact math formula:

N - numbers of miners that submitted solution for this challenge D_iD\_{i} - average difficulty submitted by miner i\ in the last N shares R_kR\_{k} - reward for miner k R - total reward for this challenge

Rk=2Dkβˆ‘i=0N2Diβ‹…Rβ‹…(1βˆ’pool_fee)R_{k} = \frac{2 ^ {D_{k}}}{\sum_{i=0}^{N} 2 ^ {D_{i}}} \cdot R \cdot (1 - pool\_fee)

(*) above current min_difficulty from ORE config, because such shares have 0 chance of winning

Last updated