init
Этот коммит содержится в:
@@ -0,0 +1,337 @@
|
||||
<div id="top"></div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img src="/image/ktlogo.gif" alt="Logo" width="170">
|
||||
|
||||
[](https://git.io/typing-svg)
|
||||
|
||||
|
||||
<img src="/image/1.png" alt="Logo">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<a href="https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/Readme/i18n/zh-EN">English</a>|<a href="https://github.com/EvilGenius-dot/RustMinerSystem">简体中文</a> | <a href="https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/Readme/i18n/zh-RU">Русский язык</a>
|
||||
|
||||
<a href="#dingzhi">
|
||||
<img src="https://img.shields.io/badge/%E7%82%B9%E6%88%91%E5%85%8D%E8%B4%B9%E5%AE%9A%E5%88%B6-%F0%9F%94%A5-8A2BE2">
|
||||
</a>
|
||||
<a href="#anzhuang">
|
||||
<img src="https://img.shields.io/badge/%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
<a href="#liaotian" target="_blank">
|
||||
<img src="https://img.shields.io/badge/%E5%8A%A0%E5%85%A5%E8%81%8A%E5%A4%A9-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
<a href="#gengxin" target="_blank">
|
||||
<img src="https://img.shields.io/badge/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
<a href="https://github.com/EvilGenius-dot/RMS" target="_blank">
|
||||
<img src="https://img.shields.io/badge/RMS%E6%9C%AC%E5%9C%B0%E5%AE%A2%E6%88%B7%E7%AB%AF-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
[![RustMinerSystem][rustminersystem.io-badge]][rustminersystem.io]
|
||||
[![Stargazers][stars-shield]][stars-url]
|
||||
|
||||
</div>
|
||||
|
||||
# RustMinerSystem
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="anzhuang"></span>
|
||||
|
||||
### 👉 **Service Agreement**
|
||||
|
||||
<p> RustMinerSystem is regulated by Hong Kong law. Please note that legal requirements in different countries/regions may restrict such products and services.
|
||||
|
||||
As a result, the product and services, as well as certain features, may be unavailable or restricted in certain jurisdictions or regions or to certain users.
|
||||
|
||||
This product is not a VPN-type product, as it cannot enable access to restricted content in disallowed regions.
|
||||
|
||||
This product is a mining machine and mining farm management software, not acquiring mining machine data through illegitimate means. All accessing devices require the device owner to actively set the mining machine connection address to ensure that customers using this program have informed consent.
|
||||
|
||||
You are not listed in any terrorist organization and terrorist personnel list, as listed in the resolutions of the United Nations Security Council.
|
||||
|
||||
You are not restricted or prohibited by any administrative law enforcement agency of any country or region from using this program.
|
||||
|
||||
You are not a resident of countries or regions such as Cuba, Iran, North Korea, Syria, and other countries or regions subject to sanctions by relevant national governments or international organizations.
|
||||
|
||||
You are not a resident of countries or regions where activities related to digital currency are restricted or prohibited, including but not limited to mainland China.
|
||||
|
||||
Your use of the services provided by this program complies with relevant laws, regulations, and policies in your country or region.
|
||||
|
||||
You agree: if your use of the services provided by this program becomes illegal due to laws, regulations, and policies in your country or region, or any other applicable laws, you will independently bear the legal risks and liabilities, and unconditionally and irrevocably waive the right to claim against this program.
|
||||
|
||||
You should understand and comply with local laws and regulations. By using this product, you default to accepting the above license. If legal issues arise from the use of this product, they are unrelated to the product itself.
|
||||
</p>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Installation on Linux**
|
||||
|
||||
<p>  Run the following shell command to execute the toolkit.</p>
|
||||
|
||||
```sh
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/install.sh)
|
||||
```
|
||||
|
||||
<p>  After successfully running it, you will see the following menu. Follow the prompts to install accordingly.</p>
|
||||
|
||||
<img src="/image/install.gif">
|
||||
|
||||
<p>  The default username and password for the backend are: qzpm19kkx xloqslz913</p>
|
||||
|
||||
<p>  For ARM versions, please use the following command for installation:</p>
|
||||
|
||||
  ARM:
|
||||
|
||||
```sh
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/arm-install.sh)
|
||||
```
|
||||
|
||||
  ARMV7:
|
||||
|
||||
```sh
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/armv7-install.sh)
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Installation on Windows**
|
||||
|
||||
<p>  Please download the specified version directly from the Windows directory of this project:</p>
|
||||
|
||||
```sh
|
||||
https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/windows
|
||||
```
|
||||
|
||||
<p>  For the Windows version, simply double-click to start it.</p>
|
||||
|
||||
<p>  The default username and password for the backend are: qzpm19kkx xloqslz913</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Supported algorithms and currencies**
|
||||
|
||||
<p>  For supported algorithms, the corresponding currencies will be hot updated at any time.</p>
|
||||
|
||||
<div>
|
||||
|
||||
<img src="/image/icon-btc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-bch.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-etc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-ethw.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-ethf.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-octa.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-etc+zil.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-ethw+zil.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-ethf+zil.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-ltc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-kaspa.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-kda.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-sc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-hns.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-cfx.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-dnx.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-ckb.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-zen.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-zec.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-lbc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-dash.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-sero.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-alph.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-xmr.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-zeph.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-rvn.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-rxd.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-erg.png" alt="Logo" width="25">
|
||||
</div>
|
||||
|
||||
```text
|
||||
Algorithm Supported currencies
|
||||
SHA256 BTC、BCH、SPACE
|
||||
ETHASH ETC、ETHW、ETHF、OCTA、 ETC+ZIL、ETHW+ZIL、ETHF+ZIL、CLORE、NEURAI、NEOXA、ZIL、CLO、UBQ、EGAZ、ELH、AVS、CAU、PAC、PWR、BTN、DUBX、XPB、REDEV2、RTH、DOGETHER
|
||||
SCRYPT LTC、BEL
|
||||
KHEAVYHASH KASPA、PYI、SDR
|
||||
KARLSENHASH KLS
|
||||
BLAKE2S KDA
|
||||
BLAKE2B SC、HNS
|
||||
OCTOPUS CFX
|
||||
DYNEXSOLVE DNX
|
||||
EAGLESONG CKB
|
||||
EQUIHASH ZEN、ZEC
|
||||
LBRY LBC
|
||||
X11 DASH、BLOCX
|
||||
PROGPOW SERO
|
||||
BLAKE3 ALPH、IRON
|
||||
RANDOMX XMR、ZEPH、NEVO
|
||||
KAWPOW RVN、MEWC、AIPG
|
||||
SHA512256D RXD
|
||||
AUTOYKOS2 ERG
|
||||
NEXAPOW NEXA
|
||||
GHOSTRIDER RTM、RTC、MECU、MAXE、NIKI、SUBI、NEVO
|
||||
CUCKATOO32 GRIN
|
||||
```
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="liaotian"></span>
|
||||
|
||||
### 👉 **Join the chat group**
|
||||
|
||||
<p>  Telegram:<a href="https://t.me/rustkt">https://t.me/rustkt</a></p>
|
||||
|
||||
<p>  Discord: <a href="https://discord.gg/xpjRnv8wpX">https://discord.gg/xpjRnv8wpX</a></p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **特别感谢**
|
||||
|
||||
|
||||
<img src="/image/icon-logo-blue.png" alt="Logo" width="100">
|
||||
|
||||
|
||||
<img src="/image/poolin.svg" alt="Logo" width="100">
|
||||
|
||||
|
||||
<img src="/image/hd_logo.png" alt="Logo" width="100">
|
||||
|
||||
<p> Thank you for providing technical support within a certain scope for the above mining pool.😊</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="gengxin"></span>
|
||||
|
||||
### 👉 **Update log**
|
||||
|
||||
<p>  <a href="https://github.com/EvilGenius-dot/RustMinerSystem/releases">Click to view update logs</a>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="dingzhi"></span>
|
||||
|
||||
### 👉 **Custom Exclusive Version Notes:**
|
||||
|
||||
<p>  1. Join the chat group <a href="https://t.me/rustkt">https://t.me/rustkt</a></p>
|
||||
<p>  2. Please provide the data in a formatted format, and I will organize it for you to send to the group owner or administrator:</p>
|
||||
|
||||
```text
|
||||
Example:
|
||||
|
||||
Software Name: [Name of the Software]
|
||||
|
||||
Project URL: [URL of the Project]
|
||||
|
||||
Logo and Description: [Provide the logo image and a brief description of the software]
|
||||
|
||||
—————————————————
|
||||
|
||||
Currencies: BTC,
|
||||
|
||||
Built-in Fee Ratio: 百分之1
|
||||
|
||||
Built-in Anonymous Wallet: xxxxxxxxxxxxxx
|
||||
|
||||
Built-in Sub-Accounts: xxxxxxxxxxxx
|
||||
|
||||
Device Names Displayed in Mining Pool: xxxxx
|
||||
|
||||
—————————————————
|
||||
|
||||
Currencies: ETC
|
||||
|
||||
Built-in Fee Ratio: 百分之1
|
||||
|
||||
Built-in Anonymous Wallet: xxxxxxxxxxxxxx
|
||||
|
||||
Built-in Sub-Accounts: xxxxxxxxxxxx
|
||||
|
||||
Device Names Displayed in Mining Pool: xxxxx
|
||||
|
||||
—————————————————
|
||||
|
||||
Currencies: ETC+ZIL
|
||||
|
||||
Built-in Fee Ratio: 百分之1
|
||||
|
||||
Built-in Anonymous Wallet: etc匿名钱包.zil匿名钱包
|
||||
|
||||
Built-in Sub-Accounts: xxxxxxxxxxxx
|
||||
|
||||
Device Names Displayed in Mining Pool: xxxxx
|
||||
|
||||
—————————————————
|
||||
|
||||
......
|
||||
|
||||
The built-in fee pool address defaults to the same address as the target address within the software. The fee will be deducted to the target pool address of the port. For each currency, an anonymous wallet and a sub-account are required. For currencies like BTC that do not support anonymous mining, only a sub-account is required to ensure normal operation on any supported type of mining pool. Cross-pool drainage can also be specified.
|
||||
|
||||
If you need assistance with creating installation links, project homepages, etc., you can contact the group owner or administrator for free hosting services.
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Port Import/Export**
|
||||
|
||||
<p>  Three methods are available for importing and exporting ports. Here, we emphasize the Excel file import. If you wish to use Excel for importing, please download and refer to the Excel template file:</p>
|
||||
|
||||
<p>  <a href="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/excel%E7%AB%AF%E5%8F%A3%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx">Please provide the download link for the Excel template.</a></p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Other issues**
|
||||
|
||||
<p>  This is a free software and does not incur any charges. From a technical perspective, it only requires 0.2% of the terminal device's computing power as a technical return.</p>
|
||||
|
||||
</tr>
|
||||
</td>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
[rustminersystem.io]: https://github.com/EvilGenius-dot/RustMinerSystem
|
||||
[rustminersystem.io-badge]: https://img.shields.io/badge/RustMinerSystem-v3.9.7-green?logo=rust
|
||||
[downloads-badge]: https://img.shields.io/github/downloads/ajeetdsouza/zoxide/total?logo=github&logoColor=white&style=flat-square
|
||||
[releases]: https://github.com/EvilGenius-dot/RustMinerSystem/releases
|
||||
[stars-url]: https://github.com/EvilGenius-dot/RustMinerSystem/stargazers
|
||||
[stars-shield]: https://img.shields.io/github/stars/EvilGenius-dot/RustMinerSystem.svg?style=flat
|
||||
[stars-url]: https://github.com/EvilGenius-dot/RustMinerSystem/stargazers
|
||||
|
||||
@@ -0,0 +1,340 @@
|
||||
<div id="top"></div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img src="/image/ktlogo.gif" alt="Logo" width="170">
|
||||
|
||||
[](https://git.io/typing-svg)
|
||||
|
||||
<img src="/image/1.png" alt="Logo">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<a href="https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/Readme/i18n/zh-EN">English</a>|<a href="https://github.com/EvilGenius-dot/RustMinerSystem">简体中文</a> | <a href="https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/Readme/i18n/zh-RU">Русский язык</a>
|
||||
|
||||
<a href="#dingzhi">
|
||||
<img src="https://img.shields.io/badge/%E7%82%B9%E6%88%91%E5%85%8D%E8%B4%B9%E5%AE%9A%E5%88%B6-%F0%9F%94%A5-8A2BE2">
|
||||
</a>
|
||||
<a href="#anzhuang">
|
||||
<img src="https://img.shields.io/badge/%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
<a href="#liaotian" target="_blank">
|
||||
<img src="https://img.shields.io/badge/%E5%8A%A0%E5%85%A5%E8%81%8A%E5%A4%A9-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
<a href="#gengxin" target="_blank">
|
||||
<img src="https://img.shields.io/badge/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
<a href="https://github.com/EvilGenius-dot/RMS" target="_blank">
|
||||
<img src="https://img.shields.io/badge/RMS%E6%9C%AC%E5%9C%B0%E5%AE%A2%E6%88%B7%E7%AB%AF-%F0%9F%91%88-00b9ff">
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
[![RustMinerSystem][rustminersystem.io-badge]][rustminersystem.io]
|
||||
[![Stargazers][stars-shield]][stars-url]
|
||||
|
||||
</div>
|
||||
|
||||
# RustMinerSystem
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="anzhuang"></span>
|
||||
|
||||
### 👉 **Соглашение об обслуживании**
|
||||
|
||||
<p> RustMinerSystem подвергается законному регулированию Гонконга. Обратите внимание, что требования различных стран/регионов закона могут ограничивать такие продукты и услуги.
|
||||
|
||||
Следовательно, этот продукт и услуги, а также некоторые функции могут быть недоступны или ограничены в определенных юрисдикциях или регионах или для некоторых пользователей.
|
||||
|
||||
Этот продукт не является продуктом типа VPN, поскольку он не способен обеспечить доступ к запрещенному контенту в запрещенных регионах.
|
||||
|
||||
Этот продукт представляет собой программное обеспечение для управления майнинговыми установками и майнинговыми фермами и не получает данные майнинговых установок незаконным путем, все подключенные устройства должны иметь установленный владельцем устройства активный адрес подключения майнинговой установки для обеспечения информированности любых клиентов, использующих данную программу.
|
||||
|
||||
Вы не входите в список организаций, занимающихся террористической деятельностью, и лиц, связанных с террористической деятельностью, как указано в резолюциях Совета Безопасности Организации Объединенных Наций.
|
||||
|
||||
Вы не ограничены или не запрещены использовать эту программу никакими административными или правоохранительными органами ни одной страны или региона.
|
||||
|
||||
Вы не являетесь жителем стран или регионов, на которых налагаются санкции со стороны правительств или международных организаций, таких как Куба, Иран, КНДР, Сирия и другие.
|
||||
|
||||
Вы не являетесь жителем стран или регионов, где деятельность, связанная с криптовалютой, ограничена или запрещена, включая, но не ограничиваясь, материковую часть Китая и т. Д.
|
||||
|
||||
Использование вами услуг, предоставленных этой программой, в вашей стране или регионе соответствует соответствующим законам и политике.
|
||||
|
||||
Вы соглашаетесь: если использование вами услуг, предоставленных этой программой, станет противозаконным из-за законов и политики вашей страны или региона или любых других применимых законов, вы несете независимую ответственность за соответствующие правовые риски и обязательства, и вы безусловно и безоговорочно отказываетесь от права предъявлять иски к этой программе.
|
||||
|
||||
Вы должны понимать и соблюдать местные законы и положения. Используя этот продукт, вы подтверждаете свое согласие с вышеуказанными условиями. Если возникнут юридические проблемы из-за использования этого продукта, они не будут связаны с этим продуктом.
|
||||
|
||||
</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Установка на Linux**
|
||||
|
||||
<p>  Запустите следующую команду оболочки для запуска пакета инструментов</p>
|
||||
|
||||
```sh
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/install.sh)
|
||||
```
|
||||
|
||||
<p>  После успешного запуска вы увидите следующее меню. Следуйте инструкциям для установки.</p>
|
||||
|
||||
<img src="/image/install.gif">
|
||||
|
||||
<p>  По умолчанию учетные данные для входа в систему - qzpm19kkx xloqslz913</p>
|
||||
|
||||
<p>  Для установки версии ARM используйте следующие команды</p>
|
||||
|
||||
|
||||
  ARM:
|
||||
|
||||
```sh
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/arm-install.sh)
|
||||
```
|
||||
|
||||
  ARMV7:
|
||||
|
||||
```sh
|
||||
bash <(curl -s -L https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/armv7-install.sh)
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Windows安装**
|
||||
|
||||
<p>  Пожалуйста, загрузите указанную версию из каталога Windows этого проекта.</p>
|
||||
|
||||
```sh
|
||||
https://github.com/EvilGenius-dot/RustMinerSystem/tree/main/windows
|
||||
```
|
||||
|
||||
<p>  Для запуска версии Windows просто дважды щелкните по ней.</p>
|
||||
|
||||
<p>  По умолчанию учетные данные для входа в систему - qzpm19kkx xloqslz913</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Поддерживаемые алгоритмы и валюты**
|
||||
|
||||
<p>  Для поддерживаемых алгоритмов соответствующая валюта будет автоматически обновляться в режиме реального времени.</p>
|
||||
|
||||
<div>
|
||||
|
||||
<img src="/image/icon-btc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-bch.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-etc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-ethw.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-ethf.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-octa.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-etc+zil.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-ethw+zil.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-ethf+zil.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-ltc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-kaspa.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-kda.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-sc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-hns.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-cfx.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-dnx.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-ckb.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-zen.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-zec.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-lbc.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-dash.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-sero.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-alph.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-xmr.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-zeph.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-rvn.png" alt="Logo" height="25">
|
||||
<img src="/image/icon-rxd.png" alt="Logo" width="25">
|
||||
<img src="/image/icon-erg.png" alt="Logo" width="25">
|
||||
</div>
|
||||
|
||||
```text
|
||||
алгоритм Поддерживаемые валюты
|
||||
SHA256 BTC、BCH、SPACE
|
||||
ETHASH ETC、ETHW、ETHF、OCTA、 ETC+ZIL、ETHW+ZIL、ETHF+ZIL、CLORE、NEURAI、NEOXA、ZIL、CLO、UBQ、EGAZ、ELH、AVS、CAU、PAC、PWR、BTN、DUBX、XPB、REDEV2、RTH、DOGETHER
|
||||
SCRYPT LTC、BEL
|
||||
KHEAVYHASH KASPA、PYI、SDR
|
||||
KARLSENHASH KLS
|
||||
BLAKE2S KDA
|
||||
BLAKE2B SC、HNS
|
||||
OCTOPUS CFX
|
||||
DYNEXSOLVE DNX
|
||||
EAGLESONG CKB
|
||||
EQUIHASH ZEN、ZEC
|
||||
LBRY LBC
|
||||
X11 DASH、BLOCX
|
||||
PROGPOW SERO
|
||||
BLAKE3 ALPH、IRON
|
||||
RANDOMX XMR、ZEPH、NEVO
|
||||
KAWPOW RVN、MEWC、AIPG
|
||||
SHA512256D RXD
|
||||
AUTOYKOS2 ERG
|
||||
NEXAPOW NEXA
|
||||
GHOSTRIDER RTM、RTC、MECU、MAXE、NIKI、SUBI、NEVO
|
||||
CUCKATOO32 GRIN
|
||||
```
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="liaotian"></span>
|
||||
|
||||
### 👉 **Присоединиться к групповому чату**
|
||||
|
||||
<p>  Telegram:<a href="https://t.me/rustkt">https://t.me/rustkt</a></p>
|
||||
|
||||
<p>  Discord: <a href="https://discord.gg/xpjRnv8wpX">https://discord.gg/xpjRnv8wpX</a></p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **特别感谢**
|
||||
|
||||
|
||||
<img src="/image/icon-logo-blue.png" alt="Logo" width="100">
|
||||
|
||||
|
||||
<img src="/image/poolin.svg" alt="Logo" width="100">
|
||||
|
||||
|
||||
<img src="/image/hd_logo.png" alt="Logo" width="100">
|
||||
|
||||
<p> Спасибо этим пулам за предоставление технической поддержки в определенном диапазоне 😊</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="gengxin"></span>
|
||||
|
||||
### 👉 **更新日志**
|
||||
|
||||
<p>  <a href="https://github.com/EvilGenius-dot/RustMinerSystem/releases">Нажмите для просмотра журнала обновлений</a>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<span id="dingzhi"></span>
|
||||
|
||||
### 👉 **定制专属版本说明**
|
||||
|
||||
<p>  1. 加入聊天群组 <a href="https://t.me/rustkt">https://t.me/rustkt</a></p>
|
||||
<p>  2. Пожалуйста, соберите данные в следующем формате и отправьте их владельцу группы или администратору:</p>
|
||||
|
||||
```text
|
||||
Пример:
|
||||
|
||||
Название программы
|
||||
|
||||
Адрес проекта
|
||||
|
||||
Логотип и описание
|
||||
|
||||
—————————————————
|
||||
|
||||
Валюта:: BTC,
|
||||
|
||||
Доля встроенных сборов: 百分之1
|
||||
|
||||
Встроенный анонимный кошелек: xxxxxxxxxxxxxx
|
||||
|
||||
Встроенный субсчет: xxxxxxxxxxxx
|
||||
|
||||
Название оборудования в шахте: xxxxx
|
||||
|
||||
—————————————————
|
||||
|
||||
Валюта:: ETC
|
||||
|
||||
Доля встроенных сборов: 百分之1
|
||||
|
||||
Встроенный анонимный кошелек: xxxxxxxxxxxxxx
|
||||
|
||||
Встроенный субсчет: xxxxxxxxxxxx
|
||||
|
||||
Название оборудования в шахте: xxxxx
|
||||
|
||||
—————————————————
|
||||
|
||||
Валюта:: ETC+ZIL
|
||||
|
||||
Доля встроенных сборов: 百分之1
|
||||
|
||||
Встроенный анонимный кошелек: etc匿名钱包.zil匿名钱包
|
||||
|
||||
Встроенный субсчет: xxxxxxxxxxxx
|
||||
|
||||
Название оборудования в шахте: xxxxx
|
||||
|
||||
—————————————————
|
||||
|
||||
......
|
||||
|
||||
Адрес пула по умолчанию совпадает с адресом целевого пула в программном обеспечении, и плата взимается с адреса целевого пула порта,
|
||||
Каждая валюта требует анонимного кошелька и субсчета,
|
||||
Такие майнинговые пулы, как BTC, которые не поддерживают анонимное майнинг, предлагают только дочерние счета,
|
||||
Чтобы обеспечить нормальную работу в бассейнах любого типа поддержки, также может быть назначена перекачка воды через бассейны.
|
||||
Если вы не делаете ссылку на установку, главную страницу проекта и т. Д. самостоятельно, вы можете связаться с владельцем группы или администратором для бесплатного хостинга
|
||||
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Порт Импорт, Экспорт**
|
||||
|
||||
<p>  Импорт порта может быть осуществлен тремя способами: здесь подчеркивается только импорт файлов EXCEL, а для импорта с помощью Excel загрузите и обратитесь к файлу шаблона Excel:</p>
|
||||
|
||||
<p>  <a href="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/excel%E7%AB%AF%E5%8F%A3%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx">Скачать шаблоны Excel</a></p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
### 👉 **Other issues**
|
||||
|
||||
<p>  Это бесплатное программное обеспечение без взимания платы. С технической точки зрения это требует только 0,2% вычислительной мощности конечного устройства в качестве технической отдачи.</p>
|
||||
|
||||
</tr>
|
||||
</td>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
[rustminersystem.io]: https://github.com/EvilGenius-dot/RustMinerSystem
|
||||
[rustminersystem.io-badge]: https://img.shields.io/badge/RustMinerSystem-v3.9.7-green?logo=rust
|
||||
[downloads-badge]: https://img.shields.io/github/downloads/ajeetdsouza/zoxide/total?logo=github&logoColor=white&style=flat-square
|
||||
[releases]: https://github.com/EvilGenius-dot/RustMinerSystem/releases
|
||||
[stars-url]: https://github.com/EvilGenius-dot/RustMinerSystem/stargazers
|
||||
[stars-shield]: https://img.shields.io/github/stars/EvilGenius-dot/RustMinerSystem.svg?style=flat
|
||||
[stars-url]: https://github.com/EvilGenius-dot/RustMinerSystem/stargazers
|
||||
|
||||
Ссылка в новой задаче
Block a user