FAQ
I can't find my address
This usually means your address hasn't publicly appeared on the blockchain. An address would be logged when:
- A prover submits a valid coinbase puzzle solution with the address
- (more to come when the network has more features)
The explorer could only track what's included in the blocks, so if your address hasn't interacted with the blockchain in the above situations, you won't find it in the explorer.
What exactly is "c/s"?
If the tooltip can't satisfy you:
When solving a coinbase puzzle, the prover is actually grinding KZG10 commitments (you can read more about KZG10 here). In the complete scheme of KZG10 PCS, the prover would generate a commitment, then a proof of the evaluation. However, as the hashed value of the commitment is used to check if a solution is valid, the prover will skip the proof generation if the commitment doesn't satisfy the network requirement, and will continue to try the next nonce value. This is why the explorer is using "c/s" to represent the computing power of the address.
"p/s" was "invented" during testnet2, as at that time the miners were grinding Marlin proofs instead. "s/s" simply means "solutions per second" (which is also correct if you take "solutions" as "partial solutions"). Those units are also being used by different provers and websites, but they all should represent the same thing.
I'm blocked by the website
You are encouraged to run an explorer instance yourself if you want to get the info programatically. I will monitor the website and ban any client which shows automatic behavior.
Block decisions are final.