Skip to content

calvintam236/docker_monero-wallet-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monero-Wallet-RPC

What is it?

Monero-Wallet-RPC is the RPC interface for Monero wallet provided by monero-project.

Example usages

  • To build the image:
$ docker build . --file YOUR_VERSION/Dockerfile.YOUR_ARCH --tag calvintam236/monero-wallet-rpc:YOUR_VERSION
  • To run the container in background:
$ docker run -v monero-wallet-rpc:/mnt/monero-wallet-rpc/ -d --name YOUR_CONTAINER_NAME -p YOUR_PORT:YOUR_PORT calvintam236/monero-wallet-rpc:YOUR_VERSION --daemon-address YOUR_DAEMON_HOST:YOUR_DAEMON_PORT --daemon-login YOUR_DAEMON_USERNAME:YOUR_DAEMON_PASSWORD --rpc-bind-port YOUR_PORT --rpc-bind-ip 0.0.0.0 --rpc-login YOUR_WALLET_USERNAME:YOUR_WALLET_PASSWORD --confirm-external-bind
  • To get monero-wallet-rpc options:
$ docker run --rm calvintam236/monero-wallet-rpc:YOUR_VERSION
  • To fetch logs of a container:
$ docker logs YOUR_CONTAINER_NAME

Donations

If you like to buy me a coffee, you can donate to here:

  • Ko-fi
  • BTC: 1MTkPFtp3qxE4Y98pTHP3z767RGKmrT92a
  • ETH: 0x5896a85E8c175c563DC00087535582394d394838
  • XMR: 474adYsC8sLVM5gK8DbvtUVb237y9m5eMeRuYpJJVuoYUuMN5EYDuixHWxpEr6iNBb2zv3gowmJjcRoTrjhJLvMTRD1eKio
  • ETC: 0xFaBA3be3b3De5469C3F6C6185150928F3773C7b4
  • ZEC: t1Z5Kc75JQ17txyaDUfwwyabTgsJMfuuSp4

About

Monero-Wallet-RPC in Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published