Forked from mariodian/gist:3fcf8e3992c2c48c4e26b67ffe5f22d3
Created
November 6, 2018 16:50
-
-
Save soediro/7529cc1f42aab2f885628ae4ce3225e0 to your computer and use it in GitHub Desktop.
ElectrumX ENV Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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