1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-02-06 20:04:51 +00:00

add gitignore, add i2p seed

This commit is contained in:
R4SAS 2017-04-15 15:19:53 +03:00
parent f79dc8c5be
commit 07e092a570
3 changed files with 9 additions and 11 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.a
*.o
gostcoin-qt
gostcoind

View File

@ -1339,17 +1339,11 @@ 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.