diff --git a/README.md b/README.md index fa9c56c..ba2ef3b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Standalone Electrumx: ``` docker run -d \ -v electrumx-data:/data \ --e DAEMON_URL=http://RPCUSER:RPCPASSWORD@localhost:18888 \ +-e DAEMON_URL=http://rpcuser:rpcpassword@localhost:18888 \ -e COIN=Firo \ -p 50002:50002 \ electrumx diff --git a/cfg/firo.conf.example b/cfg/firo.conf.example index 0465157..5de049e 100644 --- a/cfg/firo.conf.example +++ b/cfg/firo.conf.example @@ -1,10 +1,11 @@ # For use with non-containerized firod -rpcuser=RPCUSER -rpcpassword=RPCPASSWORD +rpcuser=rpcuser +rpcpassword=rpcpassword disablewallet=1 daemon=1 rpcallowip=::/0 # Allows use with Stack Wallet and Campfire +# Changing this requires reindexing firod mobile=1 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index bc7b666..c7a6f4f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: volumes: - electrumx-data:/data environment: - - DAEMON_URL=DAEMON_URL=http://RPCUSER:RPCPASSWORD@firod:8888 + - DAEMON_URL=DAEMON_URL=http://rpcuser:rpcpassword@firod:8888 - COIN=Firo volumes: