Hi,
are the images on dockerhub up to date? some of them, like cardano/node-release are pushed a year ago
i want to run a node on my syno NAS but want to use a final image.
Regards
Hi,
are the images on dockerhub up to date? some of them, like cardano/node-release are pushed a year ago
i want to run a node on my syno NAS but want to use a final image.
Regards
Also interested.
Nothing official yet, but @zmeel has done a nice write up how he did it, HOW TO: Building cardano-sl in a Docker container on Synology DS415+.
thx for the answers.
@Chainomatic i read the how to, but i will not build the sources
want i finished image without any manuel tasks, im a little bit lazy
Maybe with the start of the reward era.
Regards
DockerFiles provided by Emurgo Vietnam are available.
https://github.com/EmurgoVN/cardano_docker
Thanks a lot for sharing!
I think I managed to build a node on my NAS, but not entirely sure as it is not my area. Can anyone with a better grasp at it than me confirm? My Synology is noisy, hope it won’t crash…
@nncc1006 Thanks for the Link!!!
@CosmosX Looks good
I will now connect Daedalus to my node in the container. Is this possible?
Regards
deleting post,
Edit: MY DS 214+ specs are just too low end to support this.
@Siddharth thats correct
I updated my nas to a 716+II to get docker support and that was the smaltest models
Running the same NAS here. Did you manage to link your node to your wallet, and if so, how?
I could connect Daedalus to my Node on the nas. But i have problems to restore my existing wallet.
Always get the message that the wallt already exists. But that is no true.
When i get it to work, i will post a step by step instruction.
Regards
Hi,
here are the Steps to connect your Client (Daedalus) to the node (wallet backend) on your NAS.
shut down the node. After the shutdown remove the content (one number) from the file mounted dir\wallet-db\open.lock (this will block the restart of the node)
By default daedalus only trust tls connections from the “C:\Program Files\Daedalus\tls\ca\ca.crt”. Copy the “C:\Program Files\Daedalus\tls\server\server.crt” and “C:\Program Files\Daedalus\tls\server\server.key” into your mounted dir\tls\ (replace the old certificate und key) The server.crt must be renamed to server.cert.
You can now start your container again and check if the node is running correct by query the synprogress over your browser https://ADDRESS:IP/api/settings/sync/progress (if you have problems because of the tls certifcate, install the “C:\Program Files\Daedalus\tls\ca\ca.crt” into you lokal certificate storage as trusted root certificate)
On your Client (win10) start a powershell as admin and enter the following command to create a port forwarding from localhost:8090 (default node for daedalus).
Command to create the forwading:
netsh interface portproxy add v4tov4 listenport=8090 listenaddress=127.0.0.1 connectport=NAS_PORT connectaddress=NAS_ADDRESS
Command to remove the forwarding:
netsh interface portproxy reset
Start ONLY Daedalus (“C:\Program Files\Daedalus\Daedalus.exe”) not the “C:\Program Files\Daedalus\daedalus.bat”, because the .bat will also start the local node, what you do not want
OPTIONAL: When you have a local version of the blockchain on your client, you could delete it.
C:\Users\YOUR_USER\AppData\Roaming\Daedalus\db (my local appdata dir is now only 1MB big
My Node runs 24/7 and the Wallet is Open in under 5 seconds
Hope the steps help you.
Regards
Wow thanks a lot mate! I am going to translate those paths to Mac and that should do it. Thanks again
I used to hack the old “slug” https://en.wikipedia.org/wiki/NSLU2 devices to run stuff on them…
Serious question though - WHY?
Why are you doing this?
I am learning Docker these days so there is no other reason really