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.
./profanity [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.,TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Ywill be automatically recognized as a front 10 and back 10 templateTJHsr94r69WPzpQsZh9Y).--prefix-count <number>: Minimum number of prefix characters to match. Default is0.--suffix-count <number>: Minimum number of suffix characters to match. Default is6.--super-count <number>: Minimum number of characters to match for both prefix and suffix simultaneously. Default is0(useful for matching high-similarity/typo addresses).--both: Enable matching of both prefix and suffix. Requires both--prefix-countand--suffix-countto be specified.--quit-count <number>: Exit the program when the number of matching addresses exceeds this value.0means 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.
./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
- Tron: https://tron.network/
- Ethereum Profanity: https://github.com/johguse/profanity
- TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y
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
- 波场: https://tron.network/
- 以太坊 Profanity: https://github.com/johguse/profanity
- TJHsr94r69iqbodi3bn9EeF5WPzpQsZh9Y