update onion address

This commit is contained in:
Manfred Karrer 2015-10-28 23:32:32 +01:00
parent 0d9e0d0f31
commit 88ab1419fa
2 changed files with 1 additions and 6 deletions

View File

@ -230,11 +230,6 @@ public class P2PService {
});
}
public void protocol() {
// networkNode.start
// onTorNodeReady: sendGetAllDataMessage
// onHiddenServiceReady: tryStartAuthentication
}
///////////////////////////////////////////////////////////////////////////////////////////
// API

View File

@ -9,7 +9,7 @@ public class SeedNodesRepository {
protected List<Address> torSeedNodeAddresses = Arrays.asList(
new Address("3anjm5mw2sr6abx6.onion:8001")
new Address("lmvdenjkyvx2ovga.onion:8001")
);