강의

멘토링

커뮤니티

Inflearn コミュニティ Q&A

980429sb2590 のプロフィール画像
980429sb2590

投稿した質問数

ブロックチェーン イーサリアム 不動産 Dapp の作成 - 基本編

Gethでプライベートノード構築 II (ノード初回実行, DAGファイル生成)

nodestart.cmd 파일 실행시 오류

作成

·

743

0

이번 목차에서 nodestart.cmd 파일을 실행 할 때 오류가 발생합니다.

먼저 제가 작성한 nodestart.cmd 파일은 버전때문에 

geth --networkid 4386 --mine --miner.threads 2 --datadir "./" --nodiscover --http --http.port "8545" --http.corsdomain "*" --nat "any" --http.api eth,web3,personal,net --allow-insecure-unlock --password ./password.sec 

이렇게 작성했습니다. 근데 계속 아래와 같은 오류가 납니다.

Fatal: Failed to start mining: etherbase missing: etherbase must be explicitly specified

어떻게 해결할 수 있나요?

Ethereumdappblockchain

回答 1

1

geth --networkid 4386 --mine --miner.threads 2 --datadir "./" --nodiscover --http --http.port "8545" --http.corsdomain "*" --nat "any" --http.api eth,web3,personal,net --allow-insecure-unlock --password ./password.sec
980429sb2590 のプロフィール画像
980429sb2590

投稿した質問数

質問する