인프런 커뮤니티 질문&답변
nodestart.cmd 파일 실행시 오류
작성
·
733
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
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





