feat: 对齐 xxxig/proxy 打包规范并迁移配置至 /etc/mond
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -33,11 +33,11 @@ sudo apt-get install mond
|
||||
### 方式二:通用二进制包
|
||||
|
||||
```bash
|
||||
# 1. 下载对应架构的包
|
||||
wget https://gitea.bcde.io/releases/download/v0.18.4.6/mond-amd64-ubuntu-v0.18.4.6.tar.gz
|
||||
# 1. 下载对应架构的包(registry 路径与下载名版本号均不带 v 前缀)
|
||||
wget https://gitea.bcde.io/api/packages/wangdefa/generic/mond/0.18.5.0/mond-amd64-ubuntu-0.18.5.0.tar.gz
|
||||
|
||||
# 2. 解压
|
||||
tar -xzf mond-amd64-ubuntu-v0.18.4.6.tar.gz
|
||||
tar -xzf mond-amd64-ubuntu-0.18.5.0.tar.gz
|
||||
|
||||
# 3. 运行
|
||||
./mond --help
|
||||
@@ -92,7 +92,7 @@ sudo systemctl disable mond.service
|
||||
|
||||
```
|
||||
/opt/mond/mond # 二进制文件
|
||||
/var/lib/mond/params.conf # 配置文件
|
||||
/etc/mond/params.conf # 配置文件
|
||||
/var/lib/mond/data/ # 区块链数据目录
|
||||
/var/log/mond/ # 日志目录
|
||||
```
|
||||
@@ -103,7 +103,7 @@ Debian/Ubuntu 系统包使用配置文件方式运行,修改配置非常简单
|
||||
|
||||
```bash
|
||||
# 1. 编辑配置文件
|
||||
sudo nano /var/lib/mond/params.conf
|
||||
sudo nano /etc/mond/params.conf
|
||||
|
||||
# 2. 重启服务使配置生效
|
||||
sudo systemctl restart mond.service
|
||||
|
||||
Reference in New Issue
Block a user