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
|
||||
|
||||
Ссылка в новой задаче
Block a user