Adding addnode to generated zcash.conf

This commit is contained in:
Gareth Davies
2018-11-12 19:18:34 -08:00
parent b7ca8fbc7b
commit edf0cd7edb

View File

@@ -106,6 +106,7 @@ void ConnectionLoader::createZcashConf() {
QTextStream out(&file);
out << "addnode=mainnet.z.cash\n";
out << "server=1\n";
out << "rpcuser=zec-qt-wallet\n";
out << "rpcpassword=" % randomPassword() << "\n";