Browse Source

Tweaks to generated config files

pull/45/head
Jonathan "Duke" Leto 5 years ago
parent
commit
00c6bd9b8d
  1. 5
      src/connection.cpp

5
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";

Loading…
Cancel
Save