kannix / monero-full-node

MIT License
44 stars 44 forks source link

support testnet #21

Closed binlaniua closed 4 years ago

binlaniua commented 4 years ago

how to start testnet, change entrypoint ?

kannix commented 4 years ago

I haven't tried it but it should be sufficient to change the CMD e.g. like this: docker run -tid --restart=always -v xmrchain:/home/monero/.bitmonero -p 18080:18080 -p 18081:18081 --name=monerod kannix/monero-full-node --non-interactive --restricted-rpc --rpc-bind-ip=0.0.0.0 --confirm-external-bind --testnet

there is no need to change the entrypoint or anything in the docker image

binlaniua commented 4 years ago

thanks