Commit Graph

73 Commits

Author SHA1 Message Date
rkfg
fc246d16bc
Merge pull request #14 from ziggie1984/econ_ratio_max_ppm 2022-10-15 15:21:35 +03:00
ziggie
915aac7d89
add econ-max-fee-ppm 2022-10-12 17:31:50 +02:00
ziggie
ff1ae5828c
add scid and change uint64 to string arrays 2022-10-12 13:20:51 +02:00
rkfg
14faea3be9
Merge pull request #12 from rkfg/rel_amount 2022-10-10 18:30:16 +03:00
rkfg
42f7a74834 Fix min amount when amount isn't specified 2022-10-10 16:07:18 +03:00
rkfg
3b09a19b37 Remove channel ids from invoice description
It's no longer accurate anyway and never was
because invoices were reused.
2022-10-09 14:14:23 +03:00
rkfg
d663b21b86 Add invoice cache 2022-10-09 14:06:12 +03:00
rkfg
b0946995dd Validate relative/absolute amounts 2022-10-09 01:36:28 +03:00
rkfg
e41698d7d2 Add relative source/target amounts, part of #3 2022-10-08 18:31:02 +03:00
rkfg
19c2304bc3 Add missing TOML options 2022-10-08 18:15:12 +03:00
rkfg
b806360d46 Skip channel pairs with same remote pk 2022-10-08 17:00:55 +03:00
rkfg
2e3f0183d4
Merge pull request #11 from ziggie1984/pr_issue_7 2022-10-08 15:40:41 +03:00
ziggie
a17aa15a92
add --from and --to as array to select more than one channel 2022-10-08 14:31:45 +02:00
rkfg
5c001d0d4f Format msat fees 2022-10-02 14:52:22 +03:00
rkfg
a53863e7f3 Show argument parse errors 2022-10-02 14:41:09 +03:00
rkfg
73bc04ae21 Add allow unbalance options 2022-10-01 18:37:56 +03:00
rkfg
71103e9448 Add fee limit ppm 2022-10-01 18:06:44 +03:00
rkfg
872e073cb8 Skip routes with negative max fees 2022-10-01 17:30:33 +03:00
rkfg
1cd50471ab Update README.md 2022-10-01 16:14:48 +03:00
rkfg
4a45b7a23c Add lost profits accounting, fixes #2 2022-10-01 16:02:19 +03:00
rkfg
974e938313
Merge pull request #1 from ziggie1984/toml_support 2022-09-30 09:30:43 +03:00
ziggie
2ed32f0fbe
renaming to .sample 2022-09-29 18:07:51 +02:00
ziggie
8f108a2376
complementing all options to be referred to by the same name 2022-09-29 18:03:23 +02:00
ziggie
1b7c910489
rename config.toml 2022-09-29 17:58:06 +02:00
ziggie
d0a5e82dd1
add toml support 2022-09-28 17:08:32 +02:00
rkfg
6f381ae310 Fix from channel selection logic 2022-09-26 16:56:23 +03:00
rkfg
869fcdb466 Respect min amount when picking channels 2022-09-11 17:36:10 +03:00
rkfg
8e4521e033 Prevent failure index underflow 2022-09-09 19:16:18 +03:00
rkfg
4a84505a83 Add short option for ratio 2022-09-06 15:45:40 +03:00
rkfg
c33adeea59 Update deps 2022-09-05 00:48:57 +03:00
rkfg
788f2b6bf7 Reset failed routes once 2022-09-03 03:50:00 +03:00
rkfg
cc815a60b5 Ban failed routes for 5 minutes instead of hour 2022-08-27 19:13:09 +03:00
rkfg
a06a5b9381 Fix typo 2022-08-27 19:12:53 +03:00
rkfg
6e90770991 Optimize channel pair selection 2022-08-27 17:40:27 +03:00
rkfg
440c6bd113 Prevent crash on failed hop index out of range 2022-08-26 12:24:08 +03:00
rkfg
e83f43935b Add installation instruction 2022-08-25 20:25:11 +03:00
rkfg
40da434517 Rename module for easier installation 2022-08-25 20:09:21 +03:00
rkfg
4d0cef0ff5 Add saving rebalance results to a CSV file 2022-08-25 20:03:37 +03:00
rkfg
f22cd2574b Only probe routes on TCF error 2022-08-25 19:57:56 +03:00
rkfg
3933c904e6 Update README.md help 2022-08-25 10:16:09 +03:00
rkfg
ab129508b8 Time out channel picking early 2022-08-23 15:15:25 +03:00
rkfg
332d1014b6 Add screenshot 2022-08-23 15:15:12 +03:00
rkfg
72e3c82ffd Update README.md 2022-08-22 23:08:05 +03:00
rkfg
83f4ba6a39 Add min amount 2022-08-22 23:01:46 +03:00
rkfg
2e98c46eb0 Don't create a new invoice for each attempt
only do it for timed out ones
2022-08-22 15:57:48 +03:00
rkfg
f083e7ebbc Don't count high fee error as a step when probing 2022-08-22 15:53:10 +03:00
rkfg
3d32c32793 Simplify context timeout logic 2022-08-22 13:59:38 +03:00
rkfg
90ffa2040e Add route search timeout 2022-08-22 11:50:16 +03:00
rkfg
630b6ab2b7 Add README.md 2022-08-21 17:55:15 +03:00
rkfg
69855695c8 Unify parameters, add config sample 2022-08-21 17:32:55 +03:00