Skip to content

Commit 2078b03

Browse files
committed
First commit
1 parent 9cdafb5 commit 2078b03

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

ABBCCoin-qt

0 Bytes
Binary file not shown.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################################################################
22
# Makefile for building: ABBCCoin-qt
3-
# Generated by qmake (2.01a) (Qt 4.8.7) on: Fri Apr 19 11:53:17 2019
3+
# Generated by qmake (2.01a) (Qt 4.8.7) on: Mon Apr 22 10:36:51 2019
44
# Project: ABBCCoin.pro
55
# Template: app
66
# Command: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake USE_UPNP=- USE_QRCODE=1 -o Makefile ABBCCoin.pro

build/net.o

216 Bytes
Binary file not shown.

src/ABBCCoind

-336 Bytes
Binary file not shown.

src/net.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,10 @@ void MapPort()
11631163
// The first name is used as information source for addrman.
11641164
// The second name should resolve to a list of seed addresses.
11651165
static const char *strDNSSeed[][2] = {
1166-
{"192.168.0.162", "192.168.0.162"},
1167-
{"192.168.0.163", "192.168.0.163"},
1166+
{"3.121.201.67", "3.121.201.67"},
1167+
{"18.195.241.83", "18.195.241.83"},
1168+
{"18.184.101.21", "18.184.101.21"},
1169+
{"18.197.186.232", "18.197.186.232"}
11681170
};
11691171

11701172
void ThreadDNSAddressSeed(void* parg)

0 commit comments

Comments
 (0)