Thanks! That seems to have done the trick!

Next issue I have is that starting the daemon doesn't seem to start any process that I could find, just silently exits (I think):

```

$ pnpm run signet -- start --key main-key

> signet@1.0.0-beta signet /home/signet/src/signet/apps/signet

> node dist/index.js -- start --key main-key

$

```

Reply to this note

Please Login to reply.

Discussion

did already do pnpm run signet -- add --name main-key? if so, do you have signet.json in ~/.signet-config? you could run DEBUG=signet:* pnpm run signet -- start --key main-key and see if there's any output that might help me figure out what's going on.

I did run that, but actually, now that you have asked me to check--it did not create the signet.json file!

well you probably want to pull the latest commit. there's some new stuff and it fixes the issues you've brought up as well.

I've pulled the latest commits but still having the same issue. 😿

No stress tho, I'll pick up with it tomorrow/whenever it's resolved!