How to know which node verify the block

+2 votes
I want to know which node verify and compute the block hash and publish to the blockchain.

which instruction could help me to know that?
asked Jan 18, 2017 by Andrew

1 Answer

0 votes

Use the getblock API with the block's hash or its height passed as a parameter, and look at the miner field of the response.

answered Jan 19, 2017 by MultiChain
...