Running full node wallet in Docker (Linux)

A community for developers and users of NewYorkcoin.
Locked
jtback
Posts: 2
Joined: Wed Apr 17, 2019 10:22 pm

Running full node wallet in Docker (Linux)

Post by jtback » Sat May 25, 2019 5:15 am

I'm looking into setting up a NewYorkCoin full node on my Docker server. If anyone has any ideas or a dockerfile they could share, that'd be great. I did find hashingcom/newyorkcoind on DockerHub but all it doesn't want to run even with a proper conf file.

Thanks!
jtback
Posts: 2
Joined: Wed Apr 17, 2019 10:22 pm

Re: Running full node wallet in Docker (Linux)

Post by jtback » Sun May 26, 2019 2:49 am

For anyone interested, I managed to get the full node running 1.3.1.20 in a Docker container and it's showing up on https://nycoin.community/nodes. Once the blockchain is downloaded and I can confirm it's working, I'll post my instructions.
User avatar
moonshot
Posts: 21
Joined: Sat Aug 12, 2017 6:01 pm

Re: Running full node wallet in Docker (Linux)

Post by moonshot » Fri May 31, 2019 6:04 pm

See https://github.com/NewYorkCoin-NYC/nyco ... -docker.md

git clone https://github.com/NewYorkCoin-NYC/nycoin.git
docker run --name newyorkcoin -d -v /home/myusername/github/nycoin/docker/mainnet/:/root/.newyorkc/ newyorkcoin-pow:0.1
Locked