[GUIDE] The Ultimate Solana Wallet Tracking Guide

If I remember correctly, the script worked for about 4 or 5 days for me, and then Cloudflare's firewall blocked it, making it unusable. So I stopped using it.
Now it all makes sense!
But we gotta make a new script, it's beneficial and efficient !!
 
Hello there,
Following Sol Guide I worked a little bit to automate things and yeah, it didn't went well because of CloudFlare. BUT the only problem was to dump the content of Dexscreener pages into files. And there are a ton of extensions which do that. I use SingleFile on Chrome and it does the job.

So, what I do : I open 25 tabs (1 for each crypto on Solana Trending with some filters) ang to to Top Traders on each. Then I get the content of the whole page with SingleFile (it dumps everything in a big ass html). It takes 2-3 mins for all the tabs.
Then I run a little python script which will get the wallets (in the solscan link) and filter them as I wish : for example I delete all insiders and all buy actions of 2000$ and more (cause I'm poor you see). Then it put every unique wallet in a tab and puts the number of occurences of it next to it.
That's all.

Does it interest someone here ? Is it possible to put it here while allowing only members of the forum to retrieve it ?

PS 1 : English is not my first language so please excuse my lack of tact or adequate words.
PS 2 : Thank you for your posts Sol, it's a good source of knowledge.

I'm trying to enter into the world of crypto bot trading and oh boy... I have been into crypto for the last 5 years but yeah, I was not ready :D
That's so interesting !

I have soooo much questions about everything, I don't know where to begin :D
 
Hello there,
Following Sol Guide I worked a little bit to automate things and yeah, it didn't went well because of CloudFlare. BUT the only problem was to dump the content of Dexscreener pages into files. And there are a ton of extensions which do that. I use SingleFile on Chrome and it does the job.

So, what I do : I open 25 tabs (1 for each crypto on Solana Trending with some filters) ang to to Top Traders on each. Then I get the content of the whole page with SingleFile (it dumps everything in a big ass html). It takes 2-3 mins for all the tabs.
Then I run a little python script which will get the wallets (in the solscan link) and filter them as I wish : for example I delete all insiders and all buy actions of 2000$ and more (cause I'm poor you see). Then it put every unique wallet in a tab and puts the number of occurences of it next to it.
That's all.

Does it interest someone here ? Is it possible to put it here while allowing only members of the forum to retrieve it ?

PS 1 : English is not my first language so please excuse my lack of tact or adequate words.
PS 2 : Thank you for your posts Sol, it's a good source of knowledge.

I'm trying to enter into the world of crypto bot trading and oh boy... I have been into crypto for the last 5 years but yeah, I was not ready :D
That's so interesting !

I have soooo much questions about everything, I don't know where to begin :D
Hello there,
Following Sol Guide I worked a little bit to automate things and yeah, it didn't went well because of CloudFlare. BUT the only problem was to dump the content of Dexscreener pages into files. And there are a ton of extensions which do that. I use SingleFile on Chrome and it does the job.

So, what I do : I open 25 tabs (1 for each crypto on Solana Trending with some filters) ang to to Top Traders on each. Then I get the content of the whole page with SingleFile (it dumps everything in a big ass html). It takes 2-3 mins for all the tabs.
Then I run a little python script which will get the wallets (in the solscan link) and filter them as I wish : for example I delete all insiders and all buy actions of 2000$ and more (cause I'm poor you see). Then it put every unique wallet in a tab and puts the number of occurences of it next to it.
That's all.

Does it interest someone here ? Is it possible to put it here while allowing only members of the forum to retrieve it ?

PS 1 : English is not my first language so please excuse my lack of tact or adequate words.
PS 2 : Thank you for your posts Sol, it's a good source of knowledge.

I'm trying to enter into the world of crypto bot trading and oh boy... I have been into crypto for the last 5 years but yeah, I was not ready :D
That's so interesting !

I have soooo much questions about everything, I don't know where to begin :D
That's cool man
How is it going so far
 
That's cool man
How is it going so far
Heh, not very far for now :D

I started mapping what I had to do. Coding the bot in itself won't be (I suppose) too much of a challenge. Choosing a strategy will be.
And the first problem will be "Where do I get all the datas to drive my bot ?". It needs to know when to buy, when to sell and so on. And for that I'll have to check API.
Official API have very strict limitations so it's not possible to run a bot with this. I'll need to pay some API and boy oh boy it's expensive : solscan API are very expensive. If you make 1000$ a day with your bot, it's not a problem to pay 200-500$ / month for this but without the funds, it's harder :D

So for now I'm just trying to see where I could find interesting data without having to sell my pants. After that, API calls are well documented so coding a simple bot won't be too much of a hassle.
I'm pretty sure there are a lot of hidden problems but for now I only see the tip of the iceberg :)

I had some funs with differents crypto trading bots before (gmgn, dbotx and so on) but they are too slow and do not offer all the options I'd like.
If you have any return on "good" crypto bots I'm open. Not especially to use them (for security reasons I'm not fond of that) but at least to grab some good ideas on the options I could put.
 
Heh, not very far for now :D

I started mapping what I had to do. Coding the bot in itself won't be (I suppose) too much of a challenge. Choosing a strategy will be.
And the first problem will be "Where do I get all the datas to drive my bot ?". It needs to know when to buy, when to sell and so on. And for that I'll have to check API.
Official API have very strict limitations so it's not possible to run a bot with this. I'll need to pay some API and boy oh boy it's expensive : solscan API are very expensive. If you make 1000$ a day with your bot, it's not a problem to pay 200-500$ / month for this but without the funds, it's harder :D

So for now I'm just trying to see where I could find interesting data without having to sell my pants. After that, API calls are well documented so coding a simple bot won't be too much of a hassle.
I'm pretty sure there are a lot of hidden problems but for now I only see the tip of the iceberg :)

I had some funs with differents crypto trading bots before (gmgn, dbotx and so on) but they are too slow and do not offer all the options I'd like.
If you have any return on "good" crypto bots I'm open. Not especially to use them (for security reasons I'm not fond of that) but at least to grab some good ideas on the options I could put.
I haven't really tried any bot before and wasn't interested on them that much, but I believe you can find more info on youtube or here, I know some guy that builded a bot to trade forex and it's 70% accurate and he make a lot of money with it
 
Heh, not very far for now :D

I started mapping what I had to do. Coding the bot in itself won't be (I suppose) too much of a challenge. Choosing a strategy will be.
And the first problem will be "Where do I get all the datas to drive my bot ?". It needs to know when to buy, when to sell and so on. And for that I'll have to check API.
Official API have very strict limitations so it's not possible to run a bot with this. I'll need to pay some API and boy oh boy it's expensive : solscan API are very expensive. If you make 1000$ a day with your bot, it's not a problem to pay 200-500$ / month for this but without the funds, it's harder :D

So for now I'm just trying to see where I could find interesting data without having to sell my pants. After that, API calls are well documented so coding a simple bot won't be too much of a hassle.
I'm pretty sure there are a lot of hidden problems but for now I only see the tip of the iceberg :)

I had some funs with differents crypto trading bots before (gmgn, dbotx and so on) but they are too slow and do not offer all the options I'd like.
If you have any return on "good" crypto bots I'm open. Not especially to use them (for security reasons I'm not fond of that) but at least to grab some good ideas on the options I could put.
are you still working on this project?
 
are you still working on this project?
Yup.
Went into production but after a looooot of tests, I'm slower than some bots already on the market so it's not competitive.
Most bots available on the internet tax you for 1% of your transactions. As the 3rd party needed (or at least the ones I found about) to trade with pumpfun takes 0.5%, it's not worth maintaining it :)
Was mostly working on copy trading as I'm not smart enough to find some good strategies to buy / sell, especially with the market now.
 
Back
Top