Rafał Kiełbus

Results 50 comments of Rafał Kiełbus

Just list it on main or payout page like it is in original p2pool

Nope. Nothing there. Just graphs.

Tried to hash local repo on "your" branch? Because looks for me like it takes default (mostly master) from github and active on local repos.

We need that to remove scam tokens from the view... It's like this on my account: ![image](https://user-images.githubusercontent.com/1094027/181795463-d1431295-7559-40e3-80ad-0380fbd140b2.png) There is also few tokens I owned long ago with zero balance, and...

No luck, same error. ![image](https://user-images.githubusercontent.com/1094027/178253679-2218ccfa-a66b-41f9-a1ca-5f0122813a3c.png)

As you can see in log, those peers are constantly broadcasting form peers and there are few tries until server gives up. Why waste time/resources on such tries, when we...

I did this on my server, no more v2 connections ```diff diff --git a/electrumx/server/peers.py b/electrumx/server/peers.py index dcb9ab7..6f8ba78 100644 --- a/electrumx/server/peers.py +++ b/electrumx/server/peers.py @@ -206,7 +206,7 @@ class PeerManager: new_peers =...

Messing WSL and Windoze in one program is not good option - use storage on WSL not ```/mnt/c/data/whatever``` Using windows directory from WSL will cause serious slowdowns. You need to...

Win11, installed git and Python, same problem. ``` Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] Commit hash: c1093b8051606f0ac90506b7114c4b55d0447c70 Installing requirements for Web UI Launching Web...

Seems like it is old (not resolved) bug in GPFGAN https://github.com/TencentARC/GFPGAN/issues/169