- web3.eth.getHashrate を使用します。
サンプルコード
web3.eth.getHashrate()
.then(console.log);
// => 1234
Reference
Note
- Ethereum 関連の情報は https://scrapbox.io/sushiether/ に集約することにしました。
- この記事の内容に変更・更新がある場合は、以下の URL を更新します。
- https://scrapbox.io/sushiether/Web3.js_で現在のハッシュレートを確認