Skip to content

marc-lassiter/Nodejs-Ethereum-Private-Key-Guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Nodejs-Ethereum-Private-Key-Guesser

A simple nodejs private key guesser for the Ethereum network for experimental purposes.

Current flow:

  • Generates a random 64 character hex -> geth account importRawKey with that random hex acting as the private key -> returns eth address -> checks the balance of the address via a localhost ethereum node -> if a ETH balance was found it writes the information to a log file

Things that may be nice to add:

Feel free to mess around with the code / contribute changes.

About

A simple nodejs private key guesser for the Ethereum network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published