Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chawresh/multi-currency-rich-address-finder-v1.0
OFFLINE Generates random wallets, checks matches in database. Supports BTC, ETH, TRX, DOGE, BCH, DASH, ZEC, LTC, BNB, AVAX, MATIC
https://github.com/chawresh/multi-currency-rich-address-finder-v1.0
bch bitcoin bitcoin-wallet blockchain bnb-smart-chain bruteforce cryptocurrency ethereum ltc tron wallet
Last synced: about 1 month ago
JSON representation
OFFLINE Generates random wallets, checks matches in database. Supports BTC, ETH, TRX, DOGE, BCH, DASH, ZEC, LTC, BNB, AVAX, MATIC
- Host: GitHub
- URL: https://github.com/chawresh/multi-currency-rich-address-finder-v1.0
- Owner: chawresh
- License: mit
- Created: 2024-02-03T20:21:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T19:21:01.000Z (4 months ago)
- Last Synced: 2024-09-22T20:03:28.456Z (about 2 months ago)
- Topics: bch, bitcoin, bitcoin-wallet, blockchain, bnb-smart-chain, bruteforce, cryptocurrency, ethereum, ltc, tron, wallet
- Language: Python
- Homepage:
- Size: 4.18 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Multi Currency Rich Address Finder v1.0 OFFLINE and Multi-Currency Rich Address Scanner v1.0
THE FASTEST WALLET CHECKERNOT:
ADD YOUR RICH ADDRESSES INTO THE newaddresses.txt FILE. IT WILL CREATE THE DATABASE BY ITSELF
RICH ADDRESSES DOWNLOAD LINK https://github.com/Pymmdrza/Rich-Address-Wallet
![alt text](https://github.com/chawresh/Multi-Currency-Rich-Address-Finder-v1.0/blob/8ec25e4602c8daffe7414b257a50f6b900d324e9/screenshot.png)
Legal Disclaimer and Warning:
- Strict prohibition on illegal activities.
- User responsibility for compliance with laws.
- Intended for legal and ethical use only.
- Consequences of unlawful use.Features:
1. Key Generation:
- Generates random private keys and addresses for various cryptocurrencies (BTC, ETH, BNB, AVAX, MATIC, TRX, DOGE, BCH, DASH, ZEC, LTC).
2. Address Matching:
- Checks if generated addresses match known "rich" addresses in the database3. Logging and Information:
- Logs information about found addresses.Getting Started:
- Prerequisites:
- Python 3.x
- Additional dependencies (hdwallet, rich, rich, sqlite, ).Run the code:
python3 Multi-Currency-Rich-Address-Finder-v1.0- Configuration:
- Parameters include log_file, sqlite_db_filename, found_addresses_filename, and addresses_file_path.
"""# Multi-Currency Rich Address Scanner v1.0
- Multi-currency rich address finder for Ethereum, Binance Smart Chain, Avalanche, and Polygon blockchains.
- Checks for new addresses and their balances, storing results in `newaddresses.txt` and Multi Currency Rich Address Finder v1.0 OFFLINE will add the new rich addresses into the `PubKeys.db`Features:
1. Blockchain Support:
- Supports Ethereum (ETH), Binance Smart Chain (BSC), Avalanche (AVAX), and Polygon (MATIC).2. Database Usage:
- Utilizes SQLite to store Ethereum , POLYGON MATIC, AVALANCHE, BINANCE SMART CHAIN addresses.3. File Management:
- `newaddresses.txt`: Tracks newly discovered addresses.
- `block.txt`: Stores the last processed block number.4. Asynchronous Processing:
- Asynchronously processes multiple blocks.5. Resumable Processing:
- Writes the last processed block number to resume from the same point.Usage:
- Set the initial block number in the `block.txt` file.
- Asynchronously processes blocks, checks balances, and records new addresses with non-zero balances.
- Updates the `block.txt` file with the latest processed block number.Contributing:
- Contributions are welcome. Open an issue first to discuss major changes.License:
- Licensed under the MIT License.Developed by Mustafa AKBAL
AUTHOR : Mustafa AKBAL e-mail: [email protected]
Telegram: @chawresho Instagram: mstf.akbal
================= DONATE ADDRESSES ========================
BTC p2pkh : 191QB72rS77vP8NC1EC11wWqKtkfbm5SM8
BTC p2wpkh : bc1q2l29nc6puvuk0rn449wf6l8rm62wuxst7uvjeu
BTC p2wpkh_in_p2sh : 3AkjfoQn494K5FBdqMrnQRr4UsWji7Az62
BTC p2wsh_in_p2sh : 3Cf3J2jw4xx8DVuwHDiQuVrsRoroUgzd7M
BTC p2sh : 3LPo8JHFdXZxvyZDQiWxiWCvPYU4oUhyHz
BTC p2wsh : bc1q47rduwq76v4fteqvxm8p9axq39nq25kurgwlyaefmyqz3nhyc8rscuhwwq
ETH/BSC/AVAX/POLYGON : 0x279f020A74BfE5Ba6a539B0f523D491A4122d18D
TRX : TDahqcDTkM2qnfoCPfed1YhcB5Eocc2Cwe
DOGE : DD9ViMyVjX2Cv8YnjpBZZhgSD2Uy1NQVbk
DASH dash_p2pkh : XihF1MgkPpLWY4xms7WDsUCdAELMiBXCFZ
ZEC zec_p2pkh : t1Rt1BSSzQRuWymR5wf189kckaYwkSSQAb1
LTC ltc_p2pkh : LTEMSKLgWmMydw4MBNBJHxabY77wp1zyZ6
LTC ltc_p2sh : MSbwSBhDaeRPjUq7WbWJY9TKiF4WpZbBd8These scripts serve as powerful tools for exploring and analyzing rich addresses in various cryptocurrencies. Users are advised to use them responsibly and comply with legal regulations.
"""