Cayuga is regexp-based TON address generator
from github:
git clone https://github.com/1ort/cayuga.git
cd cayuga
go build .
cayuga -r hi$ -i -w 10
-i Ignore letter case
-r string
Regexp pattern (default "^")
-w int
Number of workers (default 1)
Use ctrl+c to stop the program, otherwise it will iterate indefinitely