1 GethUbuntu
- bash_profile에 Geth 프로그램의 경로가 걸려있음
- source .bash_profile로 실행
- geth.sh로 geth 명령어 실행 > 가상머신에서 geth를 구동
- geth.servive에 이를 서비스로 정의해놓음
- geth.service를 사용할 수 있도록 enable, start
- geth가 localhost에 attach하면 로컬 컴퓨터에서도 접속이 가능한 상태에 진입
- 현재 있는 account와 블록 채굴 상태(blockNumber) 등 표시
2 Host
- GethUbuntu에서 ip 확인 > ip주소 출력 안됨
- Go Ethereum 설치
https://geth.ethereum.org/downloads/
Downloads | Go Ethereum
Retrieving packages from release server...
geth.ethereum.org
- 네트워크 문제 해결 후 Host의 PowerShell에서 Geth 연결 성공