You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running Grin as a daemon fails, as has been described in other bug reports. However, it also cannot even be backgrounded. It is seemingly impossible to run Grin without a live, active terminal.
To Reproduce
Try to run as daemon (./grin server start) which exits immediately.
Alternatively, try to background it: ./grin server run &
Or ./grin server run then ctrl + z to suspend, then bg to background.
If you try to hit the node status API with GET http://localhost:3413/v1/status it will hang, but the moment grin is foregrounded (fg) the API stops hanging and loads instantly.
I'm trying to create a desktop GUI with the grin daemon bundled in, but it appears there is literally no way to run Grin except manually in a terminal ☹️
Desktop (please complete the following information):
OS: MacOS
Version 1.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Running Grin as a daemon fails, as has been described in other bug reports. However, it also cannot even be backgrounded. It is seemingly impossible to run Grin without a live, active terminal.
To Reproduce
Try to run as daemon (
./grin server start
) which exits immediately.Alternatively, try to background it:
./grin server run &
Or
./grin server run
thenctrl + z
to suspend, thenbg
to background.If you try to hit the node status API with
GET http://localhost:3413/v1/status
it will hang, but the moment grin is foregrounded (fg
) the API stops hanging and loads instantly.I'm trying to create a desktop GUI with the grin daemon bundled in, but it appears there is literally no way to run Grin except manually in a terminal☹️
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: