mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
Fix miner.hashrate -> eth.hashrate
This commit is contained in:
parent
68cbf054cc
commit
fedcdbc2db
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ your short vanity tag.
|
||||||
You can check your hashrate with [miner.hashrate](../interface/javascript-console), the
|
You can check your hashrate with [miner.hashrate](../interface/javascript-console), the
|
||||||
result is in H/s (Hash operations per second).
|
result is in H/s (Hash operations per second).
|
||||||
|
|
||||||
> miner.hashrate
|
> eth.hashrate
|
||||||
712000
|
712000
|
||||||
|
|
||||||
After you successfully mined some blocks, you can check the ether balance of your
|
After you successfully mined some blocks, you can check the ether balance of your
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue