Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LAST BLOCKS MINERS section doesn't show miner address #22

Open
puneet-khushwani-eth opened this issue Dec 11, 2019 · 1 comment
Open

Comments

@puneet-khushwani-eth
Copy link

We are running this server for testnet chain (stats.mosaicdao.org). The LAST BLOCKS MINERS section on the UI shows 0000000000000000000000000000000000000000.

Looking at the code looks like it reads the miner key from the block info which is 0x0000000000000000000000000000000000000000 for POA chains.

However for goerli (https://stats.goerli.net/) which is also a POA, we see miner addresses being displayed. Are we using a different fork / branch for hosting the server for Goerli ?

@puneet-khushwani-eth puneet-khushwani-eth changed the title LAST BLOCKS MINERS section shows 0000000000000000000000000000000000000000 LAST BLOCKS MINERS section doesn't show miner address Dec 11, 2019
@soc1c
Copy link
Contributor

soc1c commented Dec 11, 2019

The server evaluates the block author which is always 0x0 in clique unless you vote for someone to become a new validator (or you vote to remove a validator). What you are seeing in the dashboard for görli is not the block miners but the votes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants