Open efforthye opened 1 year ago
평소 geth 명령어도 .bash_profile 에 설정된 대로 잘 실행되었는데 clef만 제대로 실행되지 않은 점이 의문이다.
현재 .bash_profile : export PATH=$PATH:/home/efforthye/geth/go-ethereum/build/bin
go-ethereum의 build/bin에 clef가 있는지 확인해 보았고, 있어서 바로 ./clef newaccount --keystore ~/myGeth/keystore
하여 실행하였더니 성공적으로 geth account가 생성되었다.
geth account 생성을 위해 ubuntu 에서
clef newaccount --keystore ~/myGeth/keystore
명령어 입력시 에러Command 'clef' not found, did you mean: command 'chef' from deb filters (2.55-3build1) command 'clif' from deb clif (0.93-9.1build2) command 'cleo' from deb cleo (0.004-3) command 'clex' from deb clex (4.6.patch8-1) Try: sudo apt install
-> sudo apt install clef 로 clef를 생성한 뒤 실행하여도 에러