Adding addnode to generated zcash.conf
This commit is contained in:
@@ -106,6 +106,7 @@ void ConnectionLoader::createZcashConf() {
|
|||||||
|
|
||||||
QTextStream out(&file);
|
QTextStream out(&file);
|
||||||
|
|
||||||
|
out << "addnode=mainnet.z.cash\n";
|
||||||
out << "server=1\n";
|
out << "server=1\n";
|
||||||
out << "rpcuser=zec-qt-wallet\n";
|
out << "rpcuser=zec-qt-wallet\n";
|
||||||
out << "rpcpassword=" % randomPassword() << "\n";
|
out << "rpcpassword=" % randomPassword() << "\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user