Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1766: Remove DarkScience IRC network from default config

c416a94410 Remove DarkScience IRC network from default config (Kristaps Kaupe)

Pull request description:

  As requested by DarkScience Operations Team.

  Resolves #1760.

Top commit has no ACKs.

Tree-SHA512: 1919a52a3bdfec70b58158367c11a6cf8fb51344d1f83c0e7fa6e23bf159bc5542c02545c68e062d54a5f6f500a506b495a27efc576427744f3bd2c737da3964
master
merge-script 10 months ago
parent
commit
0e45c6991e
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 22
      src/jmclient/configure.py

22
src/jmclient/configure.py

@ -187,27 +187,7 @@ directory_nodes = g3hv4uynnmynqqq2mchf3fcm3yd46kfzmcdogejuckgwknwyq5ya6iad.onion
# running multiple bots at once. Don't alter it otherwise
regtest_count = 0,0
## IRC SERVER 1: Darkscience IRC (Tor, IP)
################################################################################
[MESSAGING:darkscience]
# by default the legacy format without a `type` field is
# understood to be IRC, but you can, optionally, add it:
# type = irc
channel = joinmarket-pit
port = 6697
usessl = true
# For traditional IP:
#host = irc.darkscience.net
#socks5 = false
# For Tor (recommended as clearnet alternative):
host = darkirc6tqgpnwd3blln3yfv5ckl47eg7llfxkmtovrv7c7iwohhb6ad.onion
socks5 = true
socks5_host = localhost
socks5_port = 9050
# IRC SERVER 2: (backup) hackint IRC (Tor, IP)
# IRC SERVER: hackint IRC (Tor, IP)
###############################################################################
[MESSAGING:hackint]
channel = joinmarket-pit

Loading…
Cancel
Save