Open options2015 opened 2 months ago
Can you post the full python
command you used to invoke the main.py script? Thanks.
Here is the command
WALLET_MNEMONIC="REDACTED" python main.py -l logs
I followed the nix command to install nix develop --extra-experimental-features nix-command --extra-experimental-features flakes
Running on ubuntu 22.04 vps
Awesome! I appreciate it. I'll take a look. Could you also verify that your wallet's NTRN balance is nonzero on Neutron?
If you would also be comfortable giving your wallet's Neutron address, that could also help with debugging this (though not necessary). Thanks!
Yes, the wallet balance is nonzero, more on USDC than NTRN - neutron1mt2lyld9zx57u9ehflejujtmjgjl87wg2lfg87. Could you also advise on recommended balance to start with, per network and/or symbol?
Thanks for looking into this!
Of course! Happy to look into it. Could you run this command and post the output when you get a chance? Thanks!
grep "starting amount of \d" logs
Also:
grep "execution plan" logs
And, finally:
grep "is profitable with realizable profit" logs
I'd like to determine if any of the discovered routes have a value here greater than zero or if any execution plans have nonzero members. Thanks again!
Taking a look at this on my machine, too, in the meantime, with the same main.py
invocation. Will let you know if I find anything.
No output for command grep "starting amount of \d" logs
I see a lot of these lines, for the command grep "execution plan" logs
2024-08-27 20:12:12 INFO r172574- Route has possible execution plan: [-40300]
2024-08-27 20:12:12 INFO r172580- Route has possible execution plan: [-29300]
2024-08-27 20:12:12 INFO r172595- Route has possible execution plan: [-29300]
2024-08-27 20:12:12 INFO r172281- Route has possible execution plan: [-9300]
2024-08-27 20:12:12 INFO r172284- Route has possible execution plan: [-9300]
2024-08-27 20:12:12 INFO r172288- Route has possible execution plan: [-18300]
2024-08-27 20:12:12 INFO r172310- Route has possible execution plan: [-9300]
2024-08-27 20:12:12 INFO r172308- Route has possible execution plan: [-9300]
2024-08-27 20:12:12 INFO r172304- Route has possible execution plan: [-18300]
2024-08-27 20:12:12 INFO r172300- Route has possible execution plan: [-9300]
2024-08-27 20:12:12 INFO r172313- Route has possible execution plan: [-18300]
2024-08-27 20:12:12 INFO r172286- Route has possible execution plan: [-9300]
2024-08-27 20:12:12 INFO r172303- Route has possible execution plan: [-18300
No output for command grep "is profitable with realizable profit" logs
Additionally, I see a number of logs related to insufficient funds
168573- Arb failed - failed to rebalance funds: cosmpy.aerial.exceptions.BroadcastError: error escrowing funds: spendable balance 8700untrn is smaller than 9540untrn: insufficient funds
169426- Arb failed - failed to rebalance funds: cosmpy.aerial.exceptions.BroadcastError: error escrowing funds: spendable balance 8700untrn is smaller than 9540untrn: insufficient funds
170249- Arb failed - failed to rebalance funds: cosmpy.aerial.exceptions.BroadcastError: error escrowing funds: spendable balance 8700untrn is smaller than 9540untrn: insufficient funds
I have been testing the bot for over 30hrs, but no single transaction has been executed.
I only see these logs