Post
Share your knowledge.
Runing Node with VPS
I need to understand something.. I bought a VPS to run a node. and according to twitter thread i followed, we used termius. But why do i need to keep my termius on and connected to the internet to keep running node via the VPS.. while the main essence of me purchasing VPS is soo that i can run the node while my PC is not working
- Cyfrin Updraft
- DeFi
- Blockchain
Answers
1I'm not sure about details of your setup, but I think that the issue is that you are starting the node process in the SSH session and as soon as this session terminates all processes spawned by it are terminated as well. What you probably need is to start the node in a detached process so that it won't depend on the session. In case you're using docker it has --detach
(or -d
for short) command line attribute that achieves exactly that
Do you know the answer?
Please log in and share it.
Cyfrin Updraft is an education platform specializing on teaching the next generation of smart contract developers