Skip to content

Commit

Permalink
new logo & seed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
swatchie-1 committed Aug 31, 2018
1 parent dd2f8a3 commit 85c27ab
Show file tree
Hide file tree
Showing 29 changed files with 26 additions and 11 deletions.
11 changes: 5 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/src/config/hilux-config.h.in \
$(top_srcdir)/src/test/buildenv.py.in COPYING INSTALL \
build-aux/compile build-aux/config.guess build-aux/config.sub \
build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
build-aux/missing
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -298,7 +297,7 @@ CFLAGS = -g -O2
CLIENT_VERSION_IS_RELEASE = true
CLIENT_VERSION_MAJOR = 1
CLIENT_VERSION_MINOR = 0
CLIENT_VERSION_REVISION = 0
CLIENT_VERSION_REVISION = 1
COMPARISON_TOOL_REORG_TESTS = 0
COPYRIGHT_YEAR = 2018
CPP = gcc -E
Expand Down Expand Up @@ -385,10 +384,10 @@ OTOOL64 =
PACKAGE = hiluxcore
PACKAGE_BUGREPORT = https://github.com/hiluxcrypto/hilux/issues
PACKAGE_NAME = Hilux Core
PACKAGE_STRING = Hilux Core 1.0.0
PACKAGE_STRING = Hilux Core 1.0.1
PACKAGE_TARNAME = hiluxcore
PACKAGE_URL =
PACKAGE_VERSION = 1.0.0
PACKAGE_VERSION = 1.0.1
PATH_SEPARATOR = :
PIC_FLAGS = -fPIC
PIE_FLAGS = -fPIE
Expand Down Expand Up @@ -441,7 +440,7 @@ UNIVALUE_CFLAGS = -I$(srcdir)/univalue/include
UNIVALUE_LIBS = univalue/libunivalue.la
USE_QRCODE =
USE_UPNP =
VERSION = 1.0.0
VERSION = 1.0.1
WINDOWS_BITS =
WINDRES =
X11XCB_CFLAGS =
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Hilux Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/hiluxcrypto/hilux/issues],[hiluxcore])
Expand Down
Binary file modified share/pixmaps/hilux.ico
Binary file not shown.
Binary file modified share/pixmaps/hilux128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified share/pixmaps/hilux16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified share/pixmaps/hilux256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified share/pixmaps/hilux32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified share/pixmaps/hilux64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified share/pixmaps/nsis-header.bmp
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ CFLAGS = -g -O2
CLIENT_VERSION_IS_RELEASE = true
CLIENT_VERSION_MAJOR = 1
CLIENT_VERSION_MINOR = 0
CLIENT_VERSION_REVISION = 0
CLIENT_VERSION_REVISION = 1
COMPARISON_TOOL_REORG_TESTS = 0
COPYRIGHT_YEAR = 2018
CPP = gcc -E
Expand Down Expand Up @@ -1754,10 +1754,10 @@ OTOOL64 =
PACKAGE = hiluxcore
PACKAGE_BUGREPORT = https://github.com/hiluxcrypto/hilux/issues
PACKAGE_NAME = Hilux Core
PACKAGE_STRING = Hilux Core 1.0.0
PACKAGE_STRING = Hilux Core 1.0.1
PACKAGE_TARNAME = hiluxcore
PACKAGE_URL =
PACKAGE_VERSION = 1.0.0
PACKAGE_VERSION = 1.0.1
PATH_SEPARATOR = :
PIC_FLAGS = -fPIC
PIE_FLAGS = -fPIE
Expand Down Expand Up @@ -1810,7 +1810,7 @@ UNIVALUE_CFLAGS = -I$(srcdir)/univalue/include
UNIVALUE_LIBS = univalue/libunivalue.la
USE_QRCODE =
USE_UPNP =
VERSION = 1.0.0
VERSION = 1.0.1
WINDOWS_BITS =
WINDRES =
X11XCB_CFLAGS =
Expand Down
16 changes: 16 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,22 @@ class CMainParams : public CChainParams {
vSeeds.push_back(CDNSSeedData("node3.hiluxcoin.com", "node3.hiluxcoin.com")); // DNSSeed
vSeeds.push_back(CDNSSeedData("node4.hiluxcoin.com", "node4.hiluxcoin.com")); // DNSSeed
vSeeds.push_back(CDNSSeedData("node5.hiluxcoin.com", "node5.hiluxcoin.com")); // DNSSeed
vSeeds.push_back(CDNSSeedData("149.28.130.84", "149.28.130.84")); // DNSSeed
vSeeds.push_back(CDNSSeedData("91.211.251.11", "91.211.251.11")); // DNSSeed
vSeeds.push_back(CDNSSeedData("104.238.170.162", "104.238.170.162")); // DNSSeed
vSeeds.push_back(CDNSSeedData("193.124.187.194", "193.124.187.194")); // DNSSeed
vSeeds.push_back(CDNSSeedData("45.43.21.166", "45.43.21.166")); // DNSSeed
vSeeds.push_back(CDNSSeedData("149.28.180.196", "149.28.180.196")); // DNSSeed
vSeeds.push_back(CDNSSeedData("80.211.46.174", "80.211.46.174")); // DNSSeed
vSeeds.push_back(CDNSSeedData("107.175.123.196", "107.175.123.196")); // DNSSeed
vSeeds.push_back(CDNSSeedData("172.104.87.58", "172.104.87.58")); // DNSSeed
vSeeds.push_back(CDNSSeedData("95.179.149.180", "95.179.149.180")); // DNSSeed
vSeeds.push_back(CDNSSeedData("45.76.137.171", "45.76.137.171")); // DNSSeed
vSeeds.push_back(CDNSSeedData("80.211.26.13", "80.211.26.13")); // DNSSeed
vSeeds.push_back(CDNSSeedData("45.77.104.146", "45.77.104.146")); // DNSSeed
vSeeds.push_back(CDNSSeedData("68.195.18.155", "68.195.18.155")); // DNSSeed





Expand Down
Binary file modified src/qt/res/icons/crownium/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/drkblue/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/hilux.ico
Binary file not shown.
Binary file modified src/qt/res/icons/hilux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/light/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/trad/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/crownium/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/crownium/hilux_logo_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/crownium/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/drkblue/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/drkblue/hilux_logo_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/drkblue/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/light/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/light/hilux_logo_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/light/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/trad/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/trad/hilux_logo_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/trad/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85c27ab

Please sign in to comment.