Author

Topic: ElectrumX configuration error (Read 417 times)

newbie
Activity: 15
Merit: 0
July 26, 2017, 12:32:36 AM
#5
Simple mistake. Always double check your config file. A few characters off of a login. Derp.
newbie
Activity: 15
Merit: 0
July 25, 2017, 11:56:49 PM
#4
No dice. Still throwing it.
newbie
Activity: 15
Merit: 0
July 25, 2017, 08:45:34 PM
#3
IPV4 if that matters. I'll try that.
legendary
Activity: 1736
Merit: 1023
July 25, 2017, 09:53:26 AM
#2
Sounds like it could be an issue with localhost not resolving or possibly using IPv6 or something along those lines.

Try setting the DAEMON_URL to the following and see if you still get the same error.
Code:
DAEMON_URL = http://[username]:[password]@127.0.0.1:8332/
newbie
Activity: 15
Merit: 0
July 25, 2017, 05:51:20 AM
#1
Code:
"Invalid URL: host is required for abolute urls.")

Is the error I am getting

Code:
DB_DIRECTORY = [Bitcoin data directory] 
DAEMON_URL = http://[username]:[password]@localhost:8332/
ELECTRUMX = /usr/local/bin/electrumx_server.py
USERNAME = bitcoind
COIN = Bitcoin
NET = mainnet
DB_ENGINE = leveldb
REORG_LIMIT = 200
DONATION_ADDRESS = [BTC address]
BANNER_FILE = /etc/electrumx.banner
HOST = [IP address of server]
TCP_PORT = 50001
SSL_PORT = 50002
SSL_CERTFILE = /etc/server.crt
SSL_KEYFILE = /etc/server.key
IRC = 1
REPORT_HOST =  [FQDN of server (using a free redirect service)]


Things in [ have been censored ] .
Jump to: