Getting up n running #5
Replies: 11 comments 17 replies
-
Honestly im with you brother, your note's we're really helpful, but seems there's still a little to go. I'll try to reach out in the discord |
Beta Was this translation helpful? Give feedback.
-
Hi, @interzone2 @SVGintern @tuttowp did someone succeed in running this bot? i'm still struggling. you can always add me on TG @cryptohunterseu |
Beta Was this translation helpful? Give feedback.
-
I think you need to call the main function at the end, unless he is calling it from somewhere else. just at the end of the script add main() |
Beta Was this translation helpful? Give feedback.
-
hey, i have no clue on how to run this. can someone direct me to a video or suggest what to start on? |
Beta Was this translation helpful? Give feedback.
-
If it's worth anything, I've made a bot heavily based on this one.. If u're still struggling to make this one run, check it out https://github.com/saantiaguilera/liquidity-sniper (the pending_txs mode is the exact same as what this bot offers) |
Beta Was this translation helpful? Give feedback.
-
@saantiaguilera thank you for the explanation, the only issue I have is that I had a look on how to setup a full bsc node and I think it requires a very high resources ram/cpu in addition to the amount of data 220+ GB to sync which would be very expensive and time consuming when running it an aws/azure in addition that those providers also blocks crypto traffic. |
Beta Was this translation helpful? Give feedback.
-
Sent you a message on TG.
On Nov 18, 2021, at 11:53 PM, vishal2241 ***@***.***> wrote:
@saantiaguilera<https://github.com/saantiaguilera> can we have a chat on tg @LuckyDingo_0418 or discord LuckyDingo#418
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWRO7T4ZBNBOXHKHJV4HULDUMXQ4TANCNFSM5A33CLIA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Adding to the main thread again. Question on liquidity contract discovery. The sniper needs the address of a new liquidity token before it has had liquidity added to it. Therefore at contract creation time at that address - do some liquidity creation events come from another wallet - I guess so, i.e. not necessarily the wallet where the minting contract is? Would that make sense? I can sometimes locate addresses for new tokens after they have launched - maybe very soon after - but this is not what the sniper is after is it? It is mint contract creation prior to having liquidity added - that be fair to say? |
Beta Was this translation helpful? Give feedback.
-
hi guys. can this bot be used as a sandwich bot or just a new token sniper bot? |
Beta Was this translation helpful? Give feedback.
-
Hi all - been struggling with getting BSC node up and running on hetzner ax51 - the dreaded '100 blocks' away from sync perpetually.. |
Beta Was this translation helpful? Give feedback.
-
Hi i have this issue when runing the bot any idea ? loading sellers... goroutine 1 [running]: |
Beta Was this translation helpful? Give feedback.
-
Hi. Thanks for sharing your work. I'm on a steep learning curve. Adapted scheduler.py to get variables module :
Running scheduler.py returns without error but does not spin up a script asking questions that I see in the code... not sure what's next...
I am running a BSC node at quicknode.
Added this at variables.py to get web3 working?
Assuming this should be my BSC wallet address?
TOKEN_TO_BUY_ADDRESS = web3.toChecksumAddress(xxxx)
I have not compiled / deployed anything. And assuming these address' will/should also be my BSC wallet holding the published contracts:
Next up I'm right now looking at Brownie files to find where to add?:
My logic towards getting up and running:
I realise that all of this is probably a dog's breakfast interpretation ;) I'm trying to bootstrap myself.. in.. everything.. to get this thing running.. or at least testing.. :)
Any additional tips or directions very very welcome. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions