rockfish
rockfish copied to clipboard
Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
**Describe the bug** ``` 2021/12/02 22:06:42 ***** Minimum profit ratio was met, proceeding to payment! ***** 2021/12/02 22:06:42 2021/12/02 22:06:42 Best path was -> USDC -> BTC -> with return...
**Describe the bug** [A clear and concise description of what the bug is] The last step in the install instructions returns an error ``` compiling ... main.go:6:2: cannot find package...
**Describe the solution you'd like** I want to have `pathFinder` check n-length paths, instead of hard-coded three-asset paths as it does now. Right now it does this path structure: XLM...
**Describe the solution you'd like** I want to have a mode where the path payment is two of the three trades and leave the last step as an actual offer....
Files attached leave out secret key for obvious reasons. [arbitfiles.zip](https://github.com/Reidmcc/rockfish/files/3144701/arbitfiles.zip) **Describe the bug** After editing both files and entering command (./rockfish arbitcycle --botConf arbitconfig.cfg --stratConf arbitcycle.cfg --sim) in correct directory,...
The `example_arbitcycle.cfg` in the latest release does not match the one in the repo (there are extra "GROUP" variables in each group segment), and running with the one in the...
The documentation for this project is great, but I'm still a little confused on what to put in the CODE and ISSUER variables of each GROUPS.ASSETS segments. My best guess...
**Describe the solution you'd like** I'd like Rockfish to know about recent network fee stats to help its transactions go through more quickly. This could potentially improve payment success rates....
Would it be possible to have options on the level of logging? Since all output is logged it is hard to parse back through and see the results. Ideally, I'm...