Add Palladium seed peers and enable peer discovery
This commit is contained in:
@@ -57,8 +57,10 @@ services:
|
||||
SSL_KEYFILE: "/certs/server.key"
|
||||
|
||||
DB_DIRECTORY: "/data"
|
||||
PEER_DISCOVERY: "off"
|
||||
PEER_ANNOUNCE: "false"
|
||||
PEER_DISCOVERY: "on"
|
||||
PEER_ANNOUNCE: "true"
|
||||
# Set this to the server's public IP or hostname (required for peer discovery)
|
||||
# REPORT_HOST: "your.public.ip.or.hostname"
|
||||
INITIAL_CONCURRENT: "2"
|
||||
COST_SOFT_LIMIT: "0"
|
||||
COST_HARD_LIMIT: "0"
|
||||
|
||||
@@ -30,6 +30,14 @@ class Palladium(Bitcoin):
|
||||
RPC_PORT = 2332
|
||||
PEER_DEFAULT_PORTS = {'t': '50001', 's': '50002'}
|
||||
|
||||
# === Seed peers for discovery ===
|
||||
PEERS = [
|
||||
'66.94.115.80 t',
|
||||
'89.117.149.130 t',
|
||||
'173.212.224.67 t',
|
||||
'82.165.218.152 t',
|
||||
]
|
||||
|
||||
# === Deserializer ===
|
||||
DESERIALIZER = lib_tx.DeserializerSegWit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user