Skip to content

Commit dbf5851

Browse files
authored
Updated for v 2.0
1 parent 070496a commit dbf5851

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,31 @@ or
1313
```
1414
docker build -t <repo-name>:<tag>
1515
```
16+
## What it does?
17+
The built container will be in charge of:
18+
1. Downloading and sharing the Ravencoin bootstrap file.
19+
2. Install and setup the Raven Core node
20+
3. Run a simple website to monitor the node status
1621

1722
## Usage
1823
Pre-built image based from this repo's tags can be found here [https://hub.docker.com/repository/docker/dramirezrt/ravencoin-core-server](https://hub.docker.com/repository/docker/dramirezrt/ravencoin-core-server)
1924

2025
And can be pulled and ran with:
2126
```
22-
docker run -d -p 8767:8767 dramirezrt/ravencoin-core-server:latest
27+
docker run -d \
28+
-v ~/raven-node/kingofthenorth/:/kingofthenorth \
29+
-v /home/kingofthenorth \
30+
-p 31413:31413/tcp \
31+
-p 31413:31413/udp \
32+
-p 38767:38767 \
33+
-p 8080:8080 \
34+
--name rvn-node dramirezrt/ravencoin-core-server:latest
2335
```
2436

2537
I included the ravend help output to have it handy for any additional/special configuration for flags, available at [https://github.com/dramirezRT/rvn-core-server-docker/blob/main/ravend-help.log](https://github.com/dramirezRT/rvn-core-server-docker/blob/main/ravend-help.log)
2638

39+
2740
### For donations
28-
RVN address: RBvMDKvuvhy9MSsbs8TsSEiZ5vmqe9XDSh
41+
RVN address: RFxiRVE8L7MHVYfNP2X9eMMKUPk83uYfpZ
2942

3043
FLUX address: t1ZsWHkFRfutSMCY1KPyk35k2pkNJ2GPjPU

0 commit comments

Comments
 (0)