• 카테고리

    질문 & 답변
  • 세부 분야

    블록체인

  • 해결 여부

    미해결

HTTP access 문제

19.08.07 22:34 작성 조회수 218

0

./nodestart.cmd를 powershell에서 사용하면 http endpoint를 여는 도중에 Fatal: Account unlock with HTTP access is forbidden!와 같은 문제가 발생합니다.

답변 2

·

답변을 작성해보세요.

0

코큐로큐님의 프로필

코큐로큐

2020.09.27

./nodestart.cmd --allow-insecure-unlock

똑같이 입력해도 똑같은 오류가 발생합니다ㅠ

0

https://github.com/ethereum/go-ethereum/issues/19422

geth에서 보안상 디폴트로 계정 언락하는걸 해제시켰네요. 테스트환경에서는 상관없는 문제이기 때문에 --allow-insecure-unlock 추가시키면 된다고 합니다.

 

./nodestart.cmd --allow-insecure-unlock