Connecting to wallet screen

I restarted the computer. chia no longer works. It stops at the connecting to wallet screen and the ring spins forever. I had a backup of the driver, I went back a week with it, but it still does not connect to the wallet. The bad news is I can’t find the mnemonic. Is there a way to run chia properly or find mnemonic?
my log file looks like this

2021-12-03T13:24:34.115 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:34.131 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:40.225 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:40.225 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:46.318 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:47.303 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:52.397 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:53.365 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:59.725 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:24:59.740 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:05.850 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:05.850 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:11.959 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:12.943 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:18.068 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:19.037 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:24.162 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:24.381 harvester chia.plotting.util      : WARNING  Directory: S:\ does not exist.
2021-12-03T13:25:25.162 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:31.272 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:32.443 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:37.365 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:39.772 harvester chia.plotting.util      : WARNING  Directory: S:\ does not exist.
2021-12-03T13:25:42.990 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:43.443 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:50.555 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:50.945 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
2021-12-03T13:25:56.210 harvester chia.plotting.util      : WARNING  Directory: S:\ does not exist.
2021-12-03T13:25:59.536 harvester harvester               : ERROR    harvester: already running
2021-12-03T13:25:59.893 farmer farmer                     : ERROR    farmer: already running
2021-12-03T13:26:00.171 full_node full_node               : ERROR    full_node: already running
2021-12-03T13:26:00.341 wallet wallet                     : ERROR    wallet: already running

What OS and version of chia are you running?

Assuming you did not yet setup the encryption of keys introduced in v1.2.11 (or did but remember the passphrase used), you can do the following cli-command to show mnemonics.

chia keys show --show-mnemonic-seed

noting those carefully I would then reboot and install latest version but up to you;-)

1 Like

Well, now you have me.
I use Ubuntu Linux and know little about chia on windows.
You have to use Powershell to be able to communicate with the chia client by command line interface (cli).
Plenty of people here using windows and also cli, so hopefully someone can fill in.

1 Like

did i do something wrong

try here,

cd ~\AppData\Local\chia-blockchain\app-1.2.11\resources\app.asar.unpacked\daemon\

1 Like

Fill in your version as used in the path. 1.2.11 is the latest indeed but maybe @parmen uses an older version.

1 Like

I just try this and it gave me a bunch of my keys

.\chia keys show

1 Like

Yes you have to correct the version number I’m using 1.2.11 waiting for 12 :slight_smile:

1 Like

yep, @parmen needs to use

.\chia keys show --show-mnemonic-seed
instead of
chia keys show --show-mnemonic-seed

As in the suggestion with the error.

So now I know a little bit about windows client cli also :grin:

2 Likes

I play with Linux twice a year, used it at work (Suze Linux) for VOIP systems, used to work for Siemens. Now my brain is getting flushed every week. :joy: :joy:

1 Like

I owe you all gratitude. I was afraid for a moment that I would have to rewrite 120 tb.

1 Like

And when your Chia is shut down and you have rebooted your system I copied the two folders to a backup USB drive for CYA


Just to make sure I have a backup for me.

1 Like

Sorry

the .chia and .chia_keys

1 Like