10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
254 stars 90 forks source link

Generate Multiple Addresses #30

Closed illustrography closed 2 years ago

illustrography commented 2 years ago

Is there a command for generating multiple addresses rather than stopping at one?

10gic commented 2 years ago

You can use -a <amount>, stop after generating <amount> addresses/keys For example:

$ ./vanitygen++ -a 5 1Love
Difficulty: 4476342
Pattern: 1Love
Address: 1Lovev96yoSUdpJsTJTCS4BSo9LDFG6pHs
Privkey: 5JUi8QufmPMXLn8s5S1RYsQp7fEcYjWdNSpcYekrJMxFjNtUF1k
Pattern: 1Love
Address: 1LovectyfbYe9nqRPXoaETFNwvxAao82Uc
Privkey: 5JssWWY6mY9N4DpxaaPWcmY22AEtiXCiqK8CYR34wvnAfy4CgkE
Pattern: 1Love
Address: 1LovejgWCNUAvSA3xHyoWhVnN6u391m5LH
Privkey: 5KDcbea1oDNXipeL17Pau5V2bcs5uuXhKPYcFfVkHKswELaVvTU
Pattern: 1Love
Address: 1LoveECtKK2U5fZbDmCD7QCqiNsSuV2rgV
Privkey: 5HszScqaqADMiQrhNF14p2bHf3AsPvGjXhdQR8xES6FUMeSGtRN
Pattern: 1Love
Address: 1Lovehowppuy2xyPTWufMPB3dhdQJjAjbe
Privkey: 5JKFt3FF7XaHRZfHYiFF55iihvzkwTqEbZmFGTji2QUjUoDeQJg
illustrography commented 2 years ago

This is so useful, thank you @10gic and all the contributors.