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
Feature request
The Node tab only shows status if monerod is started from Gupaxx.
If I have Monero GUI Wallet running with it's monerod already running, Gupaxx does not detect it.
But if I start Node process in Gupaxx, then open Monero GUI Wallet, it automatically detects and connects to the monerod from Gupaxx.
It would be nice for Gupaxx to behave the same?
Additional context
If you start monerod, the settings in Gupaxx do not auto populate the fields in Monero GUI Wallet (expected).
So I wouldn't expect those settings in Monero GUI Wallet to auto populate in Gupaxx if monerod was started in Monero GUI Wallet.
I would probably just blur/disable the input fields in the Node tab (similar when something is entered in Command arguments with a tooltip stating that monerod running externally or something.
If monerod was started in Gupaxx, Monero GUI Wallet asks the user if they would like to keep the local node running or force stop when closing the Monero GUI Wallet.
The text was updated successfully, but these errors were encountered:
The issue is, Gupaxx has no way to know if the node was started with the right settings for p2pool and if the options were ok to get the stats.
Gupaxx could expect the right settings and be in a failure state (red) in the case it can't interact properly with it, showing a descriptive warning of arguments to start monerod with to make it work.
For p2pool, it should behave as if connecting to a remote node and is unaware of what settings were done. For Gupaxx, for reporting status of the externally running node, I believe the monerod commands give most of that information? Unless there is something I don't see, you would know best. :)
For Monero GUI Wallet, it doesn't matter the binary path for where monerod was started. In Gupaxx Advanced settings, I tried setting the binary path to the monerod of Monero GUI Wallet and also the included bundle node binary path (Node\monerod.exe). Monero GUI Wallet will show the correct status, syncronized and height.
But yes, I agree with the suggested assumption that the node was started correctly and try using it. Error status if it does not work. This would be the simplest integration.
Thanks for adding to road map!
...
If it is a must to get the settings information for node, other solutions with way more work and their own complications:
Update monerod commands and add a print_daemon_flags
It's possible to find the stored values for daemonFlags of the Monero GUI Wallet.
(on my Windows machine: HKEY_CURRENT_USER\SOFTWARE\monero-project\monero-core)
There is also a wallet_path value if you wanted to cross reference with the set path in Gupaxx.
Issue with (2) is that, there's no guarantee that those settings belong to the node that is running.
Feature request
The Node tab only shows status if
monerod
is started fromGupaxx
.If I have
Monero GUI Wallet
running with it'smonerod
already running,Gupaxx
does not detect it.But if I start Node process in
Gupaxx
, then openMonero GUI Wallet
, it automatically detects and connects to themonerod
fromGupaxx
.It would be nice for
Gupaxx
to behave the same?Additional context
If you start
monerod
, the settings inGupaxx
do not auto populate the fields inMonero GUI Wallet
(expected).So I wouldn't expect those settings in
Monero GUI Wallet
to auto populate inGupaxx
ifmonerod
was started inMonero GUI Wallet
.I would probably just blur/disable the input fields in the Node tab (similar when something is entered in
Command arguments
with a tooltip stating thatmonerod
running externally or something.If
monerod
was started inGupaxx
,Monero GUI Wallet
asks the user if they would like to keep the local node running or force stop when closing theMonero GUI Wallet
.The text was updated successfully, but these errors were encountered: