offline half-random brute force script for Ethereum private keys

Overview

eth200swinger

offline half-random brute force script for Ethereum private keys, goes from the beginning to end of range and vice versa, saves any found address that happens to be in your provided list in a txt file

Required:

-web3 -random

  • its offline, so you need to provide your list of addresses as eth_list.txt

SkipDups:

  • shortly, skipdups func skips three duplications whenever it happens in the private key hex..
  • example:
  • input: 0x1112232fff######################################################
  • output: 0x1122334001######################################################
  • I added no skipdups edition, for those who doesn't like it but like other ideas

Swinging:

  • it just means it goes from start of range to end of range and vice versa

200:

  • four basis keys that generates in total 200 keys each time
  • 2 base keys is random
  • 1 is somewhat sequential
  • 1 is a mix

128 keys version:

  • three basis keys that generates in total 128 keys each time
  • 1 base keys is random
  • 1 is somewhat sequential
  • 1 is a mix
  • should be faster

Important Note:

  • The goal of this script is to test unusual ideas, not for anything else..
  • This is by no mean a bug-free script,expect an error anytime.. so unless you can fix it, post an issue..
  • This is not for casual users who just needs a script to run from time to time, some of the ideas applied here differ from other scripts, also this is not really a "User-friendly" aka no input taken from user.. you would need some python knowledge to edit it its parameters
  • The script currently is too slow, no threading nor multi-processing
  • I appreciate any help..

Disclaimer:

  • I don't provide this script for malicious intentions and can't be held accountable for anything done by anyone who uses this script.
You might also like...
This program generate hashes from random salts
This program generate hashes from random salts

Hash Generator This program generate hashes from random salts. How to install Install this program using python 3 and pip: pip install . In the future

Random Pasword Generator Sezar Crypto

Random_Pasword_Generator_Sezar_Crypto Simple Work Main design available in ana_sayfa.ui / ana_sayfa2.py Popup design available in popup.ui / anahtarp

Random Password Generator With Python

Random_Password_Generator example output length

Use this script to track the gains of cryptocurrencies using historical data and display it on a super-imposed chart in order to find the highest performing cryptocurrencies historically

crypto-performance-tracker Use this script to track the gains of cryptocurrencies using historical data and display it on a super-imposed chart in ord

Fully configurable automated python script to collect most visted pages based on google dork
Fully configurable automated python script to collect most visted pages based on google dork

Ranked pages collector Fully configurable automated python script to collect most visted pages based on google dork Usage This project is still under

Run with one command grafana, prometheus, and a python script to collect and display cryptocurrency prices and track your wallet balance.
Run with one command grafana, prometheus, and a python script to collect and display cryptocurrency prices and track your wallet balance.

CryptoWatch Track your favorite crypto coin price and your wallet balance. Install Create .env: ADMIN_USER=admin ADMIN_PASSWORD=admin Configure you

Quick and dirty script to fix MD5 hashes in poetry.lock file

fix-poetry-md5-hash Quick and dirty script to fix MD5 hashes in poetry.lock file. Usage: poetry run fix-poetry-md5-hash

Get the SHA256 hash of any file with this Python Script

Hashfile-SHA256 A SHA256 hash verifying script, written in python. Report Bug Table of Contents About The Project Built With Getting Started Prerequis

JS Deobfuscation is a Python script that deobfuscates JS code and it's time saver for you

JS Deobfuscation is a Python script that deobfuscate JS code and it's time saver for you. Although it may not work with high degrees of obfuscation, it's a pretty nice tool to help you even if it's just a bit.

Comments
  • Error after some time

    Error after some time

    Traceback (most recent call last): File "C:\Users\MD\Downloads\Imp\swig\swig.py", line 470, in main() File "C:\Users\MD\Downloads\Imp\swig\swig.py", line 196, in main privatekeyStart = int(skipdups(prefixes),16) File "C:\Users\MD\Downloads\Imp\swig\swig.py", line 171, in skipdups nodups =nodups + prefixes[counter][2] IndexError: string index out of range

    opened by Isitsmd 1
Owner
null
theHasher Tool created for generate strong and unbreakable passwords by using Hash Functions.Generate Hashes and store them in txt files.Use the txt files as lists to execute Brute Force Attacks!

$theHasher theHasher is a Tool for generating hashes using some of the most Famous Hashes Functions ever created. You can save your hashes to correspo

SR18 6 Feb 2, 2022
Bridge between L1 (Ethereum) and L2 (cheapETH)

The ETH chain and the cheapETH chain. We can assume the ETH chain has ~1000x more value than the cheapETH chain.

null 107 Oct 12, 2022
A simple Ethereum mining pool

A simple getWork pool for ethereum mining Payouts are still manual. TODO: write payouts when someone mines 10 blocks. Also, make the submit actually

null 93 Oct 5, 2022
A simple Ethereum mining pool

A simple getWork pool for ethereum mining

null 93 Oct 5, 2022
Ethereum ETL lets you convert blockchain data into convenient formats like CSVs and relational databases.

Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions.

Blockchain ETL 2.3k Jan 1, 2023
How to setup a multi-client ethereum Eth1-Eth2 merge testnet

Mergenet tutorial Let's set up a local eth1-eth2 merge testnet! Preparing the setup environment In this tutorial, we use a series of scripts to genera

Diederik Loerakker 24 Jun 17, 2022
Basic Ethereum Miner Lib

EthMine ⛏ Basic Ethereum Miner Library. Developers can integrate this algorithm to mine blocks from their ethereum supported chain efficiently. Instal

Jaival Patel 1 Oct 30, 2021
Tutela: an Ethereum and Tornado Cash Anonymity Tool

Tutela: an Ethereum and Tornado Cash Anonymity Tool The repo contains open-source code for Tutela, an anonymity tool for Ethereum and Tornado Cash use

TutelaLabs 96 Dec 5, 2022
Lottery by Ethereum Blockchain

Lottery by Ethereum Blockchain Set your web3 provider url in .env PROVIDER=https://mainnet.infura.io/v3/<YOUR-INFURA-TOKEN> Create your source file .

John Torres 3 Dec 23, 2021
Deriving RSA public keys from message-signature pairs

The repository contains: Experimental code to calculate RSA public keys based on two known message-signature pairs

Silent Signal 120 Dec 31, 2022