Add new seed node

This commit is contained in:
Manfred Karrer 2017-11-13 15:36:36 -05:00
parent 1c357f915d
commit 7cb8e02e9f
No known key found for this signature in database
GPG key ID: 401250966A6B2C46
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ public class CoreSeedNodesRepository implements SeedNodesRepository {
new NodeAddress("5quyxpxheyvzmb2d.onion:8000"), // @mrosseel
new NodeAddress("ef5qnzx6znifo3df.onion:8000"), // @alexej996
new NodeAddress("s67qglwhkgkyvr74.onion:8000"), // @emzy
new NodeAddress("tflzvr2yrdp3u4ib.onion:8000"), // @emzy
//TODO dev
// local dev

View file

@ -34,7 +34,7 @@ import java.util.stream.Collectors;
@Slf4j
public class ProvidersRepository {
private static final String NODES = "http://xc3nh4juf2hshy7e.onion/, " + // @emzy
"http://ceaanhbvluug4we6.onion/"; // @mrosseel OK
"http://ceaanhbvluug4we6.onion/"; // @mrosseel
// old nodes
// private static final String NODES = "http://44mgyoe2b6oqiytt.onion/, http://5bmpx76qllutpcyp.onion/";
private final String providersFromProgramArgs;