ユーザ用ツール

サイト用ツール


blockchain:ethereum:start_attach_console

ブロックチェーンの起動

sh
geth --datadir private_network --nodiscover

上記でブロックチェーンが起動し、ログが出力されます。

ログの中に以下のように「IPC endpoint opened url=……」が表示されますので、urlの値をコピーしてください。 今回、Windows環境では「\\.\pipe\geth.ipc」でした。

log
INFO [04-22|09:39:54.939] IPC endpoint opened                      url=\\.\pipe\geth.ipc

attachを使用したコンソール接続

ブロックチェーン起動時にメモした「IPC endpoint url」を使用して、attach(console接続)します。

sh
geth attach \\.\pipe\geth.ipc
blockchain/ethereum/start_attach_console.txt · 最終更新: 2022/04/22 00:58 by dot