#44 - add mainnet.z.cash to default conf

This commit is contained in:
adityapk00
2018-11-12 19:19:20 -08:00
parent b7ca8fbc7b
commit cee7593876

View File

@@ -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();