Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
-
Updated
Sep 29, 2023 - JavaScript
Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
Generate random ethereum wallets & private keys and then check if they match a wallet that contains some kind of balance, so that you can take it. In Node.js
This is a Node.js script that uses multiple worker processes to generate random private keys for Solana wallets and check if they match any of the addresses in a file named data.txt
This is a Node.js brute-force script that uses multiple worker processes to generate random private keys for Dogecoin wallets and check if they match any of the addresses in a file named dogs.txt
BNB Bruteforce Node.js script that uses the cluster module to create multiple worker processes to generate random BNB keypairs and check if the public address corresponding to the private key is in a Set of full addresses from data.txt
SeedShuffler generates an unique mix of numbers, based on the Original BIP39 2048 word list, but "shuffled" so it gets truly unique.
Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
Brute-force search for missing words from a BIP-39 seed phrase
Add a description, image, and links to the seed-phrase topic page so that developers can more easily learn about it.
To associate your repository with the seed-phrase topic, visit your repo's landing page and select "manage topics."