Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird profits #16

Open
patosG opened this issue Sep 12, 2021 · 8 comments
Open

Weird profits #16

patosG opened this issue Sep 12, 2021 · 8 comments

Comments

@patosG
Copy link

patosG commented Sep 12, 2021

Hi,

Thanks for sharing this code.

I'm learning and testing it on the mainnet with default pairs settings. I'm suprised to get such profits.
Is it possible ? is there something i'm missing ?

image

@nrkvcs
Copy link

nrkvcs commented Sep 15, 2021

Hi I met the same issue, you just maxing out the liquidity pools - try to lower the token borrow amount - test it with 1 - you will get a result between -1% to -3% - and play w the dex - pairs - amount trio.

@patosG
Copy link
Author

patosG commented Sep 15, 2021

Hi. I got it :-) . Thanks

@mindfulme
Copy link

Overall, you need a lot of math mostly. There are way too many missing parts, don't be stuck for years in this.

@lamxoan92
Copy link

https://bscscan.com/tx/0x459150a2ffa33d9b36415d9a98369658ee79ad0eb578435ad9bcec56678f9d40
i tested it on ethereum remix but i don't know what i did wrong when i placed the order

@tunnckoCore
Copy link

tunnckoCore commented Apr 13, 2022

@lamxoan92 you just put way too low blockNumber when you initialized it. You put block number 10, should have been current bsc block number +100 for example, so it will work only for the next 100 blocks. I don't why this check exists at all in the first place but anyway.

image

and click Decode Input Data
image

So...
image

@lamxoan92
Copy link

do i need truffle knowledge to launch bot???

@interzone2
Copy link

https://bscscan.com/tx/0x459150a2ffa33d9b36415d9a98369658ee79ad0eb578435ad9bcec56678f9d40

Where are you altering

Hi I met the same issue, you just maxing out the liquidity pools - try to lower the token borrow amount - test it with 1 - you will get a result between -1% to -3% - and play w the dex - pairs - amount trio.

Where to set the token borrow amount?

@mindfulme
Copy link

to get that thing profitable you need way-way more knowledge that truffle, there is a huge competition created by other bots. Front-running, and so on are your next big issues

do i need truffle knowledge to launch bot???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants