Connect Node
노드 연결
gwemix attach rpc:http://localhost:8588gwemix attach {data_folder}/gwemix.ipc{data_folder}/bin/gwemix.sh console노드 설정
PORT=8588
DISCOVER=1 # 1 for enable discovery mode, 0 for disable discovery mode
TESTNET=1 # 1 for Testnet or remove this line for Mainnet
SYNC_MODE=full
GWEMIX_OPTS="--rpc.allow-unprotected-txs"gwemix --http.port 8588 --wemix-testnet --syncmode full --rpc.allow-unprotected-txs Last updated