https://github.com/uerax/script
自用脚本
https://github.com/uerax/script
Last synced: 9 months ago
JSON representation
自用脚本
- Host: GitHub
- URL: https://github.com/uerax/script
- Owner: uerax
- Created: 2023-12-05T20:16:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T20:02:32.000Z (about 1 year ago)
- Last Synced: 2024-10-19T13:11:48.789Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [Normal](#normal)
- [Mining](#mining)
## Normal
__Xray / Sing-box 一键脚本__
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/taffy-onekey/master/taffy.sh)" @
```
***
__Linux 命令优化__
```
bash -c "$(curl -sL https://cdn.jsdelivr.net/gh/uerax/script@master/bashrc.sh)" @
```
***
__Mac 工具备份脚本__
```
bash -c "$(curl -sL https://mirror.ghproxy.com/https://raw.githubusercontent.com/uerax/script/master/mac-recover.sh)" @
```
***
__一键 DD 脚本__
```
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -port "SSH端口" -p "YOUR_PASSWORD"
```
`国内机器`
```
bash <(wget --no-check-certificate -qO- 'https://mirror.ghproxy.com/https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 --mirror 'https://mirrors.cloud.tencent.com/debian/' -port "SSH端口" -p "YOUR_PASSWORD"
```
***
__甲骨文 Ubuntu 优化__
```
bash -c "$(curl -sL https://cdn.jsdelivr.net/gh/uerax/script@master/oracle.sh)" @
```
***
__安装 Node Exporter__
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/node-exporter.sh)" @
```
***
## Mining
__一键安装 Xmrig 脚本 (randomx, ghostrider, cryptonight...)__
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/xmrig.sh)" @
```
`一键安装`
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/xmrig.sh)" @ onekey 矿池链接 钱包地址 标识名 算法(RandomX) tls(true/false)
```
`一键修改参数`
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/xmrig.sh)" @ change 矿池链接 钱包地址 标识名 算法 tls(true/false)
```
***
__一键安装 Zeph 脚本__
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/zeph.sh)" @
```
***
__一键安装 Quilibrium 脚本__
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/quilibrium.sh)" @
```
***
__一键安装 Qubic 脚本__
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/qubic.sh)" @
```
`客户端更新`
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/qubic.sh)" @ update
```
`一键安装运行`
```
bash -c "$(curl -sL https://raw.githubusercontent.com/uerax/script/master/miner/qubic.sh)" @ onekey 64 $(hostname) token或者钱包地址
```
***