Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 576 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 576 Bytes

Build status

Build Status

monero-node

A full node for Monero. More nodes help the Monero network, but don't ask me how. Updated to 0.13.0.4 and Ubuntu 18.04.

Running

Run with docker run -itd -p 18080:18080 -p 18081:18081 -v "local blockchain location":/blockchain smccloud/monero-node:latest

If you want your node to be picked up by Moneroworld then run with this command instead docker run -itd -e 18080:18080 -e 18089:18081 smccloud/monero-node:latest