1.9.0 cypress EN 설치에 어려움이 있습니다 (Genesis block mismatch)

아래 로그가 문제인 것 같은데요

ERROR[08/22,11:52:15 Z] [33] Protocol istanbul/65 failed               id=132d7e00f49b36bc conn=staticdial err="Genesis block mismatch - e33ff05ceec2581c (!= c72e5293c3c3ba38)"

cypress 용 kend 패키지이며, cypress fast sync data 인데 왜 이럴까요??

아래는 kend.conf 입니다

# Configuration file for the kend

# cypress, baobab is only available if you don't specify NETWORK_ID.
NETWORK="cypress"
# if you specify NETWORK_ID, a private network is created.
NETWORK_ID=8217

PORT=32323

SERVER_TYPE="fasthttp"
SYNCMODE="full"
VERBOSITY=3
MAXCONNECTIONS=10

# txpool options setting
TXPOOL_EXEC_SLOTS_ALL=4096
TXPOOL_NONEXEC_SLOTS_ALL=4096
TXPOOL_EXEC_SLOTS_ACCOUNT=4096
TXPOOL_NONEXEC_SLOTS_ACCOUNT=4096
TXPOOL_LIFE_TIME="30m"

# rpc options setting
RPC_ENABLE=1 # if this is set, the following options will be used
RPC_API="klay,eth,net,web3" # available apis: admin,debug,klay,eth,miner,net,personal,rpc,txpool,web3
RPC_PORT=8551
RPC_ADDR="0.0.0.0"
RPC_CORSDOMAIN="*"
RPC_VHOSTS="*"
# below options are related with http server
RPC_CONCURRENCYLIMIT=3000
RPC_READ_TIMEOUT=30
RPC_WRITE_TIMEOUT=30
RPC_IDLE_TIMEOUT=120
RPC_EXECUTION_TIMEOUT=30

# ws options setting
WS_ENABLE=1 # if this is set, the following options will be used
WS_API="klay,eth,net,web3" # available apis: admin,debug,klay,eth,miner,net,personal,rpc,txpool,web3
WS_ADDR="0.0.0.0"
WS_PORT=8552
WS_ORIGINS="*"

# service chain options setting
SC_MAIN_BRIDGE=0 # if this is set, the following options will be used.
SC_MAIN_BRIDGE_PORT=50505
SC_MAIN_BRIDGE_INDEXING=0  # this option will be deprecated.

# Setting 1 is to enable options, otherwise disabled.
AUTO_RESTART=0
METRICS=1
PROMETHEUS=1
DB_NO_PARALLEL_WRITE=0
MULTICHANNEL=1
SUBPORT=$((PORT + 1)) # used for multi channel option

# discover options
NO_DISCOVER=0 # setting 1 to disable discovery
BOOTNODES=""

# Raw options e.g) "--txpool.nolocals"
ADDITIONAL=""

# auto restart options
AUTO_RESTART_NODE=0
AUTO_RESTART_INTERVAL=0.1

DATA_DIR=/var/kend/data
LOG_DIR=$DATA_DIR/logs

안녕하세요

맨 처음부터 어떻게 EN노드를 셋팅하셨는지 좀 더 자세히 말씀해주시겠어요?
주신 정보만으로는 이미 다른 genesis파일이 체인에 있어서 생기는 문제일거같습니다.

@jack_jin

안녕하세요 반갑습니다
AWS EC2 instance 에서 새로 설정하고 있기 때문에 크게 공유드릴 내용은 없습니다
fast sync 데이터를 다운로드 받아 /var/kend/data 에 압축을 해제했고 (cypress 확인했습니다),
1.9.0 ken cypress 패키지를 다운로드 받아서 위와 같이 kend.conf 설정 후 kend 실행했습니다