Coder Social home page Coder Social logo

Comments (2)

Sammex5 avatar Sammex5 commented on July 20, 2024

Here is the token.json

`[
{
"ENABLED": "true",

"SYMBOL": "FCC",
"ADDRESS": "0x3f21782d931583607F6e78f053E735513fF7d799",
"KIND_OF_SWAP": "base", // enter "base" to use BUYAMOUNTINBASE , and "tokens" to use BUYAMOUNTINTOKENS
"BUYAMOUNTINBASE": "50",


"BUYAMOUNTINTOKEN": "(not used)",
"MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION": "(not used)", // used with KIND_OF_SWAP = tokens

"BUYPRICEINBASE":  "999999",
"SELLPRICEINBASE": "700%", // You can now put amount in % in this field
"STOPLOSSPRICEINBASE": "60%", // You can now put amount in % in this field
"SLIPPAGE": "49",

"MOONBAG": "0", // Bot will keep this amount in your wallet after SELL order
"MAXTOKENS": "0.1", // Bot will stop if your balance > MAXTOKENS
"MAX_SUCCESS_TRANSACTIONS_IN_A_ROW": "4",
"MAX_FAILED_TRANSACTIONS_IN_A_ROW": "4",

"RUGDOC_CHECK": "false",
"BUYAFTER_XXX_SECONDS": "0", // if you want the bot to wait XXX seconds before if makes the BUY Tx
"WAIT_FOR_OPEN_TRADE": "true_after_buy_tx_failed_no_message", // check Wiki, this is very useful
"MULTIPLEBUYS": "false", // use this if you want bot to make multiple buys at the same time
"BUYCOUNT": "2",
"ALWAYS_CHECK_BALANCE": "false", // use this if you want bot to check your token balance between each price check

"MINIMUM_LIQUIDITY_IN_DOLLARS": "100",
"WATCH_STABLES_PAIRS": "false", // use this if you want bot to check all Stable Liquidity pairs

"LIQUIDITYINNATIVETOKEN": "true",
"USECUSTOMBASEPAIR": "false",
"BASESYMBOL": "BUSD",
"BASEADDRESS": "0xe9e7cea3dedca5984780bafc599bd69add087d56",

"SELLAMOUNTINTOKENS": "ALL",
"HASFEES": "false",
"GAS": "BOOST", // Team recommend you to use BOOST here
"MAX_GAS": "9999", // Put here the maximum of GAS you want to pay if you use BOOST. If GAS > MAX_GAS Tx won't be made
"BOOSTPERCENT": "30",
"GASLIMIT": "1000000", // Team recommend you to use 1000000 here
"GASPRIORITY_FOR_ETH_ONLY": "1.5"

}
]
`

from limitswap.

tsarbuig avatar tsarbuig commented on July 20, 2024

hey bro, I understood what happened : scanning mempool is not allowed on some Public Nodes, they block you

on BSC public node, it seems to be open, but not on FTM default node --> you need to upgrade to a Private node

Still, I improved the way error is handled : it does not stop the bot anymore

So, if you use "true" option, let it run and it will continue to analyse the price with the "classic way" and buy when price has moved

(of course, it's slower)

from limitswap.

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.