CryptoGnome / LimitSwap

LimitSwap is fully functional DeFi Trading Bot. No fees. You just need to hold LIMIT Utility token in your wallet to use.
https://www.limitswap.com/
278 stars 150 forks source link

Transaction timed out error #325

Open kiruthemes opened 3 years ago

kiruthemes commented 3 years ago

I got the below timeout error and no buy was made by limitswap. What could be the reason behind this error?

INFO: 2021-08-06 14:11:50,568 BuySignal Found @0.000000031947040545 INFO: 2021-08-06 14:12:51,030 Transaction Timed Out, Breaking Check Cycle.... INFO: 2021-08-06 14:13:21,061 NO BUY FOUND, WE WILL CHECK A FEW TIMES TO SEE IF THERE IS BLOCKCHAIN DELAY, IF NOT WE WILL ASSUME THE TX HAS FAILED INFO: 2021-08-06 14:13:27,189 BuySignal Found @0.000000034667473557 INFO: 2021-08-06 14:14:27,261 Transaction Timed Out, Breaking Check Cycle.... INFO: 2021-08-06 14:14:57,262 NO BUY FOUND, WE WILL CHECK A FEW TIMES TO SEE IF THERE IS BLOCKCHAIN DELAY, IF NOT WE WILL ASSUME THE TX HAS FAILED

kiruthemes commented 3 years ago

The transaction failed again today with the same reason. What am I missing?

NFO: 2021-08-09 10:14:19,520 YOUR BOT IS CURRENTLY RUNNING VERSION 3.24 INFO: 2021-08-09 10:14:19,598 Checking Latest Release Version on Github, Please Make Sure You are Staying Updated = v3.24 INFO: 2021-08-09 15:00:55,130 BuySignal Found @0.000003260825129762 INFO: 2021-08-09 15:01:55,242 Transaction Timed Out, Breaking Check Cycle.... INFO: 2021-08-09 15:02:25,252 NO BUY FOUND, WE WILL CHECK A FEW TIMES TO SEE IF THERE IS BLOCKCHAIN DELAY, IF NOT WE WILL ASSUME THE TX HAS FAILED INFO: 2021-08-09 15:02:31,363 BuySignal Found @0.000005239579977118 INFO: 2021-08-09 15:03:31,467 Transaction Timed Out, Breaking Check Cycle.... INFO: 2021-08-09 15:04:03,099 NO BUY FOUND, WE WILL CHECK A FEW TIMES TO SEE IF THERE IS BLOCKCHAIN DELAY, IF NOT WE WILL ASSUME THE TX HAS FAILED INFO: 2021-08-09 15:04:09,264 BuySignal Found @0.000003792404811791 INFO: 2021-08-09 15:05:09,454 Transaction Timed Out, Breaking Check Cycle.... INFO: 2021-08-09 15:06:27,554 NO BUY FOUND, WE WILL CHECK A FEW TIMES TO SEE IF THERE IS BLOCKCHAIN DELAY, IF NOT WE WILL ASSUME THE TX HAS FAILED INFO: 2021-08-09 15:06:33,789 BuySignal Found @0.000004033586240083

Terminal shows the tx hash but it doesn't exist in BSCScan.

image

Below is the token.js

[ { "SYMBOL": "HERODOGE", "ADDRESS": "0x5a8bAEc93d3D21e545D3E8A91d7DCcdd0E8C4ddD",

"USECUSTOMBASEPAIR": "false", "BASESYMBOL": "enter your custom Base pair symbol if USECUSTOMBASEPAIR =True", "BASEADDRESS": "enter your custom Base pair address if USECUSTOMBASEPAIR =True", "BUYAMOUNTINBASE": "0.01", "BUYPRICEINBASE": "0.00001",

"SELLAMOUNTINTOKENS": "ALL", "SELLPRICEINBASE": "0.00002",

"MAXTOKENS": "1", "MOONBAG": "0", "SLIPPAGE": "49", "HASFEES": "true", "GAS": "20", "BOOSTPERCENT": "0", "GASLIMIT": "2500000",

"LIQUIDITYCHECK": "true", "LIQUIDITYAMOUNT": "50" } ]

CryptoGnome commented 3 years ago

do you have a link to the failed transaction?