この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
ethereum:チュートリアル [2017/10/14 22:17] fifi |
ethereum:チュートリアル [2017/10/14 23:20] (現在) fifi |
||
|---|---|---|---|
| ライン 45: | ライン 45: | ||
| コインベースの変更 miner.setEtherbase(eth.accounts[0]) | コインベースの変更 miner.setEtherbase(eth.accounts[0]) | ||
| プライベートキーのインポート $ geth --datadir /someOtherEthDataDir account import ./key.prv | プライベートキーのインポート $ geth --datadir /someOtherEthDataDir account import ./key.prv | ||
| + | 単位変換 web3.fromWei(eth.getBalance(eth.accounts[0]),"ether") | ||
| + | 採掘できているかは eth.hashrate | ||
| + | ブロック数の確認 eth.blockNumber | ||
| + | ブロックの内容を調査 eth.getBolck(eth.blockNumber) | ||
| + | |||
| ``` | ``` | ||