Compare commits

...

3 Commits

Author SHA1 Message Date
lzx
5a0c9b06ee README.md fixed 2026-01-29 17:11:34 +08:00
lzx
5557ee0d3e README.md fixed 2026-01-29 17:10:12 +08:00
lzx
50477ccf5d remove builded files 2026-01-29 17:04:07 +08:00
39 changed files with 9 additions and 419 deletions

View File

@@ -9,11 +9,15 @@
主界面实时显示以下信息:
- **版本号**:从 `bin/version` 文件读取
- **身份信息**:从 `grownishinaMi6ựcnhfi열려있경윤فظ했습니다치geck` (修正示例,实际为 `bin/auth`) 文件读取
- **身份信息**:从 `bin/auth` 文件读取
- **GPU 信息**:通过 `nvidia-smi` 命令自动检测(启动时获取一次)
- 显示 GPU索引、品牌、型号、显存大小
- **硬盘身份码**:通过 `wmic diskdrive get serialnumber` 命令获取
- **当前状态**:实时显示客户端连接状态\n - 🔴 **离线**:心跳异常,红色指示\n - 🟢 **在线**:心跳正常,绿色指示\n - 🟡 **挖矿中**:租约挖矿进行中,黄色指示\n - 🔵 **持续挖矿中**:持续挖矿任务进行中,蓝色指示\n
- **当前状态**:实时显示客户端连接状态
- 🔴 **离线**:未连接服务器,红色指示
- 🟢 **在线**:已连接服务器,绿色指示
- 🟡 **挖矿中**:租约挖矿进行中,黄色指示
- 🔵 **持续挖矿中**:持续挖矿任务进行中,蓝色指示
### 2. 版本更新功能
@@ -76,15 +80,15 @@
- **SystemInfoService**系统信息获取GPU、硬盘序列号等
- **ConfigService**配置文件管理INI 格式)
- **UpdateService**:版本检查和更新管理
- **DatabaseService**SQLite 数据库,存储挖矿任务历史
- **LogService**:日志文件管理
- **DatabaseService**挖矿任务日志管理(基于 `bin/mining_tasks.log` 的 JSON 行记录,用于保存 / 恢复当前或最近一次挖矿任务
- **LogService**客户端日志文件管理
### 数据存储
- **配置文件**`bin/mining.windows.conf`INI 格式)
- **身份文件**`bin/auth`
- **版本文件**`bin/version`
- **数据库**`bin/mining_task.db`SQLite
- **挖矿任务日志**`bin/mining_tasks.log`JSON 行格式,仅记录当前 / 最近任务,用于断线恢复
- **日志文件**`bin/logs/client.log`
### 通信协议

View File

@@ -1 +0,0 @@
393768033@qq.com

View File

@@ -1,26 +0,0 @@
#请确认您的主机上安装了下列挖矿软件,确认后可以打开注释,并修改其路径,如果没有安装,请勿打开注释
[bzminer]
# path=/path/bzminer
[lolminer]
# path=/path/lolminer
[rigel]
# path=/path/rigel
#如果您的网络无法直接连通各个矿池需要使用各大矿池专用网咯请打开proxy的注释
#打开此注释后会使用各大矿池的专用网络每笔订单额外增加1%的网络费用
[proxy]
# 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

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

Binary file not shown.

View File

@@ -1 +0,0 @@
{"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]}

View File

@@ -1 +0,0 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]

View File

@@ -1 +0,0 @@
{"app_name":"cloud_client_gui","version":"1.0.0","build_number":"1","package_name":"cloud_client_gui"}

Binary file not shown.

Binary file not shown.

View File

@@ -1,20 +0,0 @@
本程序是云算力平台的自动化挖矿程序,启动本客户端后,卖方不再需要手动针对买方的要求进行手动配置挖矿
使用本程序前请您仔细阅读以下注意事项
非常重要:
1请您根据您的GPU所在主机的操作系统下载正确系统版本的客户端目前共有三种客户端供大家下载
1、windows客户端统一使用带用户操作界面的客户端。仅支持win11以上系统。
2、linux客户端(带GUI)linux带用户操作界面的客户端。仅支持带图形界面的linux系统
3、linux客户端(不带GUI)linux不带用户操作界面的客户端仅提供shell信息请后台运行。支持所有ubuntu系统。
大家根据自身主机下载对应客户端。
2带操作界面客户端启动后请在界面中确认您的身份信息是否和云算力平台的注册邮箱一致。shell版本的客户端可以通过cat ./bin/auth查看身份信息。
3如果您有多个GPU主机可在某一台主机下载客户端压缩包后将压缩包通过任意方式复制给其他主机或在不同主机上通过步骤2下载压缩包
4在启动客户端之前请确认您的电脑GPU可以被正确识别这通常需要安装GPU对应的驱动NVIDIA系列显卡可以通过 nvidia-smi 命令查看显卡信息,如果命令行打印了显卡信息,则表示显卡驱动已经安装
建议您启动本客户端之前,自行对各个矿池进行挖矿测试,能获取到挖矿任务表示网络连接正常。如果您的网络条件不好,会影响最终您的租赁收益
如果您不知道如何操作,请联系我们的客服获得帮助
其他事项:
1请确保启动客户端的当前用户拥有足够的权限建议windows使用admin用户linux使用root用户本客户端会在启动时自动检测相关文件的权限如果权限不够客户端会自动退出
2如果正常启动客户端后未能正常将GPU同步到云算力平台请联系客服获得帮助
3如果您的网络条件不好可以在云算力平台自行配置代理地址我们会自动将买家的挖矿请求自动转发到您配置的代理地址如果有其他需求可以联系我们的客服获得帮助

View File

@@ -1 +0,0 @@
393768033@qq.com

View File

@@ -1,27 +0,0 @@
#请确认您的主机上安装了下列挖矿软件,确认后可以打开注释,并修改其路径,如果没有安装,请勿打开注释
#请使用双\\,否则可能无法解析出准确的路径
[bzminer]
# path=C:\\path\\bzminer
[lolminer]
path=.\\mining_soft\\lolminer
[rigel]
# path=C:\\path\\rigel
#如果您的网络无法直接连通各个矿池需要使用各大矿池专用网咯请打开proxy的注释
#打开此注释后会使用各大矿池的专用网络每笔订单额外增加1%的网络费用
[proxy]
#proxy=true
#持续挖矿开关,即在矿机没有租约期间是否自行挖矿
#开启此选项启动客户端后客户端会自动根据下面配置开启挖矿任务直到云算力平台有人租赁本台GPU主机
#当该租约结束后本台GPU主机会自动切回下方配置的挖矿任务
[sustain]
#enabled=true
#algo="NEXA"
#coin="NEXA"
#miner="lolminer"
#pool_url="stratum+tcp://47.108.221.51:3333"
#wallet="nexa:nqtsq5g5scpg3nk8k630sqptewymd2em9m0lsclxswy7zwhh"
#worker_id="lzx013"
#pool_user="挖矿账号名f2pool/m2pool等不支持钱包挖矿的矿池需配置其余支持钱包挖矿的矿池无需配置"
#wallet_mining=true #pool_user打开时同时打开本配置

View File

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

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]

View File

@@ -1 +0,0 @@
{"format-version":[1,0,0],"native-assets":{}}

Binary file not shown.

Binary file not shown.

View File

@@ -1,111 +0,0 @@
lolMiner License Agreement
Copyright (c) 2021 Lolliedieb
1. Subject to the terms of this Agreement, you are granted a revocable, non-exclusive, non-transferable, limited and worldwide license to use this software for the internal use only.
2. You may not sell, transfer, rent, assign, lease, loan, sublicense, lend, resell, redistribute or otherwise share this software.
Further, you shall not modify, make derivative works based upon, recreate, generate, disassemble, decompile, reverse engineer, reverse assemble,
reverse compile or otherwise attempt to derive the human-readable form of the source code of any parts of this software.
3. As an exception to point 2 the software may be redistributed for use in mining operation systems if and only if the redistribution contains the original executable and kernel files without modification.
4. You may not cancel, reduce, change, remove, block, or redirect built-in developer fee in any way
5. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------
The miner uses (parts) of code from external sources, listed below:
boost c++ libraries (Boost Software License)
silentarmy by Marc Bevand (MIT license)
zogminer by Nathan Ginnever & Omar Alvarez (MIT license)
termcolor by Ihor Kalnytskyi (Own license, listed below)
---------------------------
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
---------------------------
The MIT License
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
---------------------------
termcolor license
Copyright (c) 2013, Ihor Kalnytskyi.
All rights reserved.
Redistribution and use in source and binary forms of the software as well
as documentation, with or without modification, are permitted provided
that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* The names of the contributors may not be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

View File

@@ -1,24 +0,0 @@
#
# lolMiner 1.0 configuration
# uncomment a line (remove the starting "#") to set an option in this file
# The available options are the same as in the command line
# See readme.txt to get a list of available options
#
################################################################################
# Required Options
################################################################################
# algo=<the algorithm to mine>
# pool=<example address>:<example port>
# user=<your wallet address or pool user name>
################################################################################
# Comfort functions
################################################################################
# apiport=<the port to open api>
# shortstats=<interval between the short statiscics>
# longstats=<interval between the verbose statiscics>

View File

@@ -1,195 +0,0 @@
lolMiner 1.53
For a short introduction how to mine using lolMiner, see
https://github.com/Lolliedieb/lolMiner-releases/wiki
Also have a look to the mine_coin.bat or mine_coin.sh files which can be used as
starting point to run lolMiner on the command line.
Here is a list of the most relevant parameters for lolMiner:
General:
-h [ --help ] Help screen
--config arg (=./lolMiner.cfg) Config file
--json arg (=./user_config.json) Config file in Json format
--profile arg Profile to load from Json file
--nocolor [=arg(=on)] (=off) Disable colors in output
--basecolor [=arg(=on)] (=off) Use 16 colors scheme for non-rgb
terminals
--list-coins List all supported coin profiles
--list-algos List all supported algorithms
--list-devices List all supported & detected GPUs in
your system
-v [ --version ] Print lolMiner version number
Mining:
-c [ --coin ] arg The coin to mine
-a [ --algo ] arg The algorithm to mine.
This is an alternative to --coin.
-p [ --pool ] arg Mining pool to mine on
Format: <pool>:<port>
-u [ --user ] arg Wallet or pool user account to mine on
--pass arg Pool user account password (Optional)
--tls arg Toggle TLS ("on" / "off")
--socks5 arg (=nosocks) Specifies for a Socks 5 based proxy
server. Format <ip>:<port>.
--dns-over-https arg (=1) Toggle dns over https.
0=default dns only
1=DoH with default dns as backup
(default)
2=DNS over https enforced
--devices arg The devices to mine on
Values: ALL / AMD / NVIDIA or a comma
separated list of indexces.
--devicesbypcie [=arg(=on)] (=off) Interpret --devices as list of PCIE
BUS:SLOT pair
--pers arg The personalization string.
Required when using --algo for Equihash
algorithms
--keepfree arg (=5) Set the number of MBytes of GPU memory
that should be left free by the miner.
--benchmark arg The algorithm to benchmark
Managing Options:
--watchdog arg (=script) Specify which action to take when a
card is detected to be crashed.
"off": Continue working on remaining
cards. No action.
"exit": Exit the miner with exit code
42 to ask for a restart. Recommended
for Nvidia cards.
"script": Call an external script.
Default and recommended for AMD cards.
--watchdogscript arg Specify which script to be executed
when a hung GPU is detected
--singlethread [=arg(=-1)] (=-2) Enable single mining thread mode for
all GPUs (-1) or for a specific GPU id.
--tstart arg (=0) Minimal temperature for a GPU to start
in degree C. If set to 0 disables
restart below a fixed temperature.
--tstop arg (=0) Temperature to pause or stop a GPU from
mining in degree C. If set to 0
disables stop above a fixed
temperature.
--tmode arg (=edge) Mode for temperature management.
Use "edge" (default), "junction" or
"memory" to set the mode for
temperature management.
Statistics:
--apiport arg (=0) The port the API will use
--apihost arg (=0.0.0.0) The host binding the API will use
--longstats arg (=60) Long statistics interval
--shortstats arg (=15) Short statistics interval
--statsformat arg (=extended) Format for long statistics.
Use --help-format to get an overview of
available fields.
--hstats [=arg(=0)] (=0) Select stats to be drawn in a
horizontal manner for each GPU
(default). The number overwrites the
terminal width detection.
--vstats [=arg(=0)] (=-1) Select stats to be drawn in a vertical
manner for each GPU. The number
overwrites the terminal width
detection.
--help-format [=arg(=1)] Format description for --statsformat
--digits arg Number of digits in hash speed after
delimiter
--timeprint [=arg(=on)] (=off) Enables time stamp on short statistics
("on" / "off")
--silence arg (=0) Triggers different levels of miner
verbosity. 0 = normal information, 3 =
minimal information.
--compactaccept [=arg(=on)] (=off) Enables compact accept notification
--log [=arg(=on)] Enables printing a log file ("on" /
"off")
--logfile arg Path to a custom log file location
Overclock (Experimental):
--cclk arg (=*) The core clock used for the GPUs. Cards
are separated with a comma. "*" can be
used to skip a card.
--mclk arg (=*) The memory clock used for the GPUs.
Cards are separated with a comma. "*"
can be used to skip a card.
Ethash Options:
--ethstratum arg (=ETHPROXY) Ethash stratum mode. Available options:
ETHV1: EthereumStratum/1.0.0 (Nicehash)
ETHPROXY: Ethereum Proxy
--worker arg (=eth1.0) Separate worker name for Ethereum Proxy
stratum mode.
--mode arg (=b) Kernel mode to mine on. Comma separated
values for configuring multiple cards
differently.
--lhrtune arg (=auto) Offset to most important LHR
parameters. If your card is unstable or
does not unlock try negative values.
Range is +/-40.
--lhrwait arg (=0) Time in seconds to wait after startup
before any LHR detection or calibration
takes place.
--lhrv3boost [=arg(=0)] (=1) Activating experimental >90% unlock on
LHR V3 (RTX 3050, 3080 12G) GPUS.
--disable-dag-verify [=arg(=1)] (=0) Disable the CPU side verification and
repair of DAG.
--dagdelay [=arg(=0)] (=-1) Delay between creating the DAG buffers
for the GPUs. Negative values enable
parallel generation (default).
--enablezilcache [=arg(=1)] (=0) Allows 8G+ GPUs to store the DAG for
mining Zilliqa. It will generated only
once and offers a faster switching.
--benchepoch arg (=440) The DAG epoch the denchmark mode will
use
Altcoin Options:
--ergo-prebuild arg (=-1) Disable (0) or Enable (1) the function
of pre-building the dataset for Ergo.
-1 refers to the card default.
--ton-mode arg (=0) Sets the ton pool commication mode.
0: automatic selection(default)
1: ton-miner compatible
2: ton-pool.com websocket
3: toncoinpool.io stratum
4: tonuniverse.com compatible
Ethash Expert Options:
--workmulti arg (=192) Modifys the amount of Ethash work a GPU
does per batch.
--rebuild-defect arg (=3) Triggers a DAG rebuild if a card
produced <param> defect shares. Default
is 3, use 0 to deactivate the rebuild.
--enable-ecip1099 [=arg(=on)] (=off) Enable reduced DAG size for mining ETC
from block 11.730.000 and higher.
Algorith Split Options:
--dualmode arg (=none) Dual mode used. Allowed options:
none, zil, zilEx, eth, etc
--dualpool arg Pool configuration for extra
connection, Format <pool>:<port>
--dualuser arg Username or wallet address for the
extra connection
--dualpass arg Password for the extra connection
(Optional)
--dualworker arg (=eth1.0) Separate worker name for the 2nd
connection.
--dualtls arg Toggle TLS ("on" / "off") for the 2nd
connection.
--dualdevices arg Split rule for etc and beam split mode.
Use a comma separated list of indexes
or "4G" (default).
--dualfactor arg (=auto) The ratio in mining speed between the
primary and the secondary algorithm in
dual mining. Alternative to
--maxdualimpact.
--maxdualimpact arg (=auto) The maximum impact on the eth mining
speed in dual mining in %. Default is *
for an automatic mode. Can be a comma
separated list for different GPUs.