Open ei8ht187 opened 2 years ago
it is not a good practice to let daemons run in screen. Therefore please add the ability to launch derod and wallet rpc as daemons in the background. In the same step Docker Containers can be provided for this services.
In linux, you can use the screen command.
start: screen -S dero -dm ./derod-linux-amd64
to attach: screen -dr dero
man screen
it is not a good practice to let daemons run in screen. Therefore please add the ability to launch derod and wallet rpc as daemons in the background. In the same step Docker Containers can be provided for this services.