Skip to content

Commit

Permalink
Merge JoinMarket-Org#1766: Remove DarkScience IRC network from defaul…
Browse files Browse the repository at this point in the history
…t config

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

Pull request description:

  As requested by DarkScience Operations Team.

  Resolves JoinMarket-Org#1760.

Top commit has no ACKs.

Tree-SHA512: 1919a52a3bdfec70b58158367c11a6cf8fb51344d1f83c0e7fa6e23bf159bc5542c02545c68e062d54a5f6f500a506b495a27efc576427744f3bd2c737da3964
  • Loading branch information
kristapsk committed Feb 12, 2025
2 parents 746e832 + c416a94 commit 0e45c69
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/jmclient/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,27 +187,7 @@ def jm_single() -> AttributeDict:
# 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
Expand Down

0 comments on commit 0e45c69

Please sign in to comment.