initial commit

This commit is contained in:
2025-06-28 17:24:25 -06:00
parent 1ca5121775
commit c34dec8670
3 changed files with 82 additions and 0 deletions

17
electrumx_server.service Normal file
View File

@ -0,0 +1,17 @@
[Unit]
Description=ElectrumX RPC Server
After=network.target
Wants=network.target
[Service]
Type=simple
ExecStart=/home/steven/.local/bin/electrumx_server
User=steven
Restart=on-failure
RestartSec=5
Environment=COIN=Bitcoin
Environment=DB_DIRECTORY=/home/steven/electrum_db
Environment=DAEMON_URL=http://<USER>:<PASS>@127.0.0.1
[Install]
WantedBy=multi-user.target