You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monero-wallet-rpc/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
Build the default monero-wallet-rpc image with
4
4
5
5
```
6
-
docker build -t monero-wallet-rpc:0.18.4.2 .
6
+
docker build -t monero-wallet-rpc:0.18.4.3 .
7
7
```
8
8
9
9
Available `build-arg`:
10
10
11
-
-**VRS**: monero-wallet-rpc version to install, default _0.18.4.2_
11
+
-**VRS**: monero-wallet-rpc version to install, default _0.18.4.3_
12
12
13
13
Create a container with exposed ports for RPC connections (you need a `monerod` container created to link with)
14
14
@@ -18,7 +18,7 @@ docker create -p 18083:18083\
18
18
--env MONERO_DAEMON_ADDRESS=monerod:18081\
19
19
--env WALLET_RPC_PORT=18083\
20
20
--link monerod\
21
-
monero-wallet-rpc:0.18.4.2
21
+
monero-wallet-rpc:0.18.4.3
22
22
```
23
23
24
24
Available environment variables:
@@ -32,20 +32,20 @@ Available listening container ports:
32
32
33
33
Wallet RPC is binded to `0.0.0.0` and the chosen **WALLET_RPC_PORT**, you probably want to expose the chosen port outside the container with `-p [hostPort]:[containerPort]`.
34
34
35
-
The `monero-wallet-cli` binary is also installed, you can use `docker run -it ghcr.io/farcaster-project/containers/monero-wallet-rpc:0.18.4.2 /bin/bash` to use it stand alone or `docker exec -it {monero-wallet-rcp} /bin/bash` to enter a running container.
35
+
The `monero-wallet-cli` binary is also installed, you can use `docker run -it ghcr.io/farcaster-project/containers/monero-wallet-rpc:0.18.4.3 /bin/bash` to use it stand alone or `docker exec -it {monero-wallet-rcp} /bin/bash` to enter a running container.
0 commit comments