Hey all,
During development I find it a bit frustrating having to launch the main node everytime I want to do something.
I tried creating a service of it by placing "multichaind examplechainname -daemon" into a bat file and then create service by running "sc create examplechainname binpath= "C:\MultiChain\chain1.bat\" ".
But this doesn't work, the service is created succesfully, but when I try to start it it immediately gives a egeneric error. Does anyone have experience with this?
Thanks in advance,