Giter VIP home page Giter VIP logo

Comments (17)

crypto-MMXXII avatar crypto-MMXXII commented on August 22, 2024 2

Hi therfore I have added the following into the sniper. i don´t want any tokens that have solidity 4 or 5 so they get ignored and fail.
I have tested it and it works.

I added the following:

config.json - > "checksolidity4": "True" at last line.
then bscsniper.py - >
Line 98 : checksolidity4 = obj['checksolidity4']
Then in the mini audit:
elif ("0.4." in str(tokenContractCode['result'][0]['SourceCode'])) or "0.5." in str(tokenContractCode['result'][0]['SourceCode']) and checksolidity4 == "True": #check if solidity is 4.xx
print(style.RED + "[FAIL] Contract uses wrong solidity.")

cehck: https://bscscan.com/address/0x26465EaB74FcDe4a29e613Af5Eb03cE907e43d8E#code

Works for me:
grafik

hope it helps. Now the mint funtkion is nor propor anymore because it scans for the word mint and all the enw reward tokens have this funktion so i am currently checking that too.

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

Great idea .. and dx timelock too i thing,,

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

can you pull it

from blockchaintokensniper.

winkelermatthias avatar winkelermatthias commented on August 22, 2024

I am testing it today, already running for an hour. Is this resolving the previous dumps as in the above transaction at requesT? So far it seems to be working as the 3 projects i bought into havent dumped to 0. Awesome!

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

I am testing it today, already running for an hour. Is this resolving the previous dumps as in the above transaction at requesT? So far it seems to be working as the 3 projects i bought into havent dumped to 0. Awesome!

may you add to test solidity5 or 6

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

use small amount only ,, for testing i use 0.01 usd each token i buy

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

Hi therfore I have added the following into the sniper. i don´t want any tokens that have solidity 4 or 5 so they get ignored and fail.
I have tested it and it works.

I added the following:

config.json - > "checksolidity4": "True" at last line.
then bscsniper.py - >
Line 98 : checksolidity4 = obj['checksolidity4']
Then in the mini audit:
elif ("0.4." in str(tokenContractCode['result'][0]['SourceCode'])) or "0.5." in str(tokenContractCode['result'][0]['SourceCode']) and checksolidity4 == "True": #check if solidity is 4.xx
print(style.RED + "[FAIL] Contract uses wrong solidity.")

cehck: https://bscscan.com/address/0x26465EaB74FcDe4a29e613Af5Eb03cE907e43d8E#code

Works for me:
grafik

hope it helps. Now the mint funtkion is nor propor anymore because it scans for the word mint and all the enw reward tokens have this funktion so i am currently checking that too.

hi .. i added your script to my bscsnip fork and credited to you..

just neee another feature like timelock.. or token with limited token supply

from blockchaintokensniper.

Sani0 avatar Sani0 commented on August 22, 2024

Hey guys,

i have these error when i'm using checksolidity but it's works without. anyone do know why ?

Thanks !
Issue

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

Hey guys,

i have these error when i'm using checksolidity but it's works without. anyone do know why ?

Thanks !
Issue

you missing checksolidity4 in config.json

for example see in my fork for config.json with checksolidity4

from blockchaintokensniper.

Sani0 avatar Sani0 commented on August 22, 2024

i confirm checksolidity4 is in config.json but still have the same messages

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

i confirm checksolidity4 is in config.json but still have the same messages

you miss coma after add the checksolidity.. go check again.

from blockchaintokensniper.

Sani0 avatar Sani0 commented on August 22, 2024

Oh true ! Thanks alot ! it's works.

Just a last question what we need to put for gas fee ? leave it to 300000 ? i have only transaction failed and have 0.2 bnb in wallet any tips ?

from blockchaintokensniper.

BytePhoenixCoding avatar BytePhoenixCoding commented on August 22, 2024

I would just leave it at 300000 always works for me. What do u mean by only transaction failed

from blockchaintokensniper.

Sani0 avatar Sani0 commented on August 22, 2024

I mean all the contract who pass the miniaudit result to transaction failed but counted as tokens bought do u guys have alot on failed ? or it's normal to have some failed and maybe one will be ok ?

from blockchaintokensniper.

Buco11-dev avatar Buco11-dev commented on August 22, 2024

Side note guys: Check the transaction confirmation section. I noticed it confirms failed transactions as successful because it always returns a 1.
To Fix: Add ['result'] before ['status'] in txResult.
e.g. txResult = checkTransactionRequest.json()['result']['status']

from blockchaintokensniper.

Buco11-dev avatar Buco11-dev commented on August 22, 2024

Question for everyone who has tried and tested the bot:

1.) Is the bot affected by the tax system most of these meme coins have built-in their smart contracts?

2.) I assume the bot is not affected by slippage since it's almost instant, however, some meme coins would specify minimum slippage eg 12% or so. Is the bot affected by this?

Also if you could help me with this inquiry on stack, I'd really appreciate it https://stackoverflow.com/questions/68899410/check-if-wallet-is-approved-to-spend-token

Insights will be very much appreciated, thanks!

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 22, 2024

the bot not yet implement tax system.. for now it still based on mini audit and minimum liquidity

from blockchaintokensniper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.