Nodes/ethereum/localhost

ethereum

Ethereum 노드 Localhost 설치 가이드

1분 읽기 · localhost

list목차(6)

Ethereum 노드 Localhost 설치 가이드

호스트 시스템에 직접 Geth 노드를 설치하고 운영하는 방법입니다.

파일 구조

localhost/
├── installation.md         # 설치 가이드
├── configuration.md         # 설정 가이드
├── troubleshooting.md      # 트러블슈팅 가이드
├── updates/                 # 업데이트 로그
│   └── README.md
└── README.md               # 이 파일

빠른 시작

1. 설치

installation.md를 참고하여 Geth를 설치하세요.

2. 설정

configuration.md를 참고하여 노드를 설정하세요.

3. 문제 해결

문제가 발생하면 troubleshooting.md를 참고하세요.

Docker 설치

Docker를 사용하여 노드를 실행하는 방법은 ../docker/README.md를 참고하세요.

ethereum 다른 챕터