[7/29...]
ㅁ순서. 4단계 까지만 해도 양호
( https://m.blog.naver.com/blokorea/221313637939 참고: FTP 설정까지만 진행 , (EOS설치시간))
1. 윈도우 설정변경
1) 윈도우 설정[개발자용 설정] - [개발자 모드]로 변경.
2) 제어판-프로그램 및 기능-윈도우 기능 켜기/끄기: 에서 Linuex용 windows 하위 시스템 체크
3) 재부팅 실행
4) 윈도우 스토어에서 우분투 설치
2. 우분투 환경설치 : 윈도우 내에서 우분투 터미널 사용하기 위함.
ㅇ우분투 16.04 버전 설치 https://docs.microsoft.com/ko-kr/windows/wsl/about
3. 우분투 실행
1) 아이디/비번 설정
2) 미국서버->한국서버 변경 : sudo sed -i 's/archive.ubuntu.com/ftp.daum.net/g' /etc/apt/sources.list
4. 우분투 16.04 패키지 설치 : 이오스 환경설정
ㅇ깃허브 내 [Ubuntu 16.04 Package Install] : https://github.com/EOSIO/eos 참고
- 우분투 터미널에서 아래 명령어 순서로 입력
- wget https://github.com/eosio/eos/releases/download/v1.8.1/eosio_1.8.1-1-ubuntu-16.04_amd64.deb
- sudo apt install ./eosio_1.8.1-1-ubuntu-16.04_amd64.deb
5. cli-helper 설치 : 명령어 단축 및 효율적 작업 위함.
ㅇ헥슬란트제공의 eos헬퍼 클론설치: https://github.com/Hexlant/eosio-cli-helper
6. 우분투 ~/eosio-cli-helper$ 디렉토리 내 config 설정.
1) 설정변경 가능 명령어 : $/eosio-cli-helper$ vi configuration_info.sh
- ## Host for NODEOS
- NODEOS_SCHEMA="https"
- NODEOS_HOST="jungle2.cryptolions.io"
- ## Port for NODEOS
- NODEOS_PORT="443"
2) 확인
- ./cleos.sh get info : head_block_num 값이 지속 증가(페이지 메인에 큰 숫자와 동일한 것을 확인가능. )
- 정글2.0 테스트넷 모니터 확인 : https://monitor.jungletestnet.io/
<스샷을 동시에 했다면 위 숫자 41 560 255 와 아래 "head_block_num":41560448의 숫자가 같음.>
7. 명령어 자동완성 기능 사용 설정
ㅇ명령어 : git clone https://github.com/hexlant/cleos-auto-completion
ㅇhttps://github.com/hexlant/cleos-auto-completion
'2019' Blockchain developer class' 카테고리의 다른 글
[기본] Express관련 (0) | 2019.10.21 |
---|---|
[기본] 바이트코드와 바이너리코드- (0) | 2019.08.06 |
[기본] 토큰과 ERC 20_OMG, NPXS, VEN 등 (0) | 2019.08.04 |
[기본] 이더리움 계정과 트랜잭션_ CA, EOA, TX (0) | 2019.07.26 |
[기본] 컨센서스(consensus)_PoW, PoS, DPoS (0) | 2019.07.25 |