|
|
|
|
@ -124,48 +124,73 @@ rpc_user = bitcoin
|
|
|
|
|
rpc_password = password |
|
|
|
|
rpc_wallet_file = |
|
|
|
|
|
|
|
|
|
## SERVER 1/4) Darkscience IRC (Tor, IP) |
|
|
|
|
################################################################################ |
|
|
|
|
[MESSAGING:server1] |
|
|
|
|
host = irc.darkscience.net |
|
|
|
|
channel = joinmarket-pit |
|
|
|
|
port = 6697 |
|
|
|
|
usessl = true |
|
|
|
|
|
|
|
|
|
# for traditional IP (default): |
|
|
|
|
host = irc.darkscience.net |
|
|
|
|
socks5 = false |
|
|
|
|
socks5_host = localhost |
|
|
|
|
socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
#for tor |
|
|
|
|
# for Tor (recommended as clearnet alternative): |
|
|
|
|
#host = darkirc6tqgpnwd3blln3yfv5ckl47eg7llfxkmtovrv7c7iwohhb6ad.onion |
|
|
|
|
#socks5 = true |
|
|
|
|
#socks5_host = localhost |
|
|
|
|
#socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
## SERVER 2/4) hackint IRC (Tor, IP) |
|
|
|
|
################################################################################ |
|
|
|
|
[MESSAGING:server2] |
|
|
|
|
host = irc.hackint.org |
|
|
|
|
channel = joinmarket-pit |
|
|
|
|
|
|
|
|
|
# for traditional IP (default): |
|
|
|
|
host = irc.hackint.org |
|
|
|
|
port = 6697 |
|
|
|
|
usessl = true |
|
|
|
|
socks5 = false |
|
|
|
|
socks5_host = localhost |
|
|
|
|
socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
#for tor |
|
|
|
|
# for Tor (recommended as clearnet alternative): |
|
|
|
|
#host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion |
|
|
|
|
#port = 6667 |
|
|
|
|
#usessl = false |
|
|
|
|
#socks5 = true |
|
|
|
|
#socks5_host = localhost |
|
|
|
|
#socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
## SERVER 3/4) Anarplex IRC (Tor, IP) |
|
|
|
|
################################################################################ |
|
|
|
|
[MESSAGING:server3] |
|
|
|
|
host = agora.anarplex.net |
|
|
|
|
channel = joinmarket-pit |
|
|
|
|
|
|
|
|
|
# for traditional IP (default): |
|
|
|
|
host = agora.anarplex.net |
|
|
|
|
port = 14716 |
|
|
|
|
usessl = true |
|
|
|
|
socks5 = false |
|
|
|
|
socks5_host = localhost |
|
|
|
|
socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
#for tor |
|
|
|
|
# for Tor (recommended as clearnet alternative): |
|
|
|
|
#host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion |
|
|
|
|
#port = 6667 |
|
|
|
|
#usessl = false |
|
|
|
|
#socks5 = true |
|
|
|
|
#socks5_host = localhost |
|
|
|
|
#socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
## SERVER 4/4) ILITA IRC (Tor — disabled by default) |
|
|
|
|
################################################################################ |
|
|
|
|
#[MESSAGING:server4] |
|
|
|
|
#channel = joinmarket-pit |
|
|
|
|
#port = 6667 |
|
|
|
|
#usessl = false |
|
|
|
|
#socks5 = true |
|
|
|
|
#socks5_host = localhost |
|
|
|
|
|
|
|
|
|
# for Tor (recommended): |
|
|
|
|
#host = ilitafrzzgxymv6umx2ux7kbz3imyeko6cnqkvy4nisjjj4qpqkrptid.onion |
|
|
|
|
#socks5_port = 9050 |
|
|
|
|
|
|
|
|
|
[LOGGING] |
|
|
|
|
# Set the log level for the output to the terminal/console |
|
|
|
|
@ -200,7 +225,7 @@ merge_algorithm = default
|
|
|
|
|
|
|
|
|
|
# The fee estimate is based on a projection of how many satoshis |
|
|
|
|
# per kB are needed to get in one of the next N blocks, N set here |
|
|
|
|
# as the value of 'tx_fees'. This cost estimate is high if you set |
|
|
|
|
# as the value of 'tx_fees'. This cost estimate is high if you set |
|
|
|
|
# N=1, so we choose 3 for a more reasonable figure, as our default. |
|
|
|
|
# You can also set your own fee/kb: any number higher than 1000 will |
|
|
|
|
# be interpreted as the fee in satoshi per kB that you wish to use |
|
|
|
|
|