Giter VIP home page Giter VIP logo

v0rl0x / bitcoin-bruteforce Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 7.0 34 KB

A Go program designed to create private keys, derive corresponding public keys from the private keys, and then check that the generated wallet addresses have funds.

Go 100.00%
bitcoin bitcoin-bruteforce bitcoin-generator bitcoin-wallet-bruteforce bitcoin-wallet-cracker bitcoin-wallet-generator btc-bruteforce crypto-bruteforce

bitcoin-bruteforce's Introduction

bitcoin-bruteforce

A Go program designed to create private keys, derive corresponding public keys from the private keys, and then check that the generated wallet addresses have funds. This is the most recent up to date FREE bruteforcer.

how to use

go build bitcoin-wallet-bruteforce.go

(To use on all systems to ensure proper GCLIB: go build -ldflags '-extldflags "-static"' -o bitcoin-wallet-bruteforce

./bitcoin-wallet-bruteforce threads out-file.txt

Example: ./bitcoin-wallet-bruteforce 1000 wallets.txt

Offline Version: ./bitcoin-wallet-bruteforce threads out-file.txt btc-data-file.txt

Example: ./bitcoin-wallet-bruteforce 1000000 out.txt btc_aa.txt

Information

All bitcoin addresses with funds in them will be recorded to the out-file.txt you choose. You can also rename this to anything you want. I advise you to run this in a screen and leave it for running for days on end. This is an efficient method of trying to obtain free funds.

Make sure Golang 1.2.1 is installed or latest version.

LMAO

Bitcoin bech32 addresses are generated with the bech32 version of the script.

The scripts come with the option to use telegram bots to save any bitcoin wallets automatically. If you do not whish to use this feature then put 123 as both values for the chat id and bot token.

bitcoin-bruteforce's People

Contributors

v0rl0x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bitcoin-bruteforce's Issues

How to use

could You please make " how to use" section more noob friendly ?
I don't have any idea about go

"Failed to check balance for 'any address that its checking': invalid character '<' looking for beginning of value"

Program works well at the start, but after around 1-2 minutes it gives me this error -

"2024/02/14 20:02:46 Worker 36: Failed to check balance for 18LRpf9BWypZJLFTNL7nsxToP1EsWREpiK: invalid character '<' looking for beginning of value"

Also there is another error that comes with it.

"2024/02/14 20:10:59 Worker 3987: Failed to check balance for 1Ac3ezAJh91z5X2CixGWEj2NterKBd7pBd: Get "https://api.blockcypher.com/v1/btc/main/addrs/1Ac3ezAJh91z5X2CixGWEj2NterKBd7pBd/balance": read tcp 192.168.0.116:65287->104.20.20.251:443: wsarecv: An existing connection was forcibly closed by the remote host."

Any ideas?

Images of the problem -

a23123
asdasd
asdasda

offline

This is a nice concept, but it uses an external API, which is limited on how many requests can you send to verify the wallets.

Instead you could implement a system to check them against a DATABASE using this website http://addresses.loyce.club/
Download the latest Bitcoin Data and check it against that, the speed will be a lot faster.

Here is an example of another script written in python. It uses multi threading and I get 1.5m verifications a minute.

I can't even imagine how fast will run such script written in go.

Let me know if you have any thoughts on modifying this script to offline.

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.