mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 11:46:11 -04:00
use new seednodes for dev
This commit is contained in:
parent
65f2aefcc4
commit
0b5cdc2581
1 changed files with 7 additions and 2 deletions
|
@ -16,9 +16,14 @@ public class SeedNodesRepository {
|
||||||
// regtest use port 8002
|
// regtest use port 8002
|
||||||
private Set<NodeAddress> torSeedNodeAddresses = Sets.newHashSet(
|
private Set<NodeAddress> torSeedNodeAddresses = Sets.newHashSet(
|
||||||
// mainnet
|
// mainnet
|
||||||
new NodeAddress("oyyii5ogv7y7iadi.onion:8000"),
|
// 0.3.3
|
||||||
|
/* new NodeAddress("oyyii5ogv7y7iadi.onion:8000"),
|
||||||
new NodeAddress("ugcro2f5xnkguash.onion:8000"),
|
new NodeAddress("ugcro2f5xnkguash.onion:8000"),
|
||||||
new NodeAddress("qarhpdsl6mfhbnud.onion:8000"),
|
new NodeAddress("qarhpdsl6mfhbnud.onion:8000"),*/
|
||||||
|
|
||||||
|
new NodeAddress("lih5zsr2bvxi24pk.onion:8000"),
|
||||||
|
new NodeAddress("s5xpstlooosehtxm.onion:8000"),
|
||||||
|
new NodeAddress("izs5oz7i5ta7c2ir.onion:8000"),
|
||||||
|
|
||||||
// testnet
|
// testnet
|
||||||
new NodeAddress("znmy44wcstn2rkva.onion:8001"),
|
new NodeAddress("znmy44wcstn2rkva.onion:8001"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue