diff --git a/src/connection.cpp b/src/connection.cpp index 68aef68..a8aacb2 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -107,6 +107,7 @@ void ConnectionLoader::createZcashConf() { QTextStream out(&file); out << "server=1\n"; + out << "addnode=mainnet.z.cash\n"; out << "rpcuser=zec-qt-wallet\n"; out << "rpcpassword=" % randomPassword() << "\n"; file.close();