JoinMarket-Org / joinmarket

CoinJoin implementation with incentive structure to convince people to take part
398 stars 119 forks source link

Darkscience IRC network connection info #778

Open chris-belcher opened 5 years ago

chris-belcher commented 5 years ago

The hosts are irc.darkscience.net and darksci3bfoka7tw.onion

port 6697 and ssl enabled (for both clearnet and onion)

See also: https://darkscience.net/

HamishMacEwan commented 5 years ago
[MESSAGING:server3]
#host = irc.darkscience.net
channel = joinmarket-pit
#port = 6697
#usessl = true
#socks5 = true
socks5_host = localhost
socks5_port = 9050

#for tor
host = darksci3bfoka7tw.onion
port = 6697
usessl = true
socks5 = true

Commenting out the clearnet options in favour of Tor. This won't interact with the MESSAGING defaults I'm assuming.