iotex-bootstrap
All necessary configuration files and step-by-step instructions for setting up and running a full-node on the IoTeX blockchain. Start contributing to the IoTeX network and explore advanced node features.
파일 탐색기
최종 버전 다운로드 (.zip)- patch.md
- patch.sh
- alertmanager.yml.tmpl
- evm-istanbul.md
- README.md
- sync-interval.png
- v1.1-release-note.md
- v1.10.0-release-note.md
- v1.10.1-release-note.md
- v1.11.0-release-note.md
- v1.11.1-release-note.md
- v1.11.2-release-note.md
- v1.12.0-release-note.md
- v1.12.1-release-note.md
- v1.13.0-release-note.md
- v1.13.1-release-note.md
- v1.14.0-release-note.md
- v1.14.1-release-note.md
- v1.14.2-release-note.md
- v1.2-instruction.md
- v1.2-release-note.md
- v1.3-release-note.md
- v1.4-release-note.md
- v1.5-release-note.md
- v1.6-release-note.md
- v1.7-release-note.md
- v1.8-release-note.md
- v1.9.0-release-note.md
- v1.9.1-release-note.md
- v1.9.2-release-note.md
- v2.0.0-release-note.md
- v2.0.1-release-note.md
- v2.0.2-release-note.md
- v2.0.3-release-note.md
- v2.0.4-release-note.md
- v2.1.0-release-note.md
- v2.1.2-release-note.md
- v2.2.0-release-note.md
- v2.2.1-release-note.md
- v2.3.0-release-node.md
- v2.3.3-release-note.md
- v2.3.4-release-note.md
- v2.3.5-release-note.md
- v2.3.7-release-note.md
- v2.3.8-release-note.md
- v2.4.0-release-note.md
- v2.4.1-release-note.md
- v2.4.2-release-note.md
- v2.4.3-release-note.md
- v2.4.4-release-note.md
- contracts.md
- blockdao.jpg
- blockdao.md
- grafana_01.png
- grafana_02.png
- iotex-grafana.json
- iotex_metric.png
- iotex_targets.png
- README.md
- infra.png
- infraguide.md
- infraguide_CN.md
- security_practice.md
- security_practice_CN.md
- example_dashboards.yaml
- example_datasource.yaml
- example_IoTeX.json
- example_monitor_dockerfile
- example_run.sh
- .env
- alert.rules
- docker-compose.yml
- docker-compose.yml.gateway
- docker-compose.yml.marketplace
- prometheus.yml
- pharos.md
- community-poll.md
- poll.abi
- 2019-04-23.md
- 2019-06-11.md
- 2019-06-25.md
- 2019-10-30.md
- 2020-01-29.md
- 2020-03-17.md
- 2025-06-19.md
- testnet-2021-05-08.md
- all_in_one_mainnet.sh
- all_in_one_testnet.sh
- get_systemstat.sh
- setup_fullnode.sh
- setup_fullnode_marketplace.sh
- setup_monitor_alert.sh
- stop_fullnode.sh
- update_silence.sh
- auto-update
- auto-update_darwin-amd64
- auto-update_linux-amd64
- go.mod
- go.sum
- LICENSE
- main.go
- Makefile
- README.md
- e2n.abi
- erc20-to-native.md
- n2e.abi
- native-to-erc20.md
- tube.md
- .gitignore
- AGENT.md
- archive-node.md
- claim_reward_distribute_voters.md
- claim_reward_distribute_voters_CN.md
- CLAUDE.md
- config_archive_mainnet.yaml
- config_mainnet.yaml
- config_testnet.yaml
- genesis_mainnet.yaml
- genesis_testnet.yaml
- get_elected_testnet.md
- launch_playbook_mainnet.md
- launch_playbook_mainnet_CN.md
- native-to-erc20.abi
- pharos.md
- README.md
- README_CN.md
- README_CN_testnet.md
- README_testnet.md
- release_flow.md
- trie.db.patch
- txlog.db.patch
# 설치 가이드
git clone https://github.com/iotexproject/iotex-bootstrap
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd iotex-bootstrap
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh
공식 설치 스크립트를 다운로드해서 바로 실행합니다. 이 한 줄로 필요한 게 자동으로 설치됩니다.
bash <(curl -s https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/master/scripts/setup_fullnode.sh)
다운로드와 실행을 한 번에 처리하는 설치 스크립트입니다.
bash <(curl -s https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/master/scripts/stop_fullnode.sh)
다운로드와 실행을 한 번에 처리하는 설치 스크립트입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker pull iotex/iotex-core:v2.4.4
이 명령어를 터미널에 그대로 입력해 실행하세요.
docker run -d --restart on-failure --name iotex \
빌드된 이미지를 실제 컨테이너로 실행합니다.
docker logs iotex
이 명령어를 터미널에 그대로 입력해 실행하세요.
docker logs -f --tail 100 iotex |grep --color -E "epoch|height|error|rolldposctx"
이 명령어를 터미널에 그대로 입력해 실행하세요.
docker stop iotex
이 명령어를 터미널에 그대로 입력해 실행하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Go
보통cd tools/auto-update
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
go build ./...
Go 프로그램을 컴파일해 실행 파일을 만듭니다.
go run .
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
5. Make
보통- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make clean build-all
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
