All Projects → vlnahp → Btcbf

vlnahp / Btcbf

Licence: AGPL-3.0 license
Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Btcbf

bitforce
A tools brute force BTC
Stars: ✭ 24 (-73.63%)
Mutual labels:  bruteforce, brute-force-attacks, btc, bitcoin-wallet
Bitcoin-wallet-cracker
Automated Bitcoin wallet generator that with mnemonic and passphrases bruteforces wallet addresses
Stars: ✭ 140 (+53.85%)
Mutual labels:  bruteforce, brute-force-attacks, btc
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
Stars: ✭ 404 (+343.96%)
Mutual labels:  address, bruteforce, btc
Thc Hydra
hydra
Stars: ✭ 5,645 (+6103.3%)
Mutual labels:  bruteforce, brute-force-attacks
uberscan
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
Stars: ✭ 31 (-65.93%)
Mutual labels:  bruteforce, brute-force-attacks
Bitcoin-Stealer
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
Stars: ✭ 61 (-32.97%)
Mutual labels:  bruteforce, btc
Bitstore Ios
Native iOS Bitcoin wallet
Stars: ✭ 103 (+13.19%)
Mutual labels:  btc, bitcoin-wallet
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (-46.15%)
Mutual labels:  bruteforce, sha256
phpmyadmin-authentication-bruteforce
phpMyAdmin Authentication Bruteforce Tool
Stars: ✭ 58 (-36.26%)
Mutual labels:  bruteforce, brute-force-attacks
leptin
🔗 Leptin is a PoW blockchain completely built in Nodejs.
Stars: ✭ 57 (-37.36%)
Mutual labels:  bitcoin-wallet, private-key
carrot-pool-stratum
Bitcoin Stratum Pool Plugin ⛏ 📦 🔌
Stars: ✭ 22 (-75.82%)
Mutual labels:  sha256, btc
carrot-pool
Mining Pools Made Easy. ⛏ 📦 🏆
Stars: ✭ 53 (-41.76%)
Mutual labels:  sha256, btc
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-73.63%)
Mutual labels:  btc, bitcoin-wallet
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (-71.43%)
Mutual labels:  bruteforce, brute-force-attacks
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (+47.25%)
Mutual labels:  btc, bitcoin-wallet
qr-pirate
crawl QR-codes from search engines and look for bitcoin private keys
Stars: ✭ 58 (-36.26%)
Mutual labels:  bitcoin-wallet, private-key
Pywallet
Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE
Stars: ✭ 286 (+214.29%)
Mutual labels:  btc, bitcoin-wallet
Viabtc exchange server docker
easy run viabtc_exchange_server use docker compose
Stars: ✭ 83 (-8.79%)
Mutual labels:  btc, bitcoin-wallet
Brute-Force-Login
Proof -Of-Concept Brute Force Login on a web-site with a good dictionary of words
Stars: ✭ 231 (+153.85%)
Mutual labels:  bruteforce, brute-force-attacks
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+101.1%)
Mutual labels:  bruteforce, brute-force-attacks

Btcbf CodeFactor

Btcbf is a fast and efficient bitcoin private key brute force tool written in python. It works based on generating random or sequential private keys and their corresponding public address. Then checking the address through an online API or an offline database.

What makes Btcbf fast, is mainly the bit library. Thanks to its developer!

Quick Start

 $ git clone https://github.com/vlnahp/Btcbf.git

 $ cd Btcbf

 $ pip install -r requirements.txt

 $ python Btcbf.py or  $ python3 Btcbf.py on Linux

The Goal

The main goal is to prove bitcoin is secure. At least until the day that Quantum computers start working against it learn python!

There are also some useful tools implemented.

Requirements

In offline mode, a database is necessary. By default, it is address.txt containing some addresses. Let's be honest, searching online takes too long and the addresses with balance included in the program are too scarce (as having a current text file with all addresses would make this repository over 5GB). So the users who wish, can download the latest text file from here (direct link), rename and replace it with the "address.txt". But be careful about memory issues. Only use this database if you have sufficient RAM!

To install the requirements run the command below:

$ pip install -r requirements.txt

Usage

Just execute this command: $ python Btcbf.py or $ python3 Btcbf.py on Linux, Btcbf tells you what to do!

Type your desired action and follow instructions. (I love to interact with my program🙂)

Results will be saved to foundkey.txt in the main directory.

Licence

Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.

Latest Release

Link to latest release(v1.2.0): link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].