X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.cpp;h=73621d8abdc3fd8fb9d79c887c8b4c81a726dbfb;hp=7fb43bc1b487e75c9bdb93c0dbc6fe0560313e45;hb=e76d26de9454bd57f444f77c18735486190f8112;hpb=c69eb1bd70e0dc94095d63b0de50dc8d2910ea0e diff --git a/src/util.cpp b/src/util.cpp index 7fb43bc..73621d8 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1180,13 +1180,11 @@ void createConf() pConf << "rpcuser=user\nrpcpassword=" + randomStrGen(15) + "\nrpcport=8344" - + "\nport=7777" + "\n#(0=off, 1=on) daemon - run in the background as a daemon and accept commands" + "\ndaemon=0" + "\n#(0=off, 1=on) server - accept command line and JSON-RPC commands" + "\nserver=0" - + "\nrpcallowip=127.0.0.1" - + "\ntestnet=0"; + + "\nrpcallowip=127.0.0.1"; pConf.close(); }