Skip to content

Fastest ethereum(eth) bruteforce with sequential and random private keys.

Notifications You must be signed in to change notification settings

rammos92/eth-brute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eth-brute

Bruteforce with sequential and random private keys

Compile from binaries

git clone [email protected]:rust3r/eth-brute.git
cd eth-blute/
go get
go build

Docker

docker build -t app .
docker run -it --rm -p 8545:8545 app

Examples

For help:

./eth-brute -h

Usage of ./eth-brute:
  -pk string
        Start private key
  -port int
        Ethereum rpc port (default 8545)
  -random
        Generate random private key
  -server string
        Ethereum rpc server (default "138.197.226.208")
  -threads int
        Number of threads (default 4)

Usage:

./eth-brute -threads 50 -pk 1206b75e20883f695a49bbabd1f26e5d30afb75e4a9e3989a89d779d4a3a1c92
./eth-brute -threads 50 -random

Spare servers can be found in the source code

Donation

Donate

About

Fastest ethereum(eth) bruteforce with sequential and random private keys.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.9%
  • Dockerfile 4.1%