Updare README.md for FLO
Some checks failed
Build on master push / Build Docker image (push) Has been cancelled
Some checks failed
Build on master push / Build Docker image (push) Has been cancelled
This commit is contained in:
parent
224ee03a4c
commit
134cd34343
19
README.md
19
README.md
@ -14,13 +14,18 @@ An easily configurable Docker image for running an Electrum server.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Create a Docker volume to store the data, and then run the container
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
docker volume create electrumx
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
-v /home/username/electrumx:/data \
|
-d --network="host"
|
||||||
-e DAEMON_URL=http://user:pass@host:port \
|
-v electrumx:/data \
|
||||||
-e COIN=BitcoinSegwit \
|
-e DAEMON_URL=http://user:pass@127.0.0.1:7313 \
|
||||||
-p 50002:50002 \
|
-e COIN=FLO \
|
||||||
lukechilds/electrumx
|
ranchimallfze/electrumx
|
||||||
```
|
```
|
||||||
|
|
||||||
If there's an SSL certificate/key (`electrumx.crt`/`electrumx.key`) in the `/data` volume it'll be used. If not, one will be generated for you.
|
If there's an SSL certificate/key (`electrumx.crt`/`electrumx.key`) in the `/data` volume it'll be used. If not, one will be generated for you.
|
||||||
@ -41,7 +46,9 @@ To access RPC from your host machine, you'll also need to expose port 8000. You
|
|||||||
|
|
||||||
If you're only accessing RPC from within the container, there's no need to expose the RPC port.
|
If you're only accessing RPC from within the container, there's no need to expose the RPC port.
|
||||||
|
|
||||||
### Version
|
### Version
|
||||||
|
|
||||||
|
**Note - this feature is to be finished for RanchiMall's FLO version**
|
||||||
|
|
||||||
You can also run a specific version of ElectrumX if you want.
|
You can also run a specific version of ElectrumX if you want.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user