Merge branch 'master' of https://github.com/adityapk00/zec-qt-wallet
This commit is contained in:
@@ -107,6 +107,7 @@ void ConnectionLoader::createZcashConf() {
|
|||||||
QTextStream out(&file);
|
QTextStream out(&file);
|
||||||
|
|
||||||
out << "server=1\n";
|
out << "server=1\n";
|
||||||
|
out << "addnode=mainnet.z.cash\n";
|
||||||
out << "rpcuser=zec-qt-wallet\n";
|
out << "rpcuser=zec-qt-wallet\n";
|
||||||
out << "rpcpassword=" % randomPassword() << "\n";
|
out << "rpcpassword=" % randomPassword() << "\n";
|
||||||
file.close();
|
file.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user