Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Connecting To Wallet on Mac #2333

Closed
egorgolo opened this issue Apr 22, 2021 · 11 comments
Closed

[BUG] Connecting To Wallet on Mac #2333

egorgolo opened this issue Apr 22, 2021 · 11 comments
Labels
bug Something isn't working

Comments

@egorgolo
Copy link

Describe the bug
"Connecting to wallet" screen doesn't disappear.

To Reproduce
I have tried installing and reinstalling all versions but it didn't help. I tried deleting mainnet folder each time I installed and launched new version of blockchain, didn't help. I tried to delete db folder separately too and it didn't help.

Expected behavior
Access the miner.

Screenshots
Снимок экрана 2021-04-21 в 20 57 11

**Desktop

  • OS: MacOS Mojave
  • OS Version 10.14.6 (18G103)
  • CPU 2,8 GHz Intel Core 2 Duo
  • 4 GB 1067 MHz DDR3
@egorgolo egorgolo added the bug Something isn't working label Apr 22, 2021
@j4ys0n
Copy link

j4ys0n commented Apr 22, 2021

Having the same issue. Different hardware. On 10.15. No error message other than it can't connect in dev tools.

@radvansky-tomas
Copy link

Thats probably related #2313

@j4ys0n
Copy link

j4ys0n commented Apr 22, 2021

Not sure - I'm on a Ryzen hackintosh.

@saschaeggi
Copy link

Also #2269

@saschaeggi
Copy link

And #2275

@kilianso
Copy link

These steps resolved the issue for me on Catalina 10.15.7

  1. Close Chia Client
  2. Upgrade to Chia Version 1.1
  3. Delete the "wallet" folder in .chia/mainnet/
  4. Delete the "peer_table_node.sqlite" in .chia/mainnet/db (Do not delete the mainnet one. It will take a long time to sync if you have to start from zero again)
  5. Reopen Chia Client

I turned off UPnP but I don't think this makes a difference.
Hope that helps.

@egorgolo
Copy link
Author

These steps resolved the issue for me on Catalina 10.15.7

  1. Close Chia Client
  2. Upgrade to Chia Version 1.1
  3. Delete the "wallet" folder in .chia/mainnet/
  4. Delete the "peer_table_node.sqlite" in .chia/mainnet/db (Do not delete the mainnet one. It will take a long time to sync if you have to start from zero again)
  5. Reopen Chia Client

I turned off UPnP but I don't think this makes a difference.
Hope that helps.

Снимок экрана 2021-04-22 в 9 13 59
I have tried your method but unfortunately it didn't help. I can't find "peer_table_node.sqlite" in .chia/mainnet/db.

@egorgolo
Copy link
Author

Having the same issue. Different hardware. On 10.15. No error message other than it can't connect in dev tools.

Снимок экрана 2021-04-22 в 9 24 57

@kilianso
Copy link

@egorgolo Hmm the only thing I could think of as a quickfix is to backup the mainnet database file, then delete the entire .chia folder and then reopen the client. But as I said, it could take a very long time to create a new mainnet database file. So you could try to use the backup instead. However, I am not a maintainer of this project, so I don`t know what causes these issues in the first place and if this is the right solution.

@egorgolo
Copy link
Author

@kilianso i've tried that too, but the problem didn't disappear unfortunately. Anyways, thanks for advice

@egorgolo
Copy link
Author

Update:

I think I found the problem. Before launching chia in my home network through this computer, I opened it first at my newer MAC. The app probably assigned port 8444 to the computer where I at first opened the app. Anyways, check if your port 8444 is open. If it's closed, you need to open it and the app should start working. It won't work if port 8444 is closed.

*Note one port can only be assigned to one IP. (That's why I wasn't able to open port 8444 through terminal on the Mac that I wanted to use for mining) Please correct if I'm wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants