블록이 잘 생성되고 있다면, reward가 지급되지 않을 이유가 없어 보입니다. 만약 잘 생성되고 있다면 여전히 reward가 지급되지 않고 있는지 rewardbase의 잔액을 다시 한 번 확인 부탁드리고, 혹시 kscnd.conf 설정 파일 내용을 알려주실 수 있을까요?
# Configuration file for the kscnd
SCSIGNER=0x1435214d21b1....d5d085934e3f
SCSIGNER_PASSWD_FILE="/var/ksn_testnet/scn_node1/scsigner.password" # Need to right password file for the keystore file of the service chain signer address
NETWORK_ID=34301
PORT=22001 # if EN(main-bridge) and SCN(sub-bridge) on same instance, use different port with EN.(EN: 32323, SCN:22323)
SERVER_TYPE="fasthttp"
SYNCMODE="full"
VERBOSITY=3
MAXCONNECTIONS=100
REWARDBASE="0xa78f2d3a30b094fe025dcd6225ab8f92a27a0a5c"
# txpool options setting
TXPOOL_EXEC_SLOTS_ALL=16384
TXPOOL_NONEXEC_SLOTS_ALL=16384
TXPOOL_EXEC_SLOTS_ACCOUNT=16384
TXPOOL_NONEXEC_SLOTS_ACCOUNT=16384
TXPOOL_LIFE_TIME="5m"
# rpc options setting
RPC_ENABLE=0 # if this is set, the following options will be used
RPC_API="klay,subbridge" # available apis: admin,debug,klay,miner,net,personal,rpc,txpool,web3,mainbridge,subbridge
RPC_PORT=7501 # if main-bridge and sub-bridge on same instance, use different port with main-bridge.(main: 8551, sub:7551)
RPC_ADDR="0.0.0.0"
RPC_CORSDOMAIN="*"
RPC_VHOSTS="*"
# ws options setting
WS_ENABLE=0 # if this is set, the following options will be used
WS_API="klay"
WS_ADDR="0.0.0.0"
WS_PORT=7601 # if main-bridge and sub-bridge on same instance, use different port with main-bridge.(main: 8552, sub:7552)
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
SC_SUB_BRIDGE=1
SC_SUB_BRIDGE_PORT=50521 # if main-bridge and sub-bridge on same instance, use different port with main-bridge.(main: 50505, sub:50506)
SC_PARENT_CHAIN_ID=1001
SC_ANCHORING=0
SC_ANCHORING_PERIOD=1
SC_TX_LIMIT=1000
SC_KAS_ANCHOR=0
SC_KAS_ANCHOR_PERIOD=1
SC_KAS_ANCHOR_URL=""
SC_KAS_ANCHOR_OPERATOR=""
SC_KAS_ANCHOR_ACCESS_KEY=""
SC_KAS_ANCHOR_SECRET_KEY=""
SC_KAS_ANCHOR_X_CHAIN_ID=1001
# Setting 1 is to enable options, otherwise disabled.
AUTO_RESTART=1
METRICS=1
PROMETHEUS=1
DB_NO_PARALLEL_WRITE=0
MULTICHANNEL=1
SUBPORT=$((PORT + 10)) # used for multi channel option
VTRECOVERY=1 # value transfer recovery
# discover options
NO_DISCOVER=1 # setting 1 to disable discovery
#BOOTNODES=""
# Raw options e.g) "--txpool.nolocals"
ADDITIONAL=""
DATA_DIR=/var/ksn_testnet/scn_node1
LOG_DIR=/var/ksn_testnet/scn_node1
혹시 kscnd.conf 에서
REWARDBASE=“0xa78f2d3a30b094fe025dcd6225ab8f92a27a0a5c”
를 지우고
ADDITIONAL="–rewardbase 0xa78f2d3a30b094fe025dcd6225ab8f92a27a0a5c"
로 바꾸어 보시고 재기동을 부탁 드려도 될까요?