Stupid request #3172
Replies: 4 comments
-
In a terminal, you can always just scroll up to see which phase you're in: Unless you mean printing the phase for every line? That would be a lot of reminders... |
Beta Was this translation helpful? Give feedback.
-
I am using a VNC connection so scrolling up, is not a option...decided to do VNC, that way, prevents stupidity of closing the terminal window and it stopping
perhaps a cli option to enable the messages?
the other issue with scrolling up, depending on the terminal, it may have already filled the buffer and not allow scrolling that far back
… On Apr 19, 2021, at 10:50 AM, Dimelo Waterson ***@***.***> wrote:
In a terminal, you can always just scroll up to see which phase you're in:
<https://user-images.githubusercontent.com/54084132/115265482-e474e180-a0fc-11eb-9ee8-ef3d895575a2.png>
Unless you mean printing the phase for every line? That would be a lot of reminders...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2086 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O3ZUBR2YCZU26ZRO5GLTJRGNPANCNFSM43FATGWA>.
|
Beta Was this translation helpful? Give feedback.
-
For the buffer limit, this sounds like a good use for something like tee. As for accidentally closing the terminal window, if you use screen then even if you close the window you won't lose the process. Either way, I think there are other shell solutions for this other than adding redundant information to literally hundreds of lines of output. I think I could even write you a shell script myself to tell you the current phase using tee, a temporary output file, and sed.
________________________________
From: toxicroadkill ***@***.***>
Sent: Monday, April 19, 2021 8:24 PM
To: Chia-Network/chia-blockchain ***@***.***>
Cc: Dimelo Waterson ***@***.***>; Comment ***@***.***>
Subject: Re: [Chia-Network/chia-blockchain] Stupid request (#2086)
I am using a VNC connection so scrolling up, is not a option...decided to do VNC, that way, prevents stupidity of closing the terminal window and it stopping
perhaps a cli option to enable the messages?
the other issue with scrolling up, depending on the terminal, it may have already filled the buffer and not allow scrolling that far back
On Apr 19, 2021, at 10:50 AM, Dimelo Waterson ***@***.***> wrote:
In a terminal, you can always just scroll up to see which phase you're in:
<https://user-images.githubusercontent.com/54084132/115265482-e474e180-a0fc-11eb-9ee8-ef3d895575a2.png>
Unless you mean printing the phase for every line? That would be a lot of reminders...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2086 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O3ZUBR2YCZU26ZRO5GLTJRGNPANCNFSM43FATGWA>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#2086 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AM4UEJB53AKGCIXPRMAKRIDTJRG4NANCNFSM43FATGWA>.
|
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Its very minor, but i think others would find this useful, when creating the plot, going through all 4 phases, when it prints the status, prefix the status message with the phase number, would make it a lot easier to see how well it's going...stupid request, but it would be a handy thing
Beta Was this translation helpful? Give feedback.
All reactions