CrackLeak

[CRYPTO] WALLET CHECKER V2.1.2 (API VERSION)

by Xferno - 02-03-2024, 03:42 AM
1615
   
 
Reputation 50
Posts:1,201
Threads:1,200
Joined:Dec 2023
Points:

Points: 37,856.11 Points
Items: (View All Items)
#1
Wallet Checker

Wallet Checker is a Python application that checks Ethereum and Binance Smart Chain (BSC) wallet balances. It provides detailed information about wallet balances and supports Telegram notifications.


Wallet Checker is a powerful tool for checking the balances of multiple Ethereum and BSC wallets. Whether you need to monitor your own wallets or perform audits, this application simplifies the process.


Usage

To use Wallet Checker, you can run the following commands:

- To run the application in loop mode, use the following command:

wallet_checker.exe


- To check the balance of a single passphrase, use the following command:

wallet_checker.exe --seed "full mnemonic seed phrase"


Replace `"full mnemonic seed phrase"` with the mnemonic seed phrase you want to check.

Please note that the ability to control the number of API calls and set delays between batches of 5 API calls is specifically designed to work within the rate limits of the FREE plans provided by Etherscan.io and BscScan.com.
If you have a higher-tier plan, you may need to adjust these parameters accordingly.
For FREE plans, you can leave the settings as they are and only modify the maximum number of requests (MAX_REQUESTS) to stay within the allowed limits.

Configuration

You should configure the settings in the "`settings.ini"` file as follows:

[SETTINGS]
ENABLE_ETHEREUM = True
ENABLE_BSC = True
ETHERSCAN_API_KEY = YOUR_ETHERSCAN_API_KEY
BSCSCAN_API_KEY = YOUR_BSCSCAN_API_KEY
MAX_REQUESTS = 9000000 (Default)
DELAY_MS_REQUESTS = 500 (Default)
ENABLE_TELEGRAM = True
TELEGRAM_TOKEN = YOUR_TELEGRAM_BOT_TOKEN
TELEGRAM_CHAT_ID = YOUR_TELEGRAM_CHAT_ID
MNEMONIC_LANGUAGE = english (Default)
VERBOSE = True

ENABLE_ETHEREUM and ENABLE_BSC: Set to True if you want to enable Ethereum and BSC wallet checks.
ETHERSCAN_API_KEY and BSCSCAN_API_KEY: Replace with your Etherscan.io and BscScan.com API keys.
MAX_REQUESTS: Set your desired maximum number of requests.
DELAY_MS_REQUESTS: Set the delay in milliseconds between requests.
ENABLE_TELEGRAM: Set to True if you want to enable Telegram notifications.
TELEGRAM_TOKEN: Replace with your Telegram bot token.
TELEGRAM_CHAT_ID: Replace with your Telegram chat ID.
MNEMONIC_LANGUAGE: Set your mnemonic language (e.g., english, chinese_simplified, ...).
VERBOSE: Set to True for verbose output, which displays all wallet balances. Set to False to display only wallets with a positive balance.

Please note that the ability to control the number of API calls and set delays between batches of 5 API calls is specifically designed to work within the rate limits of the FREE plans provided by Etherscan.io and BscScan.com.
If you have a higher-tier plan, you may need to adjust these parameters accordingly.
For FREE plans, you can leave the settings as they are and only modify the maximum number of requests (MAX_REQUESTS) to stay within the allowed limits.
Hidden Content
You must register or login to view this content.
Reply

   
 
Reputation 0
Posts:14
Threads:0
Joined:Apr 2024
Points:

Points: 78 Points
#2
niceeeeeee
Reply

   
 
Reputation 0
Posts:17
Threads:0
Joined:Apr 2024
Points:

Points: 84 Points
#3
(02-03-2024, 03:42 AM)Xferno Wrote: Wallet Checker

Wallet Checker is a Python application that checks Ethereum and Binance Smart Chain (BSC) wallet balances. It provides detailed information about wallet balances and supports Telegram notifications.


Wallet Checker is a powerful tool for checking the balances of multiple Ethereum and BSC wallets. Whether you need to monitor your own wallets or perform audits, this application simplifies the process.


Usage

To use Wallet Checker, you can run the following commands:

- To run the application in loop mode, use the following command:

wallet_checker.exe


- To check the balance of a single passphrase, use the following command:

wallet_checker.exe --seed "full mnemonic seed phrase"


Replace `"full mnemonic seed phrase"` with the mnemonic seed phrase you want to check.

Please note that the ability to control the number of API calls and set delays between batches of 5 API calls is specifically designed to work within the rate limits of the FREE plans provided by Etherscan.io and BscScan.com.
If you have a higher-tier plan, you may need to adjust these parameters accordingly.
For FREE plans, you can leave the settings as they are and only modify the maximum number of requests (MAX_REQUESTS) to stay within the allowed limits.

Configuration

You should configure the settings in the "`settings.ini"` file as follows:

[SETTINGS]
ENABLE_ETHEREUM = True
ENABLE_BSC = True
ETHERSCAN_API_KEY = YOUR_ETHERSCAN_API_KEY
BSCSCAN_API_KEY = YOUR_BSCSCAN_API_KEY
MAX_REQUESTS = 9000000 (Default)
DELAY_MS_REQUESTS = 500 (Default)
ENABLE_TELEGRAM = True
TELEGRAM_TOKEN = YOUR_TELEGRAM_BOT_TOKEN
TELEGRAM_CHAT_ID = YOUR_TELEGRAM_CHAT_ID
MNEMONIC_LANGUAGE = english (Default)
VERBOSE = True

ENABLE_ETHEREUM and ENABLE_BSC: Set to True if you want to enable Ethereum and BSC wallet checks.
ETHERSCAN_API_KEY and BSCSCAN_API_KEY: Replace with your Etherscan.io and BscScan.com API keys.
MAX_REQUESTS: Set your desired maximum number of requests.
DELAY_MS_REQUESTS: Set the delay in milliseconds between requests.
ENABLE_TELEGRAM: Set to True if you want to enable Telegram notifications.
TELEGRAM_TOKEN: Replace with your Telegram bot token.
TELEGRAM_CHAT_ID: Replace with your Telegram chat ID.
MNEMONIC_LANGUAGE: Set your mnemonic language (e.g., english, chinese_simplified, ...).
VERBOSE: Set to True for verbose output, which displays all wallet balances. Set to False to display only wallets with a positive balance.

Please note that the ability to control the number of API calls and set delays between batches of 5 API calls is specifically designed to work within the rate limits of the FREE plans provided by Etherscan.io and BscScan.com.
If you have a higher-tier plan, you may need to adjust these parameters accordingly.
For FREE plans, you can leave the settings as they are and only modify the maximum number of requests (MAX_REQUESTS) to stay within the allowed limits.

thx for the content
Reply

   
 
Reputation 0
Posts:57
Threads:20
Joined:Mar 2024
Points:

Points: 524 Points
#4
Thanks a lot
Reply



 Users browsing this thread: 1 Guest(s)