Hi I experienced some trouble with LND recently, and I was adviced to scan my wallet file using dropwtxmgr in btcwallet.
I'm following install instructions here, download btcwallet git directory, but when I run glide install I encounter this error :
[ERROR] Failed to find glide.yaml file in directory tree: Cannot resolve parent of /
I'm not very familiar with Go, but I highly suspect it is related to the fact that I use the latest Go1.11, while it is advised in the README file to use 1.5 or 1.6.
Is there something I can do about it except downgrading for the time to run it and upgrading again?
uname -a: Linux Celeri 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Thanks!