Closed teletonn closed 4 months ago
Hi Is the transaction a purchase performed via one of the DEXes? Also could you please share logs or/and the transaction in question?
yes, they go with ston.fi
and there is no pool address in db
now i see in log that its too many requests, there was NOT coin in ticker so it tries to get holder, there is too many. now will se how its will go with only mini token.
[2024-07-11T17:40:20.755Z] [32minfo[39m: Starting app... [2024-07-11T17:40:21.667Z] [32minfo[39m: Data Source has been initialized! [2024-07-11T17:40:21.680Z] [32minfo[39m: Cron inited [2024-07-11T17:40:21.884Z] [32minfo[39m: Fetching holders for EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 0-1000/unknown [2024-07-11T17:40:21.961Z] [32minfo[39m: Syncing EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 0/5. First sync: false [2024-07-11T17:40:21.962Z] [32minfo[39m: Syncing EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 1/5. First sync: false [2024-07-11T17:40:21.962Z] [32minfo[39m: Syncing EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 2/5. First sync: false [2024-07-11T17:40:21.962Z] [32minfo[39m: Syncing EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 3/5. First sync: false [2024-07-11T17:40:21.963Z] [32minfo[39m: Syncing EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 4/5. First sync: false [2024-07-11T17:40:22.333Z] [33mwarn[39m: No conmarketcapId for EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7
what coin can I test so I see transactions? If that's the deal. can I make a channel where so bot send there all the coin buys and sells?
and there is no pool address in db
It's ok, it's not used for detection, just wallet type which is specified in DEX_CONFIG
what coin can I test so I see transactions
Basically any, e.g. https://tonviewer.com/EQBTcytZjdZwFLj6TO7CeGvn4aMmqXvbX-nODiApbd011gT3
can I make a channel where so bot send there all the coin buys and sells
Sure, but current implementation will only send events of token purchases, not sells
ok, I've used the token that is in my log if its ok. Now I made a new wallet, go to exchange in ton keeper (its says service provided buy ston.fi), there find my token, and make a buy. Waiting 10 minutes. or it must say about it immediately? Anothey buybot i've used (it public, not my and no code for it @tonbuytechbot) already sent a message about buy.
It takes about 10 mins Also by default it will only work for STON.fi or DeDust dexes, if you need to use with some other you'll have to set up DEX_CONFIG
exchange and lp only on ston.fi, so I can buy only with it. and other bot shows everything ok, but mine is not.
I can give you admin in group @jettontrend and you can test it yourself with any token. if you want and have time for this of course.
I cannot see any recent transactions for the address you mentioned in tonviewer https://tonviewer.com/EQCWHrRdqomhegznML6_Z4v7TAmiQmnQOy6heab6g5c9jvO7 .
Is it the same token? Also could you please share the transaction id?
DEX_CONFIG=EQB3ncyBUTjZUA5EnFKR5_EnOMI9V1tTEAAPaiU71gc4TiUt:STON.fi,EQCMLWHcGz4AkNTnP6CTMG0Guo68_DTZ5Dc-AGHqtN8leJ0h:DeDust
I guess we found it :)
I'm dumb? ))
Ithought thats the router: https://tonviewer.com/EQB3ncyBUTjZUA5EnFKR5_EnOMI9V1tTEAAPaiU71gc4TiUt
I'm dumb? ))
Nope, just makes sense to add to README as it really can be confusing
You should NOT specify addresses in DEX_CONFIG, only Wallet/Contract type for pools
Also it's not even mandatory, by default
process.env.DEX_CONFIG ?? "stonfi_router:STON.fi,dedust_vault:DeDust";
DEX_CONFIG=stonfi_router:STON.fi,dedust_vault:DeDust
like that?
Also it's not even mandatory, by default
process.env.DEX_CONFIG ?? "stonfi_router:STON.fi,dedust_vault:DeDust";
I saw this in code, I thought its template to take address from env
make another buy or it must show that was 30 minutes ago?
I've edited .env and restarted pm2
make another buy or it must show that was 30 minutes ago?
You'll have to do another swap, most probably it already updated LT for addresses so won't trigger to the "old" transaction
I've made, but no reaction. LT column in holders table is empty...
another bot saw it again....
WOW! YES! They all recived!
Buttons goes to buy DUCk token, we need to make a link to current, ok, try to figure it out. And how to make all tokens in one chat, I want to make something like rating.. Thanks again for your help and code, you're very cool , bro!
Here is how LT loaded, not all, don't know why. maybe they will be loaded later..
Here is how LT loaded, not all, don't know why. maybe they will be loaded later..
It's expected, most likely there are no recent token transfers for these addresses
It can be great open source project, I think many developers will be use it as a start point! It have everything for start, just need some adjustments. You can make commercial version and have good money for it, also open source version can be with start functions only. for not big price 100-200$ it will be sold like hot cakes. ))
It can be great open source project, I think many developers will be use it as a start point! It have everything for start, just need some adjustments. You can make commercial version and have good money for it, also open source version can be with start functions only. for not big price 100-200$ it will be sold like hot cakes. ))
Let's discuss that in Telegram itself if you don't mind, there's a link in my profile :) This specific repository is 💯 free & open source
Closing this issue. I'll check out what can be done in terms of refactoring and doc improvement. But that's not closely related
Also feel free to create a PR for DUCK links issue :) I won't have time for that until the next week unfortunately
Hi bro! First of all I want to thank you for you wonderful work. I see that you kill much time for it. Well, thanks for this, and go on, you are very cool.
And now I have a little question. I've installed all this things, got all api keys, renamed variable in .env for coinmarketcap key to get it work. Bot adds chat id and token address, even show holders number and they are in db too. But when transaction happens (when bot is running with pm2.... bot and cron) nothing happens with him not in time of transaction no later in 10, 20, 100 minutes no messages. Can you help me and tell what is the problem in code? I didn't change it on .env, everything was cloned from this rep. Thanks again and have a nice day! Если говоришь по русски можем так ))