selsta

Results 960 comments of selsta

Are you using tmux / screen? What is your `$TERM` set to? See also https://github.com/monero-project/monero/issues/6713

We simply don't have fallback entries for it: https://github.com/monero-project/monero/blob/master/contrib/depends/patches/ncurses/fallback.c#L11

Is rxvt-unicode-256color frequently used?

reminder @serhack to update this :)

I have opened this now: https://github.com/monero-project/monero-site/pull/2023

@cirocosta `portable_storage` was the code part the was exploited in December 2020 with the remote DoS attack. This is a replacement for the p2p part that is way more RAM...

This PR contains a demo, if someone suggests a different implementation then they can be compared for performance and RAM usage. This currently is a significant improvement compared to current...

If you can do it better and simpler then please PR it (we can trivially compare it), otherwise it's honestly a bit exhausting to comment negatively on something – without...

Here is the parsing of two sample packets compared (unit tests): | | Current Code | Rewrite | Improvement | |--------------------------|--------------|---------|-------------| | DoS packet | 21187ms | 676ms | 30x...

Bootstrap daemon mode seems broken currently with this patch. ``` ./monerod --bootstrap-daemon-address selsta2.featherwallet.net:18081 --no-sync status ``` Prints the following error ``` 2022-09-08 20:45:14.680 I Failing RPC /getinfo due to peer...