Hi guys,
currently I am evaluating whether it makes sense to run Bitcoin Core on a synology NAS device such as this one:
https://www.synology.com/en-global/products/DS718+
It is possible to run Bitcoin Core through a Docker like this one:
https://github.com/ruimarinho/docker-bitcoin-coreHowever I have no experience with Docker before so I got some questions and it would be awesome if someone can help me out:
My questions are:
1. How can I verify that the Docker content is really identically to the source code?
2. Is it possible to update Bitcoin Core if needed without downloading the the whole chain again?
3. Will the performance of the NAS be sufficient to run Bitcoin Core with Docker? (Intel Celeron J3455, 4GB RAM)
4. Are there security concerns if I run Bitcoin Core on a NAS even if it runs as a seperate user?
5 Do you have any other point which have to be considered when choosing this solution?
Thank you!
As stated above it should be good enough providing you have full access to the operating system. Although im not sure of the speed of that type of cpu but I think most nas drives have 1GHz minimum.
There shouldn't be any security issues different to those on a computer. Especially considering you can't easily accidentally install something on it as it's Linux.
Finally, you should be able just to install the new version of the core straight onto the nas. Some SSH/remote desktop services may be required unless the NAS drive has VGA/HDMI output.