diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp
index 390b7bb..5a9496a 100644
--- a/src/bitcoinrpc.cpp
+++ b/src/bitcoinrpc.cpp
@@ -1,5 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp
index 4b4beac..64a0778 100644
--- a/src/checkpoints.cpp
+++ b/src/checkpoints.cpp
@@ -1,4 +1,5 @@
// Copyright (c) 2009-2012 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
diff --git a/src/init.cpp b/src/init.cpp
index bff2c74..824fd60 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
diff --git a/src/main.cpp b/src/main.cpp
index cfd7919..9f79ca0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 992fcd1..40d5bc3 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -27,7 +27,7 @@ INCLUDEPATHS= \
-I"$(CURDIR)" \
-I"$(DEPSDIR)/include" \
-I"$(DEPSDIR)/boost_1_57_0/" \
- -I"$(DEPSDIR)/openssl-1.0.2n/include/" \
+ -I"$(DEPSDIR)/openssl-1.0.2o/include/" \
-I"$(DEPSDIR)/db-4.8.30.NC/build_unix/" \
-I"$(DEPSDIR)/miniupnpc/"
@@ -36,7 +36,7 @@ LIBPATHS= \
-L"$(DEPSDIR)/lib" \
-L"$(DEPSDIR)/boost_1_57_0/stage/lib" \
-L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
- -L"$(DEPSDIR)/openssl-1.0.2n/dist/lib" \
+ -L"$(DEPSDIR)/openssl-1.0.2o/" \
-L"$(DEPSDIR)/miniupnpc"
LIBS= \
diff --git a/src/makefile.osx b/src/makefile.osx
index 83a1971..bfc2d84 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -188,4 +188,4 @@ clean:
-rm -f obj/build.h
-cd leveldb && $(MAKE) clean || true
-FORCE:
+FORCE:
\ No newline at end of file
diff --git a/src/net.cpp b/src/net.cpp
index 93af341..a3cbdf7 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui
index f58cdb9..d61f3f3 100644
--- a/src/qt/forms/aboutdialog.ui
+++ b/src/qt/forms/aboutdialog.ui
@@ -50,7 +50,7 @@
IBeamCursor
- <b>newyorkc</b> version
+ <html><head/><body><p><span style=" font-weight:600;">NewYorkCoin</span> version</p></body></html>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui
index 6687ef5..7b277b9 100644
--- a/src/qt/forms/optionsdialog.ui
+++ b/src/qt/forms/optionsdialog.ui
@@ -23,7 +23,7 @@
QTabWidget::North
- 1
+ 2
diff --git a/src/util.cpp b/src/util.cpp
index 34df025..81a6693 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -1142,7 +1143,8 @@ void ReadConfigFile(map& mapSettingsRet,
fprintf(ConfFile, "rpcport=18823\n");
fprintf(ConfFile, "listen=1\n");
fprintf(ConfFile, "server=1\n");
- fprintf(ConfFile, "maxconnections=100\n");
+ fprintf(ConfFile, "maxconnections=20\n");
+ fprintf(ConfFile, "addnode=nyc.theincrediblemachine.tv\n");
fprintf(ConfFile, "addnode=62.213.218.23\n");
fprintf(ConfFile, "addnode=67.86.78.250\n");
fprintf(ConfFile, "addnode=71.34.149.166\n");
diff --git a/src/wallet.cpp b/src/wallet.cpp
index 168ee92..f0d20c3 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
+// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.