Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

启动主链节点

一、多节点配置(单节点无需更改,直接启动主链)

1、singleMode 修改为:singleMode=false

2、seeds 修改为实际ip,例如: seeds=["192.168.0.1:13802","192.168.0.2:13802","192.168.0.3:13802"]

二、启动主链

./server -f main.toml

如要部署在docker里运行:参考

三、导入挖矿账户私钥,开启自动挖矿

开启挖矿

备注:main.toml为主链配置文件;para.toml为平行链配置文件