Skip to content

Commit

Permalink
Add a note on versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ramontayag committed Jan 20, 2018
1 parent 9b2a471 commit 88acd6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Don't confuse with [Electrum server](https://github.com/spesmilo/electrum-server

Star this project on Docker Hub :star2: https://hub.docker.com/r/osminogin/electrum-daemon/

### Versioning

It will follow the version of Electrum, with an extra number at the end to denote changes in this repository. If Electrum's version if `v3.0.5`, this will be:

- `v3.0.5.0`
- `v3.0.5.1`
- `v3.0.5.2`
- ...

### Ports

* `7000` - JSON-RPC port.
Expand All @@ -18,7 +27,6 @@ Star this project on Docker Hub :star2: https://hub.docker.com/r/osminogin/elect

* `/data` - usually on host it has a path ``/home/user/.electrum``.


## Getting started

#### docker run
Expand Down

0 comments on commit 88acd6a

Please sign in to comment.