$ ipfs mount
Error: could not resolve name
go-ipfs version: 0.5.0-dev-6c45f9ed9
Repo version: 9
System version: amd64/linux
Golang version: go1.13.8
I just wanted to add the mounts to my client and this is what happend.
Hm. For some reason, we're trying to resolve our _local_ IPNS record on the public network. We should check to see if _we're_ publishing the address and check our local cache.
Well, this can't work - since I never published the record on the network...
Why do we need to resolve the IPNS record at all?
Why do we need to resolve the IPNS record at all?
IIRC, because ls /ipns will list all of our own keys. However:
Is there a workaround?
Most helpful comment
IIRC, because
ls /ipnswill list all of our own keys. However: