Post
Topic
Board Development & Technical Discussion
Re: Running bitcoin node with LN hub on a Raspberry Pi 3
by
bitart
on 12/04/2018, 21:07:19 UTC
one more question... did you modify the config.go file again after git reset? You have mentioned that this change is needed to run a neutrino version:

Code:
if cfg.Bitcoin.Node == "neutrino" && cfg.Bitcoin.MainNet {
str := "%s: neutrino isn't yet supported for " +
"bitcoin's mainnet"
err := fmt.Errorf(str, funcName)
return nil, err
}
Thanks for pointing me to the right direction, I haven't modified the file, and as I've checked the log I've posted in the last post, I've realized that I've forgot to run the
Code:
make && make install
after the successfull git pull to install the new version after downloading it.
I've quickly run the install, and now the version of the lnd is really 0.4.1, but the problem remains the same.
I'm looking into the DNS things maybe I can find something with google...