Skip to content

Commit

Permalink
new message channel config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Mar 28, 2022
1 parent b0e908f commit 85e08c4
Showing 1 changed file with 42 additions and 25 deletions.
67 changes: 42 additions & 25 deletions jmclient/jmclient/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,26 +137,6 @@ def jm_single():
# information.
rpc_wallet_file =
## SERVER: Darkscience IRC (Tor, IP)
################################################################################
[MESSAGING:server1]
# 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
[MESSAGING:onion]
# onion based message channels must have the exact type 'onion'
# (while the section name above can be MESSAGING:whatever), and there must
Expand Down Expand Up @@ -199,16 +179,53 @@ def jm_single():
# running multiple bots at once. Don't alter it otherwise
regtest_count = 0,0
## SERVER: ILITA IRC (optional IRC alternate, Tor only)
## IRC SERVER 1: Darkscience IRC (Tor, IP)
################################################################################
#[MESSAGING:server3]
#channel = joinmarket-pit
[MESSAGING:server1]
# 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: ILITA IRC (optional IRC alternate, Tor only)
################################################################################
[MESSAGING:server2]
channel = joinmarket-pit
port = 6667
usessl = false
socks5 = true
socks5_host = localhost
host = ilitafrzzgxymv6umx2ux7kbz3imyeko6cnqkvy4nisjjj4qpqkrptid.onion
socks5_port = 9050
## IRC SERVER 3) (backup) hackint IRC (Tor, IP)
################################################################################
[MESSAGING:server3]
# channel = joinmarket-pit
# For traditional IP:
## host = irc.hackint.org
## port = 6697
## usessl = true
## socks5 = false
# For Tor (default):
#host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion
#port = 6667
#usessl = false
#socks5 = true
#socks5_host = localhost
#host = ilitafrzzgxymv6umx2ux7kbz3imyeko6cnqkvy4nisjjj4qpqkrptid.onion
#socks5_port = 9050
[LOGGING]
Expand Down

0 comments on commit 85e08c4

Please sign in to comment.