Skip to content

Commit

Permalink
Remove DarkScience IRC network from default config
Browse files Browse the repository at this point in the history
As requested by DarkScience Operations Team.
  • Loading branch information
kristapsk committed Feb 7, 2025
1 parent 746e832 commit c416a94
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 c416a94

Please sign in to comment.