Dogecoin 노드 Localhost 설치 가이드
Windows / macOS / Linux 호스트에 Dogecoin Core(Full Node)를 설치하고 GUI 또는 Daemon(CLI)으로 실행하는 방법입니다.
공식 문서: Operate a Dogecoin Node, dogecoin/dogecoin.
파일 구조
localhost/
├── README.md # 이 파일
├── dogecoin.conf.example # 설정 파일 예제
├── installation.md # 다운로드·설치·실행
├── configuration.md # dogecoin.conf·RPC·네트워크
├── troubleshooting.md # 문제 해결
├── updates/
│ └── README.md
빠른 시작
1. 설치
installation.md를 참고하여 Dogecoin.com 또는 GitHub Releases에서 Dogecoin Core를 다운로드·설치한 뒤 실행하세요.
2. 설정
configuration.md에서 dogecoin.conf·RPC·포트 22556 등 설정을 참고하세요.
3. 문제 해결
문제가 발생하면 troubleshooting.md를 참고하세요.
CLI 사용
- Daemon:
dogecoind -daemon - RPC/CLI:
dogecoin-cli help(예:dogecoin-cli getinfo,dogecoin-cli getconnectioncount)
Docker 설치
Docker로 노드를 실행하는 방법은 ../docker/README.md를 참고하세요.