登陆凭据

所有机器的用户名为 yhb

单盘位盒子的密码为 LianLi@123,12 盘位服务器的密码为 123

配置文件

配置文件路径为 ~/linux/config.yaml,大部分参数出场时已经配置好,不需要改动。

如果修改了配置文件,需要重启服务才能生效

重启服务

输入 sudo systemctl restart spacemesh-storage 以重启服务,重启服务需要较长时间。

查看日志

输入 tail -f ~/linux/log/miner.log.log 查看 SMH 实时运行日志

修改代理地址

在配置文件中定位到下列部分,修改 proxy 的值为你的代理地址,修改完毕后重启服务

# x-proxy 代理配置
# x-proxy proxy configuration
url:
  # 一个局域网内,代理只需要开一台就可以了,如代理所在的机器Ip是192.168.1.88,端口9190
  # 下面配置改为
  # proxy: "http://192.168.1.88:9190"
  # In a local area network, only one proxy is required. For example, the IP of the machine where the proxy is located is 192.168.1.88 and the port is 9190
  # The following configuration is changed to
  # proxy: "http://192.168.1.88:9190"
  proxy: "此处填写你的代理地址"