From 00c6bd9b8d0cff2c890e2d7c5f909bb766a13678 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sat, 8 Jun 2019 21:17:01 -0700 Subject: [PATCH] Tweaks to generated config files --- src/connection.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/connection.cpp b/src/connection.cpp index d18ecb5..d6fe62f 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -182,8 +182,9 @@ void ConnectionLoader::createZcashConf() { QTextStream out(&file); out << "server=1\n"; - out << "addnode=mainnet.z.cash\n"; - out << "rpcuser=zec-qt-wallet\n"; + //out << "addnode=mainnet.z.cash\n"; + out << "rpcuser=hush\n"; + // TODO: set indexes and ports out << "rpcpassword=" % randomPassword() << "\n"; if (!datadir.isEmpty()) { out << "datadir=" % datadir % "\n";