• 카테고리

    질문 & 답변
  • 세부 분야

    블록체인

  • 해결 여부

    미해결

nodestart.cmd 파일 실행시 오류

21.07.16 12:08 작성 조회수 496

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

어떻게 해결할 수 있나요?

답변 1

답변을 작성해보세요.

1

contact님의 프로필

contact

2021.11.09

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