update v-advance

This commit is contained in:
lzx
2025-12-01 15:45:05 +08:00
parent 16173b7ccd
commit de010e39ee
22 changed files with 1963 additions and 175 deletions

BIN
bin/client Normal file

Binary file not shown.

View File

@@ -2,11 +2,25 @@
[bzminer]
# path=/path/bzminer
[lolminer]
# path=/home/a11/桌面/lolminer/1.98
# path=/path/lolminer
[rigel]
# path=/path/rigel
#如果您的网络无法直接连通各个矿池需要使用各大矿池专用网咯请打开proxy的注释
#打开此注释后会使用各大矿池的专用网络每笔订单额外增加1%的网络费用
[proxy]
# proxy=true
# proxy=true
#持续挖矿开关,即在矿机没有租约期间是否自行挖矿
#开启此选项启动客户端后客户端会自动根据下面配置开启挖矿任务直到云算力平台有人租赁本台GPU主机
#当该租约结束后本台GPU主机会自动切回下方配置的挖矿任务
[sustain]
#enabled=true
#algo="算法"
#coin="币种"
#miner="挖矿软件名此处使用的挖矿软件要使用上方已经配置路径的挖矿软件名即bzminer/lolminer/rigel只能填一个自行选择"
#pool_url="挖矿地址"
#wallet="挖矿钱包"
#worker_id="矿工号"
#pool_user="挖矿账号名f2pool/m2pool等不支持钱包挖矿的矿池需配置其余支持钱包挖矿的矿池无需配置"
#wallet_mining=true #pool_user打开时同时打开本配置

View File

@@ -10,4 +10,18 @@
#如果您的网络无法直接连通各个矿池需要使用各大矿池专用网咯请打开proxy的注释
#打开此注释后会使用各大矿池的专用网络每笔订单额外增加1%的网络费用
[proxy]
# proxy=true
# proxy=true
#持续挖矿开关,即在矿机没有租约期间是否自行挖矿
#开启此选项启动客户端后客户端会自动根据下面配置开启挖矿任务直到云算力平台有人租赁本台GPU主机
#当该租约结束后本台GPU主机会自动切回下方配置的挖矿任务
[sustain]
#enabled=true
#algo="算法"
#coin="币种"
#miner="挖矿软件名此处使用的挖矿软件要使用上方已经配置路径的挖矿软件名即bzminer/lolminer/rigel只能填一个自行选择"
#pool_url="挖矿地址"
#wallet="挖矿钱包"
#worker_id="矿工号"
#pool_user="挖矿账号名f2pool/m2pool等不支持钱包挖矿的矿池需配置其余支持钱包挖矿的矿池无需配置"
#wallet_mining=true #pool_user打开时同时打开本配置

22
bin/user-manual.txt Normal file
View File

@@ -0,0 +1,22 @@
This program is an automated mining program for cloud computing platforms. After launching this client, the seller no longer needs to manually configure mining according to the buyer's requirements.
Please read the following precautions carefully before using this program.
Very important:
1. Please download the correct system version of the client, Windows or Linux (Ubuntu, etc.), based on the operating system of the host where your GPU is located.
2. You must download this client through the official website and under the correct seller account, as it contains your seller information. If you download the client through unofficial channels or the wrong seller account, your GPU information cannot be synchronized to the cloud computing platform.
3. After downloading and extracting, please ensure that your client contains the following files:
Execute file (client. exe or client)
auth
mining.linux.conf
mining.windows.conf
If there are missing files, please contact customer service for Customer-Service.
4. If you have multiple GPU hosts, you can download the client compressed file on one host and copy it to other hosts in any way, or download the compressed file on different hosts through step 2.
5. Before starting the client, please check that your computer meets the following conditions:
1. GPUs can be correctly recognized, which usually requires installing the corresponding driver for the GPU. NVIDIA series graphics cards can view the graphics card information through the nvidia smi command. If the command line prints the graphics card information, it means that the graphics card driver has been installed
2. At least one mining software from lolminer, rigel, and bzminer has been installed
3. The network is smooth, and different mining pools can be directly connected through the host where the GPU is located for mining
We suggest that you conduct mining tests on each mining pool before starting this client. If you can obtain mining tasks, it indicates that the network connection is normal. If your network conditions are poor, it will affect your rental income in the end.
Other matters:
1. Please ensure that the current user who starts the client has sufficient permissions. It is recommended to use the admin user for Windows and the root user for Linux. This client will automatically detect the permissions of relevant files at startup, and if the permissions are insufficient, the client will automatically exit.
2. If the GPU cannot be synchronized to the cloud computing platform after starting the client normally, please contact customer service for Customer-Service.
3. If your network conditions are not good, you can configure a proxy address on the cloud computing platform yourself. We will automatically forward the buyer's mining requests to the proxy address you have configured. If you have other needs, you can contact our customer service for Customer-Service.

1
bin/version Normal file
View File

@@ -0,0 +1 @@
version advanced

23
bin/用户手册.txt Normal file
View File

@@ -0,0 +1,23 @@
本程序是云算力平台的自动化挖矿程序,启动本客户端后,卖方不再需要手动针对买方的要求进行手动配置挖矿
使用本程序前请您仔细阅读以下注意事项
非常重要:
1请您根据您的GPU所在主机的操作系统下载正确系统版本的客户端windows或linux(ubuntu等)
2必须通过官网且在正确的卖家账号下下载本客户端因为里面包含您的卖家信息如果通过非官方渠道或错误的卖家账号下载了客户端您的GPU信息无法同步到云算力平台
3下载并解压后请确定您的客户端包含以下文件
执行文件(client.exe或client)
auth
mining.linux.conf
mining.windows.conf
如果有文件缺失,请联系客服获得帮助
4如果您有多个GPU主机可在某一台主机下载客户端压缩包后将压缩包通过任意方式复制给其他主机或在不同主机上通过步骤2下载压缩包
5在启动客户端之前请检查您的电脑具备以下条件
1GPU可以被正确识别这通常需要安装GPU对应的驱动NVIDIA系列显卡可以通过 nvidia-smi 命令查看显卡信息,如果命令行打印了显卡信息,则表示显卡驱动已经安装
2已经安装lolminer、rigel、bzminer中至少一个挖矿软件
3网络通畅可以直接通过GPU所在主机连接不同的矿池挖矿
建议您启动本客户端之前,自行对各个矿池进行挖矿测试,能获取到挖矿任务表示网络连接正常。如果您的网络条件不好,会影响最终您的租赁收益
其他事项:
1请确保启动客户端的当前用户拥有足够的权限建议windows使用admin用户linux使用root用户本客户端会在启动时自动检测相关文件的权限如果权限不够客户端会自动退出
2如果正常启动客户端后未能正常将GPU同步到云算力平台请联系客服获得帮助
3如果您的网络条件不好可以在云算力平台自行配置代理地址我们会自动将买家的挖矿请求自动转发到您配置的代理地址如果有其他需求可以联系我们的客服获得帮助