CUDA TRON Vanity Generator -- 2

Job ID: 40337191

Budget: $250 – $750 USD

I need a high-speed TRON personalized address generator written in C/C++ and CUDA. The tool should have the following features:

• Read any number of prefix-suffix patterns from the `match.txt` file (example format: `Taaa*1111` or `Tbbb*222`).

• Launch a GPU kernel to continuously generate wallet addresses and compare each address with all patterns. If a match is found, write the matching address and its private key to disk.

• Fully utilize GPU performance, achieving the same speed as my current test version (approximately 8 billion addresses per second). Please display a "addresses per second" counter in real-time during program execution.

• Generate a plain text log file recording key events: startup time, device information, running hash rate snapshots, and each match found.

CUDA optimization techniques such as thread-beam primitives, memory merging, and utilization tuning are required. The final program must compile on the latest CUDA toolchain and run stably on multi-GPU systems.