Check wallet issues

I checked the wallet and found the following information. What should I do?

I (09:05:35) [no] kernel::boot: kernel: starting
I (09:05:35) [no] kernel::form: Found existing state - restoring from checkpoint
I (09:05:39) [%build-hash 0vt.gjqc7]
E (09:05:39) nockchain_wallet: Failed to connect to nockchain NPC socket at “./nockchain.sock”: No such file or directory (os error 2)
This could mean:

  1. Nockchain is not running
  2. The socket path is incorrect
  3. The socket file exists but is stale (try removing it)
  4. Insufficient permissions to access the socket
    D (09:05:39) wallet: debug: last block: ~
    D (09:05:39) wallet: debug: update-block
    D (09:05:39) wallet: debug: sync-run: wrapped command %list-notes
    D (09:05:39) wallet: debug: no pending commands to execute
    D (09:05:39) wallet: debug: cause: %sync-run
    D (09:05:39) wallet: debug: wire: [~.one-punch 1 /]

Did you try the four steps listed as possible solutions?

  1. The socket path is incorrect

I found many nockchain.sock files.But I don’t know which one belongs to my node 475855.nockchain

If you don’t set it separately, then it corresponds to .socket/nockchain.sock in the folder you are running the miner instance.

So you′ll have to figure out which folder corresponds to which Unix PID to disambiguate that.

There’s probably a best practice here that hasn’t been articulated yet.