All Projects → Xefrok → BitBruteForce-Wallet

Xefrok / BitBruteForce-Wallet

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to BitBruteForce-Wallet

babel-plugin-private-underscores
Make _classMembers 'private' using symbols
Stars: ✭ 39 (-72.54%)
Mutual labels:  public, private
WiBr
Wifi Bruteforce (WiBr) is a wifi cracking tool written in c#.
Stars: ✭ 56 (-60.56%)
Mutual labels:  force, brute
Multy-android
Mobile multy-blockchain wallet client.
Stars: ✭ 17 (-88.03%)
Mutual labels:  wallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-83.1%)
Mutual labels:  wallet
Compressed2TXT
File(s)/Folder(s) "Send to" menu .bat ascii encoder with optional password and makecab lzx compression
Stars: ✭ 156 (+9.86%)
Mutual labels:  key
greenpass-android
Green Pass PDF Wallet Android App
Stars: ✭ 29 (-79.58%)
Mutual labels:  wallet
create-release-action
| Public | GitHub Action to Create a Release in Octopus Deploy
Stars: ✭ 68 (-52.11%)
Mutual labels:  public
Breadcrumb
Minimalistic Bitcoin toolkit for iOS.
Stars: ✭ 23 (-83.8%)
Mutual labels:  wallet
cargo-scaffold
cargo scaffold lets you scaffold and generate projects described in a simple TOML file
Stars: ✭ 34 (-76.06%)
Mutual labels:  generate
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+77.46%)
Mutual labels:  wallet
minter-go-sdk
Minter Blockchain Golang SDK, 💳 wallet, 🧾 transactions, gRPC and HTTP clients 🌐 https://t.me/MinterGoSDK
Stars: ✭ 12 (-91.55%)
Mutual labels:  wallet
soql
Models and query generator for Salesforce Object Query Language (SOQL)
Stars: ✭ 16 (-88.73%)
Mutual labels:  public
Best
Gifts for Programmers
Stars: ✭ 22 (-84.51%)
Mutual labels:  wallet
topmostfriend
Utility for making windows always be on top, forcefully.
Stars: ✭ 6 (-95.77%)
Mutual labels:  force
readme-generator
Generate a readme from a template and package.json data. If you need something more comprehensive, I recommend using Verb.
Stars: ✭ 18 (-87.32%)
Mutual labels:  generate
contextual
🌈 Generate your Ecto contexts using this macro and eliminate boilerplate
Stars: ✭ 18 (-87.32%)
Mutual labels:  generate
keyval-resource
a resource that passes key values between jobs
Stars: ✭ 39 (-72.54%)
Mutual labels:  key
data exchange
Data exchange Client including wallet
Stars: ✭ 36 (-74.65%)
Mutual labels:  wallet
speckle-browser-extension
Universal browser extension for Web 3 and the Polkadot ecosystem
Stars: ✭ 28 (-80.28%)
Mutual labels:  wallet
cryptaddress.now
A minimal service to detect which cryptocurrency an address corresponds to.
Stars: ✭ 23 (-83.8%)
Mutual labels:  wallet

BitBruteForce-Wallet

This is an effective script to Brute Force, the Private Key of any Bitcoin Public Address.

How does the script work? Very easy.

Every code I´ve seen for the last year just generates randomly private and public addresses and checks the balance (very, very slow for the API Request).

So, i found 123,000 Bitcoin Addresses with 1+ BTC from 2009 to 2013 and NEVER made a transaction, therefore, lost BTC... it is just like huge pirate boats in the bottom of the ocean filled with treasures.

This Script creates randomly private and public addresses without checking the balance, instead of making API Request, the created Public Address is compared with the list I own.

Long story short. Create Random Public Address (RPA) and check one by one with the Public Address (PA) at the list.

if RPC == PA then YOU WINNED THE LOTTREY! else KEEP SEARCHING MTF!

(Script tested on i7-4500U 8 Cores - 16.32 K/s per Core. 11,280,384 Private Keys generated per day)

i think is quite simple.

If you like it!! 1KyQXpa1Zke5v94QZV2U77i7oaVwPTijdY

REQUERIMENTS

  • Python 3.x (i use 3.6.5)
  • pip install ecdsa
  • pip install base58
  • pip install pandas (If error "pip uninstall numpy" then "pip install numpy==1.19.3")
  • 3,000,000,000 Years
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].