Replies: 8 comments 12 replies
-
when the GUI exits, it sends a signal to all chia services to close down, nothing to do about that |
Beta Was this translation helpful? Give feedback.
-
Here is an edit that will prevent the gui from shutting down the daemons. Just edit the file diffed below and then do "npm run build" in the chia-blockchain-gui folder. After that, the gui will no longer shutdown daemons on exit. I'll refine this into a PR with the option at exit to choose at a later date. For now this works.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, no.
You’ve made an assumption, that requests are uniformly distributed among
all users. If that is not true, then your conclusion is unsupported.
Another perspective is that people only/mostly complain about things that
are really important.
— Bill
…On Sun, Jul 11, 2021 at 2:32 AM loppefaaret ***@***.***> wrote:
This user wants the GUI and the Daemons to have loose coupling, both as a
robust design criterion and as a convenience for me.
Can you supply data to confirm your 99% claim?
millions of installs, a handful of request for this - thats good enough ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7264 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2TAZDZQG2SB63O5SHQNXTTXE3H5ANCNFSM5AB7KERA>
.
|
Beta Was this translation helpful? Give feedback.
-
Yes, it does. I meant to highlight the unstated assumption. Let’s remain
friends and move on.
…On Sun, Jul 11, 2021 at 8:03 AM ***@***.***> wrote:
it goes both ways, no ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7264 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2TAZAYE2KQVRRNGEMCU73TXGCCDANCNFSM5AB7KERA>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi guys, I understand the vast majority of users expects a different behavior so why to bother them right? So what about introducing a new parameter like optional GUI cmdline param (might come to the GUI Settings too) which can introduce this change? That means who doesn't care isn't affected however who wants that (currently missing) behavior appreciate it for sure. Is there any objection why we can't do that by this way without forking or doing that by other non-cooperative friendly way? I don't know chia impl. internals, have no idea what .tsx suffix is at all:-) (what language when Python interpreter is involved?) but at least it looks as a quite easy implementation for me and I'm willing to help to bring it on the light. |
Beta Was this translation helpful? Give feedback.
-
I agree with the suggestion, I don't need/use the GUI most of the time but I would use it more often if I knew I could close it without killing the farm. |
Beta Was this translation helpful? Give feedback.
-
i can tease you all in this thread a bit, and say that i have looked over some engineers shoulder, and see a function of not killing the processes when the GUI is closing |
Beta Was this translation helpful? Give feedback.
-
Hey @lavarok , exciting news, the upcoming 2.3 release will have the ability to keep services running in the background when shutting down the GUI 🥳 |
Beta Was this translation helpful? Give feedback.
-
It would be great to be able to launch and shutdown the gui without impacting the farm. I dont want to run the gui all the time, so I start everything on the command line. However, currently from the command line there is no way to differentiate what plots are portable vs legacy non nft. For this, one needs to use the gui and review the plots there. Its frustrating that shutting down the gui, shuts down the node/farm/etc.
Beta Was this translation helpful? Give feedback.
All reactions