Ministry of Nodes

UNB22 - 05 - Fulcrum Server

In this video, we learn to download and install a performant Electrum Server called Fulcrum. Command to create keys for SSL openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem fulcru...

2022-05-12

Episode notes

In this video, we learn to download and install a performant Electrum Server called Fulcrum.

Command to create keys for SSL
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

fulcrum.service
[Unit]
Description=Fulcrum
After=network.target

[Service]
ExecStart=/home/satoshi/fulcrum/Fulcrum /home/satoshi/fulcrum/fulcrum.conf
User=satoshi
LimitNOFILE=8192
TimeoutStopSec=30min

[Install]
WantedBy=multi-user.target