Vanitygen: How ot store all generated addresses?

0

i want to know it is possible to store all generated addresses into file (or DB). How it can be?
For example i need to generate 1,000,000,000 addresses, with vanitygen speed about 50M per second.

Nick Nikolaev

Posted 2018-08-27T10:34:46.513

Reputation: 3

Answers

1

./vanitygen -k 1 -o output.txt

will generate addressses until you stop it, and will save the addresses to output.txt. It won't be formatted, so it's a better idea to use Vanitygen Plus's -z option, which formats the output as CSV.

MCCCS

Posted 2018-08-27T10:34:46.513

Reputation: 5 827

it is fatest way? Dont it be slowed by writing 1 string in file each time? I know what operations like write in file are very slow.Nick Nikolaev 2018-08-27T11:18:50.470