Coder Social home page Coder Social logo

btcbf's Introduction

Btcbf

Description

A fast and efficient bitcoin private key brute force written in python. The method is based on generation of random private keys and their corresponding public address; then searching each through a list of addresses with positive balance.

It is fast because the number of loops is multiplied by the number of addresses available in the list. It means if your CPU processes 500 loops per second; and 10000 addresses are in the list 5milion possibilities are checked per second. However, there are 2e256 possibilities to check; so not fast enough anyway. Also, no api and internet connection needed!

Also can be used as wallet generator!

By uncommenting the two print() marked in the code the generated addresses and the corresponding private keys are shown. And of course can be used as your own secure wallet!

Requirements

The "address.txt" file containing a list of public addresses.(Add as many as positive balance addresses possible to this file; this increases your chance of success)

$ pip install -r requirements.txt

Usage

$ python Btcbf.py

If any key found; a text file named "foundkey.txt" containing the found private key and public address is saved.

Donation

Make my btc address a good option to be in the listimage

BTC: 13r5Xr3D1j1RgwVt6KToXn8h9vqYb49eNx

Release

Released first version 0.1 executable

btcbf's People

Contributors

vlnahp avatar

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.