Skip to content

Instantly share code, notes, and snippets.

View rlaace423's full-sized avatar
🏠
Working from home

Sam (Sangho Kim) rlaace423

🏠
Working from home
View GitHub Profile
#!/bin/bash
NODEOS_ROOT_DIR=/root/eos_data/nodeos
CONFIG_DIR=/root/eos_data/nodeos/config
DATA_DIR=/root/eos_data/nodeos/data
LOG_DIR=/root/eos_data/nodeos/log
## WALLET DIR 은 config.ini 파일 안의 datadir 로 정의!!!
## plugin들도 config.ini 파일 안에 정의!!!
## server address 도 config.ini 파일 안에 정의!!!
  nodeos keosd
기본 위치 (홈)/.local/share/eosio/nodeos/ (홈)/eosio-wallet/
데이터 위치 (기본 위치)/data/ (기본 위치)
설정 파일 (기본 위치)/config/config.ini (기본 위치)/config.ini
제네시스 파일   (기본 위치)/config/genesis.json
기본 포트 8888 8900