Skip to content
/ Dragon Public

The all-in-one tool to help you find profitable wallets on Solana and Ethereum.

Notifications You must be signed in to change notification settings

1f1n/Dragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Dragon

The all-in-one tool to help you find profitable wallets on Solana and Ethereum.


Suggestions

Drop Suggestions! (and a follow)

Tutorial

YouTube Video

Setup

pip install -r requirements.txt

python dragon.py

Bundle Checker

Check if a Solana contract has had multiple buys bundled into one transaction.

1. Enter a contract address.
2. Receive the bundle data.

Note: This will only recognise a bundle if the bundled wallets are shown under the "DEV" tab on GMGN.ai - Example

Bulk Wallet Checker

Check a large list of wallets to receive their PnL, winrate and more data.

1. Select your .txt file or enter your own directory.
2. Enter the amount of threads you'd like to use.
3. Select whether you'd like to use proxies or not.
4. Enter whether you'd like to skip certain wallets.
5. Receive your wallet data.

Top Traders Scraper

Scrape the top 100 traders of Solana tokens to receive their PnL, winrate and more data.

1. Load data/Solana/TopTraders/tokens.txt with contract addresses.
2. Enter the amount of threads you'd like to use.
3. Select whether you'd like to use proxies or not.
4. Receive your top traders data.

All Transaction Scan

Grab every single wallet address that made a buy transaction of a Solana token. I do not recommend a large market cap token.

1. Enter a contract address.
2. Enter the amount of threads you'd like to use.
3. Select whether you'd like to use proxies or not.
4. Wait and receive your wallet addresses.

Get Transaction By Timestamp

Grab every single wallet address that made a buy transaction of a Solana token between 2 timestamps.

1. Enter a contract address.
2. Enter the amount of threads you'd like to use.
3. Select whether you'd like to use proxies or not.
4. Enter first & second timestamps.
5. Wait and receive your wallet addresses.

Copy Wallet Finder

Grab the 10 transaction makers ahead of a wallet on a contract address to see if they have copytraders.

1. Enter a contract address.
2. Enter the wallet address you'd like to check.
3. Enter the amount of threads you'd like to use.
4. Select whether you'd like to use proxies or not.
5. Wait and receive your wallet addresses.

Top Holders Scraper

Scrape the top 100 holders of Solana tokens to receive their PnL, winrate and more data.

1. Load data/Solana/TopHolders/tokens.txt with contract addresses.
2. Enter the amount of threads you'd like to use.
3. Select whether you'd like to use proxies or not.
4. Receive your top traders data.

Early Buyers Scraper

Scrape the early buyers, excluding the dev, of Solana tokens to receive their PnL and more data.

1. Load data/Solana/EarlyBuyers/tokens.txt with contract addresses.
2. Enter the amount of early buyers you'd like to scrape per contract address.
3. Enter the amount of threads you'd like to use.
4. Select whether you'd like to use proxies or not.
5. Receive your top traders data.

GMGN Modules

Scrape the contract addresses of new, soaring, completing and bonding tokens on Pump.Fun and Moonshot.

1. Select the module you want to use from the four listed.
2. Enter the amount of threads you'd like to use.
3. Select whether you'd like to use proxies or not.
4. Receive your contract addresses.

Note, here are the links to where the data is being grabbed from:
New Token
Completing Token
Soaring Token
Bonded Token

Updates

19/08/2024
- General logic fixes.
- Thread cap of 100.

20/08/2024
- Added backup requests using cloudscraper, please reinstall requirements.txt.

21/08/2024
- General logic fixes.
- Added random user agent generator to all requests, please reinstall requirements.txt.

22/08/2024
- Added clear client function when a general exception occurs.
- Added new module to find wallet address by transaction timestamp.


29/08/2024
- General logic fixes.
- Added option to purge all files.
- Added token distribution data to the Bulk Wallet Checker.
- Added request retries, will attempt 3 times until data is found, boosting request success rate by 80% roughly.

02/09/2024
- General logic fixes.
- Added chain selection.
- Added Tron Bulk Wallet Checker. (Inaccurate at the moment, thanks GMGN.)
- Added Tron Top Trader Scraper.


08/09/2024
- Added SOL Balance & Trading Platform data to Bulk Wallet Checker.
- Slowing down on the updates due to market conditions & the tool is stacked.

23/09/2024
- Added Ethereum support.

09/10/2024
- Added proxy support to Solana modules.
- Added Top Holders scraper to Solana modules.
- Added Copy Wallet Finder to Solana modules.

16/10/2024
- Fixed Copytrade Wallet Finder showing previous 10 instead of after 10.
- Added attempts to filter out volume & MEV bots from the 10 traders.

23/10/2024
- Added TLS session randomisation to support GMGN's recent API endpoint changes.

04/11/2024
- Added Early Buyers scraper to Solana modules.

05/11/2024
- Added GMGN Contract Address scraping modules for Pump.Fun and Moonshot.

06/11/2024
- Deprecated Tron modules.

27/11/2024
- Fixed Bundle Checker for Solana module.

03/02/2025
- Removed Cloudscraper (sucks).
- Fixed Bundle Checker.
- Various other small fixes.

Donations

Donations are appreciated! (Solana)
FF3gkF88aJ6DayFHVmUw7TvNYJnXzmGBu6P5RrEcoins

Credits

Me
Azek

About

The all-in-one tool to help you find profitable wallets on Solana and Ethereum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages