BlockchainCommons / GordianServer-macOS

Tor-protected full-node GordianServer for macOS
Other
63 stars 8 forks source link

BUG: Only One Network Autorestarts #163

Open shannona opened 2 years ago

shannona commented 2 years ago

Under #161, the networks no longer autostart like they used to.

After initial installation, you must now click START to make network startup.

After changing the network, you must now click START to make network setartup.

shannona commented 2 years ago

Also doesn't seem to startup when running the program, again requiring a START, which is problematic when people are expecting auto-restart of their network after a reboot.

Fonta1n3 commented 2 years ago

Do you have "start bitcoin on open" enabled in settings? If its not enabled it won't auto start.

shannona commented 2 years ago

Seems like a possible answer. I'll check that tomorrow.

shannona commented 2 years ago

I'm now seeing this in the older #160-derived code too, and have verified that that checkmark is set.

Screen Shot 2021-10-27 at 7 59 10 AM

shannona commented 2 years ago

It looks to me like this is an issue with only one network getting autorestarted.

Diagnostics:

(1) Start Mainnet. (2) Change to Testnet. (3) Start Testnet. (4) Quit Server. (5) Reopen Server.

Server will open on Testnet, but will not start Testnet. It will start Mainnet.

Swap those around, starting Testnet first, then Mainnet, and the opposite happens.

@Fonta1n3