Zcash 노드 Localhost 설치 가이드
Linux(Debian/Ubuntu 권장) 또는 macOS 호스트에 Zcash Full Node(zcashd)를 설치하고 실행하는 방법입니다.
공식 문서: Run a Zcash Full Node, zcashd (ReadTheDocs).
파일 구조
localhost/
├── README.md # 이 파일
├── zcash.conf.example # 설정 예제
├── installation.md # 의존성·빌드·params·실행
├── configuration.md # zcash.conf·RPC·addnode
├── troubleshooting.md
└── updates/
└── README.md
빠른 시작
1. 설치
installation.md를 참고하여 의존성 설치, GitHub Releases에서 바이너리 다운로드·GPG 검증, fetch-params.sh 실행(~4GB), ~/.zcash/zcash.conf 생성 후 zcashd를 실행하세요.
2. 설정
configuration.md에서 zcash.conf 옵션·RPC·addnode를 참고하세요.
3. CLI
zcash-cli getinfo
Docker 설치
Docker로 노드를 실행하는 방법은 ../docker/README.md를 참고하세요.