Skip to content

chekist32/monero-wallet-rpc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monero-Wallet-Rpc

DockerHub

https://hub.docker.com/r/chekist32/monero-wallet-rpc

Example usage

docker-compose.yml

version: '3'

services:
  monero-rpc-test:
    image: chekist32/monero-wallet-rpc
    ports:
      - 38083:38083
    volumes:
      - /path_to_your_wallet_dir/:/monero/wallet
    command:
        # For reference see: https://github.com/chekist32/monero-wallet-rpc-docker/blob/master/docs/monero-wallet-rpc-man.md
      - "--stagenet" 
      - "--daemon-address=stagenet.community.rino.io:38081"
      - "--trusted-daemon"
      - "--rpc-bind-port=38083" 
      - "--rpc-login=user:pass" 
      - "--wallet-dir=/monero/wallet"

About

Simple monero-wallet-rpc docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published