Tim

Results 10 comments of Tim

Version 1.7.0 on Debian 10.9. I can't even keep Bisq running for longer than 5 minutes before it crashes/hangs saying "java.lang.OutOfMemoryError: Java heap space". I think it was a little...

Until someone merges the correct solution, here's what I'm using temporarily. In my class, I added: ``` decode(str) { const s = "" + str + ""; let e =...

Yeah, its very slow. But like I said, it's temporary. I hope this ticket gets resolved soon. I don't think I can use a package like unescape, because I'm not...

I believe c-lightning also supports this. https://lightning.readthedocs.io/lightning-keysend.7.html It would be a very useful feature.

> The new strategy for weighted average fees is a nice idea, what's the use case you have in mind? My idea is that the market produces some level of...

I'm testing the average inbound fee rate on my node to see how it goes. It might not be as useful as I thought. I'll try it for a while...

I think this feature might be more useful not alone, but combined with the other rules which adjust based on local liquidity. So, rather than having a fixed range say...

I've updated the branch to now be proportional. I'm testing this on my node to see how well it performs. I've also renamed a bunch of things to try to...

After testing for a while, I think this fee strategy is interesting but not extremely useful. The average inbound fee rates for peers is kind of all over the place...