•  

Electrum Server - part 2

0
0
- Seting up a Tor Onion Service:
https://youtu.be/k0afGCkuNfs?t=234
-----

# FIREWALL
ufw allow http
ufw allow https
ufw allow from 192.168.1.0/24 to any port 50002

# SSL
openssl req -x509 -newkey rsa:4096 -days 365 -keyout /etc/ssl/private/nginx.key -out /etc/ssl/private/nginx.crt -nodes -subj "/CN=localhost"

# NGINX CONFIGURATION FILE
user www-data;
worker_processes 1;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;

events {
worker_connections 768;
}

stream {
ssl_certificate /etc/ssl/certs/nginx.crt;
ssl_certificate_key /etc/ssl/private/nginx.key;
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 4h;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;

include /etc/nginx/streams-enabled/*.conf;

}

# ELECTRUM SERVER REVERSE-PROXY
upstream electrs {
server 127.0.0.1:50001;
}

server {
listen 50002 ssl;
proxy_pass electrs;
}

# CONNECT ELECTRUM WALLET TO ELECTRUM SERVER OVER TOR
./electrum-4.2.1-x86_64.AppImage --oneserver --server your_address.onion:50002:s --proxy socks5:127.0.0.1:9050


-----
bc1qny4am3clu0gcsq3hvja4vcdhwd529hgmnlavfh
No comments yet...
Log in to comment
0 0 0
2024-02-08

Self-Hosted SimpleX Chat

00:55 PART 1 - Building SimpleX From Source 07:23 PART 2 - Configuring the SMP & XFTP Servers 16:07 …
0 0 0
2023-10-07

LINUX TUTORING

Don´t even know how or where to install Linux? That's OK. Absolute beginners welcome! Contact: 402P…
0 0 0
2023-09-14

Keet Peer as Data Relay

02:13 PART 1 - Preparing The Raspberry Pi 09:38 PART 2 - Install Keet 16:32 PART 3 - Remote Access …
0 0 0
2023-08-12

SOCKS5 Proxies

12:08 PART 1 - VPS SETUP 13:50 PART 2 - INSTALL DANTE 18:41 PART 3 - CLIENT AUTHENTICATION 21:12 PAR…
0 0 0
2023-07-28

Tor Snowflake Proxy

1:24 PART 1 - Server Setup 3:42 PART 2 - Snowflake Proxy Snowflake https://snowflake.torproject.org…
0 0 0
2023-07-22

Shadowsocks

01:45 PART 1 - Server Setup 03:37 PART 2 - Cliet Setup 04:50 PART 3 - Firefox & Tor Browser 09:30 PA…

402 Payment Required

Security. Privacy. Digital self-sovereignty. Bitcoin. Don't trust. Verify. A786 CA10 5A72 50D7 96BF…

Log in to Follow

More episodes from 402 Payment Required

Top Podcasts Top rated Podcasts