bokub / vanity-eth

💎 Browser-based ETH vanity address generator
https://vanity-eth.tk
MIT License
741 stars 264 forks source link

Customizations #27

Closed Kawal252 closed 1 year ago

Kawal252 commented 2 years ago

Hi,

Is it possible to get the output of all the combinations tried & get the output of the same in CSV file.

Thank you,

bokub commented 2 years ago

Hi!

Why would you need ALL the combinations tried?

It's possible but it will make Vanity-ETH much slower

Kawal252 commented 2 years ago

Hi I am working on one research work, for the same I need to process the data in bulks. Please let me know how to get the output in csv.

Thank You,

bokub commented 2 years ago

Here is how you can do it:

  1. Download the project (git clone https://github.com/bokub/vanity-eth, or use the Download ZIP button)

  2. Between line 84 and 85 of vanity.js, add the following code:

    console.log(`,${wallet.privKey},${wallet.address}`)
  3. Build Vanity-ETH from source

  4. Open your build of Vanity-ETH with chrome

  5. Press F12 and go to the Console tab

  6. Right-click on a log message and click 'Clear console'

  7. Run Vanity-ETH as usual

  8. To save as CSV, right-click on a log message, then 'Save As', and change the .log extension to .csv

  9. Your CSV will contain private keys in column 2, and the associated addresses in column 3 (except the last one)

image

bokub commented 2 years ago

Could you please send me the result of your research work when it's finished? I'm curious :smile:

Kawal252 commented 2 years ago

Thanks a lot ..... Will share the results once done.

amethvault commented 2 years ago

Hi @bokub ,

Is thier any way to export the same to csv, as when im trying to export the same im getting undefiend error

Thanks, AM

bokub commented 2 years ago

@amethvault please share a screenshot

amethvault commented 2 years ago

Please fine the screenshots 13nov1 13nov2 13nov3

bokub commented 2 years ago

I still don't know what your problem is..

amethvault commented 2 years ago

Well I wanted to ask is is this the way and correct place to export it to csv files?