Btc Privtopub

🔐 Demonstration of impractical bruteforce of BTC wallets in Python 3.5
Alternatives To Btc Privtopub
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Electrum6,251
5 hours ago1,014mitPython
Electrum Bitcoin Wallet
Bitcoinj4,547439434 hours ago34November 17, 2021426apache-2.0Java
A library for working with Bitcoin
Bitcore4,5311,1734597 hours ago90September 14, 2022379mitJavaScript
A full stack for bitcoin and blockchain-based applications
Btcpayserver4,529
8 hours ago15April 28, 202286mitC#
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
Awesome Coins3,691
a year ago9cc0-1.0
₿ A guide (for humans!) to cryto-currencies and their algos.
Wallet3,542116 months ago2February 07, 2014346mitTypeScript
Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.
Bitcoin Wallet3,164
5 days ago1June 05, 201565Java
Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.
Andengine3,062
4 years ago118apache-2.0Java
Free Android 2D OpenGL Game Engine
Bcoin2,8133668720 days ago57July 13, 2018194otherJavaScript
Javascript bitcoin library for node.js and browsers
Extension2,747
9 hours ago323gpl-3.0TypeScript
Taho, the community owned and operated Web3 wallet.
Alternatives To Btc Privtopub
Select To Compare


Alternative Project Comparisons
Readme

Proof of concept

This is a Python 3.5 demonstration of an impracticable way of bruteforcing into Bitcoin wallets. This program generates BTC wallet keypairs at random and checks their current balance.

  • In my machine, I can generate and check 3 wallets/second.

  • Supposing the universe of characters that can possibly be contained in a key: len(A-Za-z0-9) = 62

  • Supposing the universe of possible public keys we are generating being 34 characters long we get 62^34 = 8.7360969e+60

  • Supposing the amount of BTC "users" = 100.000.000 = 1e+8

If we can generate 3 wallets per second one could imagine the first wallet would be found after C/D = 8.7360969e+52 wallets.

That number of wallets could only be generated after 2.9120323e+52 seconds or, to put it more bluntly, 9.3622438e+44 years which is roughly a Quattuordecillion years.

Bottomline

Pretty heckin secure money

Popular Wallet Projects
Popular Bitcoin Projects
Popular Blockchain Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Btc
Math
Wallet
Cryptocurrency
Bruteforce