docs: подробный README (разбор проекта при переносе в Gitea)
Старый README сохранён как README.upstream.md.
Этот коммит содержится в:
@@ -0,0 +1,146 @@
|
||||
# 
|
||||
|
||||
<h4 align="center">完备的虚拟货币挖矿全链路解决方案。</h4>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/EvilGenius-dot/RustMinerSystem/releases">
|
||||
<img src="https://img.shields.io/github/v/tag/EvilGenius-dot/RustMinerSystem?label=version&color" alt="version">
|
||||
</a>
|
||||
<a href="https://t.me/rustkt" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Telegram-2CA5E0?logo=telegram&logoColor=white" alt="Telegram" />
|
||||
</a>
|
||||
<a href="https://discord.gg/xpjRnv8wpX" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white" alt="Discord" />
|
||||
</a>
|
||||
<a href="https://github.com/EvilGenius-dot/RustMinerSystem">
|
||||
<img src="https://img.shields.io/github/stars/EvilGenius-dot/RustMinerSystem.svg" alt="GitHub stars">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://rustminersystem.gitbook.io/rustminersystem/chuan-tong-kuang-chi-dai-li/dai-li-chuan-tong-kuang-chi">矿池代理(抽水)</a> •
|
||||
<a href="https://rustminersystem.gitbook.io/rustminersystem/zi-jian-kuang-chi-jie-dian/cheng-wei-kuang-chi-jie-dian">自建矿池</a> •
|
||||
<a href="https://github.com/EvilGenius-dot/RMS">加密压缩</a> •
|
||||
<a href="https://rustminersystem.gitbook.io/rustminersystem">详细教程</a> •
|
||||
<a href="https://rustminersystem.gitbook.io/rustminersystem/guan-yu/lian-xi-wo-men">免费定制</a> •
|
||||
<a href="https://rustminersystem.gitbook.io/rustminersystem/guan-yu/fu-wu-xie-yi">服务协议</a>
|
||||
</p>
|
||||
|
||||

|
||||
|
||||
## RustMinerSystem
|
||||
|
||||
> [!TIP]
|
||||
> RustMinerSystem既可以代理传统矿池,也可以使您的设备成为一个真正的矿池节点, 具体取决于您的需求。
|
||||
>
|
||||
> 两种不同的方式都可使您的设备开始挖掘各种加密货币, 如果您是场地管理方或是节点拥有者, 还可自定义费率来提升您的盈利。
|
||||
>
|
||||
> 并且RustMinerSystem还提供配套的本地安全客户端[RMS](https://github.com/EvilGenius-dot/RMS), [RMS](https://github.com/EvilGenius-dot/RMS)可加密且压缩数据体积10-20(1000% > 2000%)倍, 大幅降低带宽压力的情况下同时可避免中间人攻击, 大幅
|
||||
提升安全性, 哪怕您使用4g流量卡, 单张流量卡依旧可稳定带动5000台以上矿机。
|
||||
>
|
||||
> 在开始使用之前,请认真阅读我们的 [服务协议](https://rustminersystem.gitbook.io/rustminersystem/guan-yu/fu-wu-xie-yi) 。
|
||||
>
|
||||
> 如果您需要将设备接入至传统矿池, 请翻阅 [传统矿池代理](https://rustminersystem.gitbook.io/rustminersystem/chuan-tong-kuang-chi-dai-li/dai-li-chuan-tong-kuang-chi) 教程。
|
||||
>
|
||||
> 如果您想要搭建自己的矿池节点, 请翻阅 [自建矿池节点](https://rustminersystem.gitbook.io/rustminersystem/zi-jian-kuang-chi-jie-dian/cheng-wei-kuang-chi-jie-dian) 教程。
|
||||
|
||||
|
||||
|
||||
## 安装RustMinerSystem
|
||||
|
||||
> RustMinerSystem同时提供不同平台以及架构的安装程序(二进制可执行文件), Linux下仅需一行命令即可完成部署, WINDOWS下仅下载可执行程序. 双击打开根据提示即可工作。
|
||||
|
||||
### WINDOWS
|
||||
|
||||
> 1. 打开以下链接:
|
||||
> 2. https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/windows
|
||||
> 3. 找到最新版的RustMinerSystem程序文件, 点击之后等页面跳转完毕找到View raw点击即可下载。
|
||||
> 4. 双击启动下载的程序, 根据提示浏览器访问即可进入RustMinerSystem管理后台。
|
||||
>5. 默认后台账号密码为 qzpm19kkx xloqslz913
|
||||
|
||||
### Linux
|
||||
> - 操作系统推荐使用Ubuntu
|
||||
> - 复制运行以下shell指令以运行工具包
|
||||
|
||||
```
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/install.sh)
|
||||
```
|
||||
|
||||
> - 如果在部分地区下载过慢或是无法访问, 您可尝试备用安装地址
|
||||
|
||||
```
|
||||
bash <(curl -s -L -k https://rustminersystem.com/EvilGenius-dot/RustMinerSystem/raw/main/install.sh)
|
||||
```
|
||||
|
||||
> - 如果您是ARM架构处理器, 请使用以下命令安装
|
||||
|
||||
```
|
||||
# ARM
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/arm-install.sh)
|
||||
```
|
||||
```
|
||||
# ARMV7
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/armv7-install.sh)
|
||||
```
|
||||
|
||||
> - 成功运行后,您将看到以下菜单, 根据提示安装即可。
|
||||
|
||||
> 
|
||||
|
||||
### 加入聊天组
|
||||
|
||||
<a href="https://t.me/rustkt" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Telegram-2CA5E0?logo=telegram&logoColor=white" alt="Telegram" />
|
||||
</a>
|
||||
|
||||
<a href="https://discord.gg/xpjRnv8wpX" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white" alt="Discord" />
|
||||
</a>
|
||||
|
||||
|
||||
### 特别感谢
|
||||
|
||||
> [!TIP]
|
||||
> 感谢以下矿池在一定范围内提供了技术支持😊
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/image/icon-logo-blue.png" alt="Logo" width="100">
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/image/poolin.svg" alt="Logo" width="100">
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/image/hd_logo.png" alt="Logo" width="100">
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/image/antpool.png" alt="Logo" width="100">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## 服务协议
|
||||
|
||||
> [!Caution]
|
||||
> RustMinerSystem受香港法律监管。请注意,不同国家/地区的法律要求可能会限制此类产品和服务。
|
||||
>
|
||||
> 因此,该产品和服务以及某些功能可能不可用,或者在某些司法管辖区或地区或某些用户中可能受到限制。
|
||||
>
|
||||
> 本产品并非VPN类型产品, 因为他无法使不允许地区访问禁止访问的内容。
|
||||
>
|
||||
> 本产品为矿机、矿场管理软件,并非通过不正当手段获取矿机数据, 所有接入的设备均需设备拥有者主动设置矿机连接地址,以此确保任意使用本程序的客户拥有知情权。
|
||||
>
|
||||
> 您不在任何恐怖活动组织及恐怖活动人员名单中,如联合国安理会决议中所列的恐怖活动组织及恐怖活动人员名单。
|
||||
>
|
||||
> 您未被任何国家或地区的行政执法机构限制或禁止使用本程序。
|
||||
>
|
||||
> 您非古巴、伊朗、朝鲜、叙利亚以及其他受到相关国家政府或国际机构执行制裁的国家或地区居民。
|
||||
>
|
||||
> 您非限制或禁止开展数字货币相关活动国家或地区的居民,包括但不限于中国大陆地区等。
|
||||
>
|
||||
> 您使用本程序提供的服务在您所在的国家或地区符合相关法律法规和政策。
|
||||
>
|
||||
> 您同意:如因您所在国家或地区的法律法规和政策或其他任何适用法律的原因,导致您使用本程序的服务违法,您将独立承担相关法律风险和责任,您无条件且不可撤销地放弃向本程序进行追索的权利。
|
||||
>
|
||||
> 您应该理解并遵守当地的法律法规。如果您使用此产品,默认代表将接受上述许可证。如果本产品引起的法律问题与本产品无关。
|
||||
Ссылка в новой задаче
Block a user