mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 08:24:20 +00:00
add gitignore, add i2p seed
This commit is contained in:
parent
f79dc8c5be
commit
07e092a570
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
gostcoin-qt
|
||||||
|
gostcoind
|
@ -33,8 +33,8 @@ endif
|
|||||||
|
|
||||||
# for boost 1.37, add -mt to the boost libraries
|
# for boost 1.37, add -mt to the boost libraries
|
||||||
LIBS += \
|
LIBS += \
|
||||||
-Wl,-B$(LMODE) \
|
-Wl,-B$(LMODE) \
|
||||||
-l boost_system$(BOOST_LIB_SUFFIX) \
|
-l boost_system$(BOOST_LIB_SUFFIX) \
|
||||||
-l boost_filesystem$(BOOST_LIB_SUFFIX) \
|
-l boost_filesystem$(BOOST_LIB_SUFFIX) \
|
||||||
-l boost_program_options$(BOOST_LIB_SUFFIX) \
|
-l boost_program_options$(BOOST_LIB_SUFFIX) \
|
||||||
-l boost_thread$(BOOST_LIB_SUFFIX) \
|
-l boost_thread$(BOOST_LIB_SUFFIX) \
|
||||||
|
12
src/net.cpp
12
src/net.cpp
@ -1339,24 +1339,18 @@ void MapPort(bool)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static const char *strI2PDNSSeed[][2] = {
|
static const char *strI2PDNSSeed[][2] = {
|
||||||
/*{"cxlrsrjc7kwcoqm6mnhsrjw6pkglt5hk5q5ctrullz5wyhfv2ylq.b32.i2p",
|
/*{"cxlrsrjc7kwcoqm6mnhsrjw6pkglt5hk5q5ctrullz5wyhfv2ylq.b32.i2p","cxlrsrjc7kwcoqm6mnhsrjw6pkglt5hk5q5ctrullz5wyhfv2ylq.b32.i2p"} // xcps*/
|
||||||
"cxlrsrjc7kwcoqm6mnhsrjw6pkglt5hk5q5ctrullz5wyhfv2ylq.b32.i2p"} // xcps*/
|
{"6kpijk3ykvn7yqloxmkmudoow326dubsrzrxqbkwstrxb73z4auq.b32.i2p","6kpijk3ykvn7yqloxmkmudoow326dubsrzrxqbkwstrxb73z4auq.b32.i2p"} // R4SAS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// DNS seeds
|
// DNS seeds
|
||||||
// Each pair gives a source name and a seed name.
|
// Each pair gives a source name and a seed name.
|
||||||
// The first name is used as information source for addrman.
|
// The first name is used as information source for addrman.
|
||||||
// The second name should resolve to a list of seed addresses.
|
// The second name should resolve to a list of seed addresses.
|
||||||
static const char *strMainNetDNSSeed[][2] = {
|
static const char *strMainNetDNSSeed[][2] = {
|
||||||
{"coinpool.in", "gostcoin.dnsseed.coinpool.in"},
|
{"coinpool.in", "gostcoin.dnsseed.coinpool.in"},
|
||||||
// {"anoncoin.net", "dnsseed01.anoncoin.net"},
|
// {"anoncoin.net", "dnsseed01.anoncoin.net"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user