강의

멘토링

커뮤니티

Cộng đồng Hỏi & Đáp của Inflearn

Hình ảnh hồ sơ của 980429sb2590
980429sb2590

câu hỏi đã được viết

Tạo Dapp bất động sản trên blockchain Ethereum - Phần cơ bản

Triển khai nút riêng bằng Geth II (Lần chạy đầu tiên của nút, Tạo file DAG)

nodestart.cmd 파일 실행시 오류

Viết

·

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

Câu trả lời 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
Hình ảnh hồ sơ của 980429sb2590
980429sb2590

câu hỏi đã được viết

Đặt câu hỏi