Skip to content

Instantly share code, notes, and snippets.

@mariodian
Created May 16, 2017 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariodian/1d79213a834a663350501e264d7127ce to your computer and use it in GitHub Desktop.
Save mariodian/1d79213a834a663350501e264d7127ce to your computer and use it in GitHub Desktop.
ElectrumX config for Linux
DAEMON_URL = http://<bitcoin.conf rpcuser>:<bitcoin.conf rpcpassowrd>@localhost:8332/
DB_DIRECTORY = /home/bitcoin/.electrumx/
DB_ENGINE = leveldb
USERNAME = bitcoin
ELECTRUMX = /home/bitcoin/source/electrumx/electrumx_server.py
HOST = 0.0.0.0
ANON_LOGS = "fuck off :)"
BANNER_FILE = /home/bitcoin/.electrumx/banner.txt
DONATION_ADDRESS = 1x1UnfVJu7cprs3E2jjQ9WRcdDi5KJxAU
CACHE_MB = 1800
MAX_SESSIONS = 500
SSL_CERTFILE = /home/bitcoin/.electrumx/server.crt
SSL_KEYFILE = /home/bitcoin/.electrumx/server.key
SSL_PORT = 50002
TCP_PORT = 50001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment