Skip to content
#

wallet-bruteforce

Here are 3 public repositories matching this topic...

Language: JavaScript
Filter by language

Nodejs script that generates random private keys for the Polkadot blockchain and checks if the corresponding public address is in a list of addresses stored in a file named ‘data.txt’. If a match is found, the script logs the public address and saves the wallet and its private key (seed) to a file named ‘match.txt’.

  • Updated May 19, 2023
  • JavaScript

Flow Bruteforce Node.js script that uses the cluster module to create multiple worker processes to generate random Flow keypairs and check if the public address corresponding to the private key is in a Set of full addresses from data.txt. If a match is found, private key and address will be saved inside match.txt

  • Updated Jul 20, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the wallet-bruteforce topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wallet-bruteforce topic, visit your repo's landing page and select "manage topics."

Learn more