# eos-multi-deploy **Repository Path**: luo-dahui/eos-multi-deploy ## Basic Information - **Project Name**: eos-multi-deploy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EOS 節點部署工具 ## 操作步驟 1. 编辑配置文件,注意第一个节点为boot节点,默认端口 8888 不要。 producer_name 要符合 EOS 命名标准, 建议只使用 12345abcdef 2. python3 deploy.py deploy ./clound_config.json 成功后最终打印 ``` b'154.85.35.174:22 producer:eosio status:process live\n' b'154.85.35.174:22 producer:node2 status:process live\n' b'154.85.35.174:22 producer:node3 status:process live\n' b'154.85.35.174:22 producer:node4 status:process live\n' b'154.85.35.174:22 producer:node5 status:process live\n' b'154.85.35.174:22 producer:nodea status:process live\n' ``` ## 状态查询 python3 deploy.py status ./clound_config.json python3 deploy.py stop ./clound_config.json python3 deploy.py start ./clound_config.json