Skip to content

Instantly share code, notes, and snippets.

@mariodian
Last active November 6, 2018 16:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mariodian/3fcf8e3992c2c48c4e26b67ffe5f22d3 to your computer and use it in GitHub Desktop.
Save mariodian/3fcf8e3992c2c48c4e26b67ffe5f22d3 to your computer and use it in GitHub Desktop.
ElectrumX ENV Variables
DAEMON_URL = http://<bitcoin.conf rpcuser>:<bitcoin.conf rpcpassowrd>@localhost:8332/
DB_DIRECTORY = /Users/bitcoin/.electrumx/
DB_ENGINE = leveldb
USERNAME = bitcoin
ELECTRUMX = /Users/bitcoin/source/electrumx/electrumx_server
HOST = 0.0.0.0
ANON_LOGS = fuck off :)
BANNER_FILE = /Users/bitcoin/.electrumx/banner.txt
DONATION_ADDRESS = 34ie35p4G1npt6GoXR9BDhmMndNwCsiiEr
CACHE_MB = 1800
MAX_SESSIONS = 500
SSL_CERTFILE = /Users/bitcoin/.electrumx/server.crt
SSL_KEYFILE = /Users/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