Skip to content

SYBIL-MAFIA/generate-venom-wallets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

Venom wallets generator

This code will allow you to generate a specified number of Venom wallets and save them to files.

Install dependencies

For the code to work, you need to install the following dependencies:

  • @eversdk/core - 1.44.1
  • @eversdk/lib-node - 1.44.1

You can install it using:

npm i

or

npm i @eversdk/core@1.44.1 @eversdk/lib-node@1.44.1

Wallet generator

In index.js set:

  1. numWallets = N you want to generate.

Saving to files

Generated wallets are saved in several files:

  • wallets.csv: a CSV file (.csv) containing a list of wallets with addresses, private keys, public keys, and seed phrases.
  • seeds.txt: a text file (.txt) listing the LED phrases of each wallet.
  • addresses.txt: a text file (.txt) listing the addresses of each wallet.
  • private_keys.txt: a text file (.txt) listing the private keys of each wallet.
  • public_keys.txt: a text file (.txt) listing the public keys of each wallet.

Conclusion

git clone https://github.com/SYBIL-MAFIA/generate-venom-wallets.git
cd generate-venom-wallets
npm i
open index.js
node index.js

Support / Qs

Telegram: https://t.me/retrodropTools | https://t.me/fraggdiller

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%