Giter Site home page Giter Site logo

limit-sniper-v3's Introduction

 

 

How can I buy it?

Join our Telegram channel for more infos: https://t.me/LimitSwap

 

Bot configuration

BUY / SELL PARAMETERS

[parameters]
# Available values: uniswap / pancakeswap / uniswaptestnet / pancakeswaptestnet
exchange = "uniswap"
api_key = "" # Create an account on Etherscan or BSCscan, get your API key in your account settings, and enter it here

[parameters.buy_amount]
kind = "base" # enter "base" to buy a fixed amount of ETH/BNB / or "tokens" to buy a fixed amount of tokens
in_base = "0.001" # used if kind == base --> enter the ETH/BNB buy amount you want to use
in_tokens = "200000000000000000" # used if kind == tokens --> enter the amount of tokens you want to buy. READ CAREFULLY : this amount will be divided by tokens decimals --> 2000000000000000000 = 2 tokens if decimals = 18
amount_of_spam_tx = 1 # number of txs to send in a row, to be sure not to frontrun liquidity. If you use custom contract, only 1 tx will succeed.

# Sells automatically `amount`% of tokens after `profit`% of profit if the current gas price is less than `max_gas`.
[parameters.auto_sell]
enabled = false
profit = 200 # percentage points; automatically sell the token when price has reached buyprice * this value
amount = 100 # percentage points out of 100; sell this amount of tokens
max_gas = 100 # gwei

[parameters.custom_contract]
enabled = false
address = "" # Enter here the contract address that you got after deploying the contract
same_tx_buys = 1 # number of buys to do in the each transaction
use_multiple_wallets = false # set to false to use the main wallet (trading_address) or to true to use the following wallets as recipients.
wallets = [
  "0x1111111111111111111111111111111111111111",
  "0x2222222222222222222222222222222222222222",
]

 

 

Examples of Tx with MULTIBUY modes (with custom contract only)

// Send 5 buys made in tokens to your trading wallet
KIND_OF_SWAP = "base"
in_base = "0.0001"
amount_of_spam_tx = 5
use_multiple_wallets = false

image

// Send 5 buys made in WBNB to your trading wallet
KIND_OF_SWAP = "tokens"
in_base = "1000"
amount_of_spam_tx = 5
use_multiple_wallets = false

image

// Send 3 buys made in WBNB to 3 different wallets
KIND_OF_SWAP = "base"
in_base = "0.0001"
same_tx_buys = 3
use_multiple_wallets = true
wallets = ["0x200E4Fe41faF92C96bd74c711738Ad550175A779", "0x5aa376af6a5d99d051c3f994de26bb5ae234da26", "0xf62803b9f8a146d07b993ad08bda8de91dde8690"],

image

// Sent 3 buys made in tokens to 3 different wallets
KIND_OF_SWAP = "tokens"
in_tokens = "1000000000000000000000"
same_tx_buys = 3
use_multiple_wallets = true
wallets = ["0x200E4Fe41faF92C96bd74c711738Ad550175A779", "0x5aa376af6a5d99d051c3f994de26bb5ae234da26", "0xf62803b9f8a146d07b993ad08bda8de91dde8690"],

image

 

Example : image

limit-sniper-v3's People

Contributors

tsarbuig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

limit-sniper-v3's Issues

[Enhance]multiwallet without custom contract

is it possible using multiwallet without custom contract due to there is some contract (not many) code has "tx.origin" etc.. will make custom contract don't work
(i know this option will destory all the sniper logic from now need to import all the private key etc.., so i put it last, i guess this option will reject i think so , even i am not good at programing i know it will destory everything like brain 😂)

[Enhance]Tax detection switch (optional)

for example

if the token buy tax was 10% but sell tax was high like 60%

then, if sniper can have a switch

we can detect buy+sell tax in same block

but, it's optional not too important

[Enhance]Detect Enable trading =true

Hi Tsar due to u coding succes with auto methoid block delay

i think this should be implement for u

example :

function tradingStatus(bool _status) public onlyOwner {
tradingOpen = _status;

can we monitoring this methoid and set position = 1 (due to there is only 1 parameter at this function)

and trigger only if value =1

cuz , some chinese dev will send false or 0 to this function to trigger bot

then send 1 or true to really enable trading

================================
most of this type token, didn't have dead block

but if u can implement with delay block function will be great

Multi Node selecting transction

Hi Tsarbuig

i've heard there is sniper can send transction to multi node and selecting fastest one
and make fastest one to send transction at result

that kind sniper was very expensive so i'd hope u can do some research of this , i think that will be good feature

Sell stream improvements

hey bro possible to:

  1. show on the sell stream total net tokens worth in BNB/ETH
  2. after we sell 25/50/75% sell stream ends, it should restart as long as there is any tokens left
  3. add multiwallet sell
  4. add sell if tax lower then specified by user. ex. sell if tax lower then 20%
  5. autosell after xx seconds

only_snipe 's filter improvement

for now, if we fill in "dev_wallet" it's will only snipe the token creator's tx

however , many methoid id was trigger by "owner" and owner can be transfer to another address

so i wish we can automactally detect owner's address in "Read Contract"

Suggestion for improve

"in my opinion",i will marked which i feel more important and priority with star*
but just reference。

1.mempool with tax detection and honeypot detection(Tax done)
2. ‌c‌‌‌o‌‌‌n‌‌‌t‌‌‌r‌‌‌a‌‌‌c‌‌‌t‌‌‌ ‌‌‌b‌‌‌u‌‌‌y‌‌‌ ‌‌‌a‌‌‌p‌‌‌p‌‌‌r‌‌‌o‌‌‌v‌‌‌e‌‌‌ ‌‌‌problem(solved)
3. ‌ ‌s‌‌‌p‌‌‌a‌‌‌m‌‌‌ ‌‌‌b‌‌‌u‌‌‌y‌‌‌ ‌‌‌s‌‌‌t‌‌‌u‌‌‌c‌‌‌k‌‌‌ problem(solved)
4.simulate buy & sell & tax &honeypot detection (without mempool)
5.implement blacklist front run ****
6.Tax detection switch (optional,detect buy or both of buy and sell)
7.after turn to sell mode still can click one button to sell(in case the token dump too much , or never hit our target) ***
8.when you snipe an AddLiquidity Tx, bot auto-detect if liquidity is added in BUSD/USDT... and adapt automatically but enable trading not yet ****

  1. is it possible using multiwallet without custom contract due to there is some contract (not many) code has "tx.origin" etc.. will make custom contract don't work
    (i know this option will destory all the sniper logic from now need to import all the private key etc.., so i put it last, i guess this option will reject i think so , even i am not good at programing i know it will destory everything 😂)

[Bug]Antirug issue

After buy the token, the bug happen so i couldn't test more for this function
-- COST CALCULATION --------------------------------------------
2023-02-14T01:58:48.262319Z INFO Let's analyze your first tx ok: 0x62ff…069e
2023-02-14T01:58:48.280710Z INFO Bought 601767.0 Maiko using 0.000000000000000000 BNB price=0

-- TOKEN APPROVAL ----------------------------------------------
2023-02-14T01:58:48.280742Z INFO Let's approve token Maiko

-- ANTIRUG and AUTOSELL START ----------------------------------
2023-02-14T01:58:55.450936Z INFO Contract approved successfully - Tx: 0x0480ac07e7a826860388a299370ffb152287913151242baeaae12c6fc0b9cefa
2023-02-14T01:58:56.551229Z INFO AutoSell mode starting for Maiko
The application panicked (crashed).
Message: called Result::unwrap() on an Err value: OddLength
Location: src/modes/antirug.rs:128

This is a bug. Please report it to TsarBuig.

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Aborted (core dumped)

=============Updated=================
even i want to go antirug mode directly there is still issue

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.