Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Osintsev committed Jan 20, 2018
1 parent 7a297e9 commit 9b2a471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ Star this project on Docker Hub :star2: https://hub.docker.com/r/osminogin/elect
Running from Docker:

```bash
docker run --rm --name electrum \
docker run --rm --name electrum-daemon \
--publish 127.0.0.1:7000:7000 \
--volume /srv/electrum:/data \
osminogin/electrum-daemon
```
```bash
docker exec -it electrum-daemon electrum create
docker exec -it electrum-daemon electrum daemon load_wallet
docker exec -it electrum-daemon electrum daemon status
{
"auto_connect": true,
Expand Down

0 comments on commit 9b2a471

Please sign in to comment.