노드 설치
이 페이지에서는 WorldLand 소스 코드를 다운로드 및 빌드하고 Worldland 노드를 설치하는 방법을 설명합니다.
하드웨어 요구 사항
최소 | 권장 | |
---|---|---|
CPU | 2+ cores | Fast CPU with 4+ cores |
RAM | 4GB | 8GB+ RAM |
Storage | 500GB free storage | 500 high-performance SSD |
Internet | 8 MBit/sec | 25+ MBit/sec |
Linux and Mac
1. Environment
Linux
우리는 Ubuntu를 기반으로 문서를 작성했지만 UNIX와 같은 운영 체제에서도 작동할 것으로 예상됩니다.
빌드에 필요한 기본 패키지를 다운로드합니다.
ETH-ECC를 설치하려면 Go(버전 1.18 이상)가 필요합니다. 다음 명령을 사용하여 설치할 수 있습니다.
Mac
빌드에 필요한 기본 패키지를 다운로드합니다.
ETH-ECC를 설치하려면 Go(버전 1.18 이상)가 필요합니다. 다음 명령을 사용하여 설치할 수 있습니다.
Go 버전을 출력(버전 1.18 이상)하여 제대로 설치되었는지 확인합니다
2. 설치
WorldLand 저장소를 clone하여 WorldLand를 다운로드할 수 있습니다.
다음 명령을 사용하여 ETH-ECC를 설치할 수 있습니다. 그런 다음 /ETH-ECC
로 이동하여 아래 명령어를 입력합니다.
설치가 완료되고 WorldLand를 실행하려면 다음 명령을 작성하십시오. "USER_DATA_DIR" 은 당신의 저장소 공간을 의미합니다. 원하는 경로를 추가하십시오.
Window
윈도우 전용 Build파일을 다운로드합니다.
설치 프로그램 사용
WorldLand 의 최신 릴리즈에서 설치 프로그램 exe 파일을 다운로드합니다.
아래 그림과 같은 파란색 창이 나타나면 추가정보를 클릭하여 실행합니다.
다운로드한 설치 파일을 실행합니다.
다음 오류 메세지가 표시되면 설치경로를 환경변수에 수동으로 추가해야 합니다. 환경변수의 Path에 설치 경로를 추가합니다.
환경변수의 Path에 설치경로를 추가합니다.
기본 설치 경로 :
Installation complete!
Worldland를 실행하려면 다음 명령어를 작성하십시오.
Run and Build
1. Install Chocolatey
The Chocolatey package manager provides an easy way to install the build tools you need.
Run PowerShell in administrator mode.
With PowerShell, you must ensure Get-ExecutionPolicy is not Restricted.
If it is Restricted, set it to AllSigned or Bypass.
or
Now run the following command:
Wait a few seconds for the command to complete. If you don't see any errors, you are ready to use Chocolatey!
2. Installation
Then you can run the following command from an administrator command prompt to install the build tools:
Installing these packages sets the path environment variable.
You will need to open a new command prompt to get the new path.
To install ETH-ECC, you can first create a Go workspace directory, then create and build the ETH-ECC source code.
If you get fatal: detected dubious ownership in repository at
error Execute the command below indicated in the log message.
or the build fails, run the command below and retry.
Installation complete!
To run the WorldLand, write the following command.
References:
Last updated