Post
Topic
Board Development & Technical Discussion
Re: Running bitcoin node with LN hub on a Raspberry Pi 3
by
delpiero10
on 12/04/2018, 20:11:02 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
}