Browse Source

Add Ilita IRC server (.onion)

- Added Ilita (http://ilitafrzzgxymv6umx2ux7kbz3imyeko6cnqkvy4nisjjj4qpqkrptid.onion)
- Cleaned up server list overall
master
xanoni 4 years ago
parent
commit
af4f071b74
No known key found for this signature in database
GPG Key ID: 2E7CE32A81C3E127
  1. 49
      jmclient/jmclient/configure.py

49
jmclient/jmclient/configure.py

@ -124,48 +124,73 @@ rpc_user = bitcoin
rpc_password = password
rpc_wallet_file =
## SERVER 1/4) Darkscience IRC (Tor, IP)
################################################################################
[MESSAGING:server1]
host = irc.darkscience.net
channel = joinmarket-pit
port = 6697
usessl = true
# for traditional IP (default):
host = irc.darkscience.net
socks5 = false
socks5_host = localhost
socks5_port = 9050
#for tor
# for Tor (recommended as clearnet alternative):
#host = darkirc6tqgpnwd3blln3yfv5ckl47eg7llfxkmtovrv7c7iwohhb6ad.onion
#socks5 = true
#socks5_host = localhost
#socks5_port = 9050
## SERVER 2/4) hackint IRC (Tor, IP)
################################################################################
[MESSAGING:server2]
host = irc.hackint.org
channel = joinmarket-pit
# for traditional IP (default):
host = irc.hackint.org
port = 6697
usessl = true
socks5 = false
socks5_host = localhost
socks5_port = 9050
#for tor
# for Tor (recommended as clearnet alternative):
#host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion
#port = 6667
#usessl = false
#socks5 = true
#socks5_host = localhost
#socks5_port = 9050
## SERVER 3/4) Anarplex IRC (Tor, IP)
################################################################################
[MESSAGING:server3]
host = agora.anarplex.net
channel = joinmarket-pit
# for traditional IP (default):
host = agora.anarplex.net
port = 14716
usessl = true
socks5 = false
socks5_host = localhost
socks5_port = 9050
#for tor
# for Tor (recommended as clearnet alternative):
#host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion
#port = 6667
#usessl = false
#socks5 = true
#socks5_host = localhost
#socks5_port = 9050
## SERVER 4/4) ILITA IRC (Tor — disabled by default)
################################################################################
#[MESSAGING:server4]
#channel = joinmarket-pit
#port = 6667
#usessl = false
#socks5 = true
#socks5_host = localhost
# for Tor (recommended):
#host = ilitafrzzgxymv6umx2ux7kbz3imyeko6cnqkvy4nisjjj4qpqkrptid.onion
#socks5_port = 9050
[LOGGING]
# Set the log level for the output to the terminal/console

Loading…
Cancel
Save