From 0aa2cf008eaa11864d003f86b567e970cf74ff92 Mon Sep 17 00:00:00 2001 From: fsb4000 Date: Thu, 12 Feb 2015 09:25:34 +0600 Subject: [PATCH] =?utf8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=BE=20=D1=80=D0=B0=D1=81=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2=20=D0=B2=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D1=8E=D1=89=D0=B5=D0=BC=D1=81=D1=8F=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B5=20novacoin.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/util.cpp | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index a15fa67..f69c600 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1162,8 +1162,10 @@ void createConf() + randomStrGen(15) + "\nrpcport=8344" + "\nport=7777" - + "\ndaemon=0 #(0=off, 1=on) Run in the background as a daemon and accept commands" - + "\nserver=0 #(0=off, 1=on) Accept command line and JSON-RPC commands" + + "\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"; pConf.close(); -- 1.7.1