Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaopengfei committed Jan 1, 2024
1 parent 4eca208 commit 6794ea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ English | [中文](./README_ZH-CN.md)

`vanity-generator` is a blockchain wallet vanity number generator implemented in Go. It is highly efficient, capable of generating over 200,000 vanity addresses per second on a single core and millions per second on multiple cores.

Wallet generation is currently supported for three networks: `Ethereum``Tron``Polkadot`.

![preview](images/preview.jpg)

### Features:
Expand All @@ -16,7 +18,7 @@ English | [中文](./README_ZH-CN.md)
- Native high concurrency support, default uses all CPU cores

### Native Usage:
Command: `./vanity {eth/tron} --prefix=xxxx --suffix=xxx --concurrency=1`
Command: `./vanity {eth/tron/dot} --prefix=xxxx --suffix=xxx --concurrency=1`

It is recommended to use with commands such as `screen` or `nohup`.

Expand Down
4 changes: 2 additions & 2 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`vanity-generator` 是一款基于Go语言实现的区块链钱包靓号生成工具,效率超高,单核可以做到每秒生成超过20w+次,多核每秒几百万次。

现支持`ethureum``tron`两种网络的钱包生成
现支持`ethureum``tron``polkadot`三种网络的钱包生成

![preview](images/preview.jpg)

Expand All @@ -17,7 +17,7 @@
- 原生高并发支持,默认打满CPU核数

### 原生使用
命令:`./vanity {eth/tron} --prefix=xxxx --suffix=xxx --concurrency=1`
命令:`./vanity {eth/tron/dot} --prefix=xxxx --suffix=xxx --concurrency=1`

推荐搭配 `screen` 或者 `nohup` 等命令使用。

Expand Down

0 comments on commit 6794ea2

Please sign in to comment.