Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mmc-98/solxen-tx
Browse files Browse the repository at this point in the history
# Conflicts:
#	etc/solxen-tx.yaml
  • Loading branch information
mmc committed May 9, 2024
2 parents 27a3ffd + f47e9b1 commit 24a1607
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 32 deletions.
63 changes: 41 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,62 @@
# SolXen mint工具
# solXen mint工具 [solXen Mint Tool]

## 特点
## 特点 [Features]
```shell
支持多线程并发模式 done
支持获取优先级费用
支持自动从子钱包转账
支持多线程并发模式 [Supports multithreaded concurrent mode] done
支持获取优先级费用 [Supports automatic priority fee setting]
支持自动从子钱包转账 [Supports automatic transfer from sub-wallets]
```
## 0. 下载
windows:

## 0. 下载 [Download]

```
https://github.com/mmc-98/solxen-tx/releases
```

Windows (x64):
```shell
https://github.com/mmc-98/solxen-tx/releases/download/v0.05/solxen-tx-v0.05-windows-amd64.zip
solxen-tx-windows-amd64.zip
```
linux:

Linux (x64):
```shell
https://github.com/mmc-98/solxen-tx/releases/download/v0.05/solxen-tx-v0.05-linux-amd64.tar.gz
solxen-tx-linux-amd64.tar.gz
```
mac Apple芯片:

Linux (arm64):
```shell
solxen-tx-linux-arm64.tar.gz
```

macOS (x64):
```shell
solxen-tx-darwin-amd64.tar.gz
```

macOS (arm64):
```shell
https://github.com/mmc-98/solxen-tx/releases/download/v0.05/solxen-tx-v0.05-darwin-arm64.tar.gz
solxen-tx-darwin-arm64.tar.gz
```

## 1. 配置
## 1. 配置 [Configuration]


```shell
# sol配置
# sol配置 [Configuration]
Name: solxen-tx
Sol:
Url: "https://api.devnet.solana.com" # rpc地址
Key: "" # 私钥
Num: 1 # 并发数
Fee: 3000 # 优先级费用
ToAddr: "0x4A7766a5BD50DFAB5665d27eDfA25471b194E204" # eth空投地址
ProgramID: "64SYet8RCT5ayZpMGbhcpk3vmt8UkwjZq8uy8Sd6V46A" # solxen合约地址
Time: 1000 # [间隔时间(单位毫秒)]
Url: "https://api.devnet.solana.com" # rpc地址 [rpc address]
Key: "" # 助记词 [mnemonic phrase]
Num: 1 # 并发数 [concurrency]
Fee: 3000 # 优先级费用 [priority fee]
ToAddr: "0x4A7766a5BD50DFAB5665d27eDfA25471b194E204" # eth空投地址 [eth address for receiving xn airdrop]
ProgramID: "64SYet8RCT5ayZpMGbhcpk3vmt8UkwjZq8uy8Sd6V46A" # solxen合约地址 [solxen contract address]
Time: 1000 # 间隔时间(单位毫秒) [interval time (milliseconds)]
HdPAth: m/44'/501'/0'/0' # 钱包地址路径 [wallet derivation path]
```


## 2. 运行
## 2. 运行 [Run]

```shell
./solxen-tx
Expand Down
19 changes: 9 additions & 10 deletions etc/solxen-tx.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# sol配置
Name: solxen-tx
Log:
LogConf:
Encoding: plain

Sol:
Url: "https://api.devnet.solana.com" # rpc地址
Key: "" # 助记词
Num: 1 # 并发数
Fee: 3000 # 优先级费用
ToAddr: "0x4A7766a5BD50DFAB5665d27eDfA25471b194E204" # eth空投地址
ProgramID: "Gdqbk3QeeAyu1V9ZPrhXgBPCQowgsSP6BK4aU1eoJh2W" # solxen合约地址
Time: 100 # [间隔时间(单位毫秒)]
HdPAth: m/44'/501'/0'/0'
Url: "https://api.devnet.solana.com" # rpc地址 [rpc address]
Key: "" # 助记词 [mnemonic phrase]
Num: 1 # 并发数 [concurrency]
Fee: 3000 # 优先级费用 [priority fee]
ToAddr: "0x4A7766a5BD50DFAB5665d27eDfA25471b194E204" # eth空投地址 [eth address for receiving xn airdrop]
ProgramID: "Dx7zjkWZbUStmhjo8BrhbprtQCcMByJgCTEC6TLgkH8n" # solxen合约地址 [solxen contract address]
Time: 1000 # 间隔时间(单位毫秒) [interval time (milliseconds)]
HdPAth: m/44'/501'/0'/0' # 钱包地址路径 [wallet derivation path]

0 comments on commit 24a1607

Please sign in to comment.