- Bitcoin balance mass checker github
- Bitcoin balance mass checker github
- About
- Bitcoin balance mass checker github
- Bitcoin balance mass checker github
- About
- Bitcoin balance mass checker github
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
Bitcoin balance mass checker github
Tool checks balances for massive amount of addresses
You can use this tool using the two address lists generated by my other tool which is very useful: https://github.com/geniusprodigy/mega-tool-pvkmassconvert
- Create a .txt file named «list-addresses» and replace the directory sample file. Or edit the existing file with your Bitcoins Addresses, 1 per line, or use the two files generated on Output from my other tool «mega-tool-pvkmassconvert» by editing the file name for the name that the code recognizes «list-addresses».
If you prefer, you can edit the file name recognized by the code in line 87 of the script. Edit and enter the name you want so that this file is read by the software.
- You can now run the code with: python bitcoin-balance-checker.py
Whenever a Address with balance is found, you will hear 3 beeps of the bell sound, it is an alert that you can deactivate if you wish, just change the value True to «False» in line 21 of the source code.
Ps: The 10 most valuable (old) bitcoin addresses in history were used as an example to be checked.
The output is a file addresses-with-balance-yay.txt
This file contains all Bitcoin Addresses in which balance was found in the scan.
It is sorted by Address and the balance just ahead already formed in the default Bitcoin unit.
If this helped you, please leave a tip. BTC Address: 1FrRd4iZRMU8i2Pbffzkac5u4KwUptmc7S Use at your own risk. I am not responsible for any use.
Источник
Bitcoin balance mass checker github
Tool checks balances for massive amount of addresses
You can use this tool using the two address lists generated by my other tool which is very useful: https://github.com/geniusprodigy/mega-tool-pvkmassconvert
- Create a .txt file named «list-addresses» and replace the directory sample file. Or edit the existing file with your Bitcoins Addresses, 1 per line, or use the two files generated on Output from my other tool «mega-tool-pvkmassconvert» by editing the file name for the name that the code recognizes «list-addresses».
If you prefer, you can edit the file name recognized by the code in line 87 of the script. Edit and enter the name you want so that this file is read by the software.
- You can now run the code with: python bitcoin-balance-checker.py
Whenever a Address with balance is found, you will hear 3 beeps of the bell sound, it is an alert that you can deactivate if you wish, just change the value True to «False» in line 21 of the source code.
Ps: The 10 most valuable (old) bitcoin addresses in history were used as an example to be checked.
The output is a file addresses-with-balance-yay.txt
This file contains all Bitcoin Addresses in which balance was found in the scan.
It is sorted by Address and the balance just ahead already formed in the default Bitcoin unit.
If this helped you, please leave a tip. BTC Address: 1FrRd4iZRMU8i2Pbffzkac5u4KwUptmc7S Use at your own risk. I am not responsible for any use.
About
Tool checks balances for massive amount of addresses
Источник
Bitcoin balance mass checker github
Private Keys Generator Checker
Generate Bitcoin Private Keys and check them against blockchain.com API
This is a fork and update of the original PKGenerator_Checker
Stupid Python Script that Generates random private keys and checks them in realtime against blockchain.com API.
To better understand what are the odds of finding a valid address with balance:
«Even if you were to generate one address for each grain of sand on Earth every second, and do it for as long as old the galaxy is
13.21 billion years, you’d still be nowhere near likely to have found even a single duplicate.»
This fork updates includes:
- Use blockchain.com API to check wallets balance instead of using blockcypher which limits the number of request you can make per hours/minute.
- If the script has ever to find a wallet with any balance will save the address and private key along with the balance in a .txt file.
- Clone this script — download it or in the terminal use git clone https://github.com/monzanifabio/pkgen-checker.git
- Let’s install some dependencies!
pip install ecdsa hashlib base58 requests cfscrape - Navigate to the directory: cd pkgen-checker
- Run it! python pkgen.py
If you don’t want to setup all the dependencies manually you can always run pip install -r requirements.txt
If launching the script returns an error regarding some missing dependencies you might want to use pip install —upgrade to fix those.
Источник
Bitcoin balance mass checker github
Tool to convert any number of private keys from Hexadecimal format to other formats as well as get their respective Bitcoin Addresses.
I developed the tool thinking of helping to save a lot of time if you have many private keys, i too developed a tool that takes the list of Bitcoin Addresses obtained and consult the balance of each one automated. This saves the addresses that have balance in a separate list. So if you have a large amount of private keys and addresses, you can easily locate the addresses that have balance and do not spend your precious time.
INSTALLATION and USE
- Install Python 2.7 if you not have
Open the Command Line/Terminal and download the dependencies one by one typing:
pip install base58
pip install ecdsa
pip install codecs
Create a .txt file named «brute-pvks» and replace the directory sample file. Or edit the existing file with your private keys hex, 1 per line
You can now run the code with: python mega-tool-pvkmassconvert.py
For each Hexadecimal Private Key, the script results in the Private Key in WIF, WIF Compressed, and the 2 Default Bitcoin Addresses, ie Address Compressed and Address Uncompressed.
The code will generate 5 output files:
list-Addresses-Uncompressed.txt -> List with each Bitcoin Address Uncompressed, is the default format used.
list-Addresses-Compressed.txt -> List with each Bitcoin Address Compressedd.
list-WIF-Uncompressed.txt -> List with each Private Key on WIF default format used.
list-WIF-Compressed.txt -> List with each Private Key on WIF Compressed.
list-AllOrdened.txt -> All information in the above files, organized visually better. Disable «Auto Line Break» from the Text Editor to see better.
Separate text files are for mass use in Wallet software for quick import. In order to locate through them and know which key belongs to which file, use a Text Editor that lists each line, so for example, line number 6 of each of the files will be equivalent to the data of the same hexadecimal private key that was converted, and so on successively.
VERY IMPORTANT! Do not forget to use the balances verification tool in the «TWO GENERATED TEXT FILES», that is: * list-Addresses-Uncompressed.txt * and * list-Addresses-Compressed.txt *. This will ensure that you have not forgotten any money.
The balances check feature will be very useful especially if you do not remember which of the addresses has balance.
If this helped you, please leave a tip. BTC Address: 1FrRd4iZRMU8i2Pbffzkac5u4KwUptmc7S Use at your own risk. I am not responsible for any use.
About
Tool to convert any number of private keys from Hexadecimal format to other formats as well as get their respective Bitcoin Addresses.
Источник
Bitcoin balance mass checker github
Btc/Bch private key to public address with balance
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Small python script to convert list of Bitcoin / Bitcoin Cash private keys into public addresses and check for current balance, total in and total out of that address.
This tool uses Google BigQueryDB query results as input. That input comes from scanning regex expression for all public Github repos matching the Bitcoin private key.
After that, it uses Blockchain’s public API for BTC and BitBox’s public API for BCH to check the balances for the given address.
Note: you may be rate limited if triggering too many ruquests, sign up for API key HERE
Usage Example:
Any suggestions, fixes or PR’s are more then welcome.
Update: Added normalized CSV for testing purposes.
About
Btc/Bch private key to public address with balance
Источник