Web3 でノードがマイニングしているかどうかを確認
1547 ワード
-
web3.eth.isMining
を使用します。 - マイニングしていれば
true
を、それ以外の場合はfalse
を返します。
サンプルコード
web3.eth.isMining()
.then(console.log);
// => true
参考
Note
- Ethereum 関連の情報は https://scrapbox.io/sushiether/ に集約することにしました。
- この記事の内容に変更・更新がある場合は、以下の URL を更新します。
- https://scrapbox.io/sushiether/Web3_でノードがマイニングしているかどうかを確認
web3.eth.isMining()
.then(console.log);
// => true
Note
- Ethereum 関連の情報は https://scrapbox.io/sushiether/ に集約することにしました。
- この記事の内容に変更・更新がある場合は、以下の URL を更新します。
- https://scrapbox.io/sushiether/Web3_でノードがマイニングしているかどうかを確認
Author And Source
この問題について(Web3 でノードがマイニングしているかどうかを確認), 我々は、より多くの情報をここで見つけました https://qiita.com/hm0429/items/35805baa9efd8f524782著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .