realSConway

Results 6 comments of realSConway

Hi all, I'm quite confused as how to use this... `wl-clipboard` is installed, vim restart (incl. whole pc), `xnoremap "+y y:call system("wl-copy", @")` added to .vimrc Open my test document,...

Yes, `some text` is pasted with `ctrl + v`

I want to route bitcoin only through tor, using peterdavehello/tor-socks-proxy container as tor proxy. I first run tor container ``` podman run --detach \ --name tor-socks-proxy \ --publish 127.0.0.1:9150:9150/tcp \...

I have it working! tor container is running like: ``` podman run --detach \ --name tor-socks-proxy \ --publish 8333:8333 \ --publish 127.0.0.1:9150:9150/tcp \ peterdavehello/tor-socks-proxy:latest ``` Then connect bitcoin-node with tor-socks-proxy...

I'm getting the same, running EPS version 0.1.6. Bitcoin version 0.21.2.0 and Electrum version 4.1.5. Electrum shows red dot for network connection. EPS logging: ``` INFO:2022-01-09 23:07:09,916: Obtaining bitcoin addresses...

SOLVED (at my end): upgraded EPS version 0.2.2 (I was on 0.1.6)