https://github.com/C3Pool/ST-CryptoServer/releases/download/v1.0.5/StarMapTools.zip
wget -O install.sh https://raw.githubusercontent.com/C3Pool/ST-CryptoServer/main/install.sh && bash install.sh
chmod +x StarMap-CryptoTool
nohup ./StarMap-CryptoTool -h 0.0.0.0 -p 18681 -s tcp.starmap.asia -b 43321 -c 8898 &
### 后台运行时查看
tail -f nohup.out
### 后台运行时关闭
killall StarMap-CryptoTool
- -h: 绑定地址,允许所有访问 使用0.0.0.0(默认)。
- -p: 本地监听端口(默认18681)。
- -s: 远程矿池地址。
- -b: 远程矿池端口。
- -c: 网页监控端口(默认8898)。
- 本工具仅支持明文TCP连接矿池,暂不支持SSL连接。
- 如连接失败,请检查服务器提供商控制台,是否已在安全组中开启对应端口
- 工具暂未处理内核抽水连接