Всем Привет ребят, Есть софт на гитхабе https://github.com/Planxnx/ethereum-wallet-generator - генерирует eth кошельки можно сгенерировать крассивые и т.д У меня задада такова: Нужно что бы регал такие кошельки допустим: 0x00325b7844a4c8612108f407c0ad722da3294777 0x0037457844a4c861dd1d8ff57c0ad733133294777 0x00316fgmhAf6dgad645t6d456d546456g45f64777 что мы тут видим? 0x003 вначале, и концовка 777 у меня маска идёт так: C:\Users\Admin>ethereum-wallet-generator-windows-amd64.exe -n -1 -limit 100000 -contains 0x003,777 -mode 2 однако 0x003 как и 777 - может встречатся в середине кошелька, а не в начале и конце.. Автор даёт такое описание: Code: Usage of ethereum-wallet-generator: -n int set number of generate times (not number of result wallets) (set number to 0 for Infinite loop ∞, default 10) -limit int set limit number of result wallets. stop generate when result of vanity wallets reach the limit (set number to 0 for no limit, default 0) -db string set sqlite output file name eg. wallets.db (db file will create in `/db` folder) -c int set concurrency value (default 1) -bit int set number of entropy bits [128 for 12 words, 256 for 24 words] (default 128) -mode int set mode of wallet generator [1: normal mode, 2: only private key mode] -strict bool strict contains mode, resolve only the addresses that contain all the given letters (required contains to use) -contains string show only result that contained with the given letters (support for multiple characters) -prefix string show only result that prefix was matched with the given letters (support for single character) -suffix string show only result that suffix was matched with the given letters (support for single character) -regex string show only result that was matched with given regex (eg. ^0x99 or ^0x00) -dryrun bool generate wallet without a result (used for benchmark speed) -compatible bool logging compatible mode (turn this on to fix logging glitch) Что нужно прописать что бы получить вначале желаемые цифры и вконце? >ethereum-wallet-generator-windows-amd64.exe -n -1 -limit 100000 -contains 0x003,777 -mode 2?