Skip to content

ANYtxxn/TronProfanityV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Profanity - Tron Vanity Address Generator

Overview

Profanity is a command-line vanity address generator for Tron (https://tron.network/). This application is modified from the Ethereum Profanity project (https://github.com/johguse/profanity) and allows users to generate Tron addresses that match specified prefixes and suffixes. It provides a command-line interface. Warning: Before using a generated vanity address, always verify that it matches the printed private key. Always multi-sign the address to ensure account security.

Usage

./profanity [OPTIONS]

Options

  • --help: Show help information.
  • --matching <input>: Matching input, which can be a file containing a list of patterns or a single address template. (e.g., TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y will be automatically recognized as a front 10 and back 10 template TJHsr94r69WPzpQsZh9Y).
  • --prefix-count <number>: Minimum number of prefix characters to match. Default is 0.
  • --suffix-count <number>: Minimum number of suffix characters to match. Default is 6.
  • --super-count <number>: Minimum number of characters to match for both prefix and suffix simultaneously. Default is 0 (useful for matching high-similarity/typo addresses).
  • --both: Enable matching of both prefix and suffix. Requires both --prefix-count and --suffix-count to be specified.
  • --quit-count <number>: Exit the program when the number of matching addresses exceeds this value. 0 means no limit (the program generates up to 200 results per run).
  • --skip <index>: Skip the device at the given index.
  • --output <file>: The file to output the results to.

Examples

./profanity --matching profanity.txt --skip 1

./profanity --matching profanity.txt --prefix-count 3 --suffix-count 7 --both

./profanity --matching profanity.txt --prefix-count 9 --suffix-count 9 --quit-count 10 --output result.txt

./profanity --matching TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y --super-count 10 --quit-count 10

About

Donation

  • TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y

Profanity - 波场Tron靓号地址生成器

简介

Profanity 是一个波场Tron靓号地址生成器: https://tron.network/ 。 软件基于以太坊 Profanity 进行修改: https://github.com/johguse/profanity ,允许用户生成与指定前缀和后缀匹配的 Tron 地址。 它提供了一个命令行界面。 警告: 在使用生成的地址之前, 请务必确认该地址是否与私钥相符. 而且一定要对地址进行多签,以确保账户安全.

使用方法

./profanity [OPTIONS]

参数

  • --help: 显示帮助信息。
  • --matching <input>: 匹配输入的模板文件或单个模板地址。(如TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y 将被自动识别为前10后10的模板 TJHsr94r69WPzpQsZh9Y)。
  • --prefix-count <number>: 最少匹配的前缀个数,默认为 0
  • --suffix-count <number>: 最少匹配的后缀个数,默认为 6
  • --super-count <number>: 最少前后缀同时匹配的个数,默认为 0 (适用于匹配高仿/错误地址)。
  • --both: 启用同时匹配前缀和后缀。 需要同时指定 --prefix-count--suffix-count
  • --quit-count <number>: 当匹配地址的数量超过此值时退出程序。 0 表示没有限制 (程序每次运行最多生成 200 个结果)。
  • --skip <index>: 跳过指定索引的设备。
  • --output <file>: 将结果输出到文件。

使用样例

./profanity --matching profanity.txt --skip 1

./profanity --matching profanity.txt --prefix-count 3 --suffix-count 7 --both

./profanity --matching profanity.txt --prefix-count 9 --suffix-count 9 --quit-count 10 --output result.txt

./profanity --matching TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y --super-count 10 --quit-count 10

关于

捐赠

  • TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y

About

Tron-Profanity-V2 by ANYtxxn added more feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors