Skip to content

willianantunes/docker-bytecoin-rpc-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized Bytecoin RPC Wallet

Dockerized Bytecoin RPC Wallet for quick tests through a remote node (without standalone blockchain).

Running

Get the image:

docker pull willianantunes/bytecoin-rpc-wallet

Run as a service, exposing port 8070 (JSON RPC server):

docker run -d -p 8070:8070 --name bcn-rpc-wallet willianantunes/bytecoin-rpc-wallet

Change remote node address name and port (talk to @bytecoinbot through telegram to know more nodes):

docker run -d -p 8070:8070 --name bcn-rpc-wallet -e envDaemonAddress=bcn-node01.bytecoin.cloud -e envDaemonPort=8081  willianantunes/bytecoin-rpc-wallet

See the logs while running:

docker exec -it bcn-rpc-wallet /bin/tailf /root/.bytecoin/logs/walletd.log

Or simply:

docker logs -f bcn-rpc-wallet

Releases

No releases published

Packages

No packages published