-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from LIMXTEC/DEV_1
Dev 1
- Loading branch information
Showing
27 changed files
with
340 additions
and
670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# List of fixed seed nodes for mainnet | ||
|
||
80.211.195.230:9468 | ||
194.182.84.184:9468 | ||
81.2.239.169:9468 | ||
80.211.219.25:9468 | ||
185.28.101.48:9468 | ||
80.211.139.4:9468 | ||
80.211.0.105:9468 | ||
94.177.217.18:9468 | ||
[2001:15e8:110:42e6::1]:9468 | ||
[2001:15e8:110:73b8::1]:9468 | ||
[2001:15e8:110:7a9::1]:9468 | ||
[2001:15e8:110:5a19::1]:9468 | ||
[2001:15e8:110:2930::1]:9468 | ||
[2a00:6d40:72:3404::1]:9468 | ||
[2a00:6d40:72:6f69::1]:9468 | ||
[2a00:6d40:60:b412::1]:9468 | ||
|
||
112.12.186.167:7951 | ||
120.243.237.99:7951 | ||
144.76.172.181:7951 | ||
178.200.230.252:7951 | ||
185.194.140.60:7951 | ||
185.194.142.122:7951 | ||
185.194.142.125:7951 | ||
188.68.39.1:7951 | ||
188.86.152.151:7951 | ||
200.44.250.123:7951 | ||
27.42.139.210:7951 | ||
27.42.173.41:7951 | ||
27.42.187.69:7951 | ||
37.120.186.85:7951 | ||
37.120.190.76:7951 | ||
37.201.4.195:7951 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
82bcf405f6db1d55b684a1f63a4aabad376cdad7 | ||
9505C11C26DE91E28AED1ADB111707CDB9079D6A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
71A3B16735405025D447E8F274810B012346C9A6 | ||
133EAC179436F14A5CF1B794860FEB804E669320 | ||
32EE5C4C3FA15CCADB46ABE529D4BCB6416F53EC | ||
B8B3F1C0E58C15DB6A81D30C3648A882F4316B9B | ||
9505C11C26DE91E28AED1ADB111707CDB9079D6A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,8 @@ | |
* @author Mish <[email protected]> | ||
*/ | ||
|
||
#ifndef SPH_GOST_H__ | ||
#define SPH_GOST_H__ | ||
#ifndef MEGACOIN_CRYPTO_GOST_STREEBOG_H | ||
#define MEGACOIN_CRYPTO_GOST_STREEBOG_H | ||
|
||
#ifdef __cplusplus | ||
extern "C"{ | ||
|
@@ -182,4 +182,4 @@ void sph_gost512_addbits_and_close( | |
} | ||
#endif | ||
|
||
#endif | ||
#endif //MEGACOIN_CRYPTO_GOST_STREEBOG_H |
Oops, something went wrong.