Skip to content
#

brute-force

Here are 67 public repositories matching this topic...

This is a Node.js script that uses multiple worker processes to generate random private keys for Bitcoin Segwit addresses are also known as Bech32 wallets and check if they match any of the Segwit addresses are also known as Bech32 addresses in a file named `data.txt`

  • Updated Dec 4, 2024
  • JavaScript

Ethereum Bruteforce Node.js script that uses the cluster module to create multiple worker processes to generate random Ethereum keypairs and check if the public address corresponding to the private key is in a Set of addresses read from data.txt

  • Updated Dec 4, 2024
  • JavaScript

Nodejs script that offline generates random private keys for the Tron 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 Dec 3, 2023
  • JavaScript

Arbitrum Bruteforce Node.js script that uses the cluster module to create multiple worker processes to generate random Arbitrum keypairs and check if the public address corresponding to the private key is in a Set of full addresses from data.txt

  • Updated Oct 29, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the brute-force 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 brute-force topic, visit your repo's landing page and select "manage topics."

Learn more