You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
#NOTE: This configuration file is for testing with regtest only |
|
#For mainnet usage, running a JoinMarket script will create the default file |
|
[BLOCKCHAIN] |
|
blockchain_source = regtest |
|
rpc_host = localhost |
|
rpc_port = 18332 |
|
rpc_user = bitcoinrpc |
|
rpc_password = 123456abcdef |
|
network = testnet |
|
bitcoin_cli_cmd = bitcoin-cli |
|
notify_port = 62612 |
|
[MESSAGING] |
|
host = localhost, localhost |
|
hostid = localhost1, localhost2 |
|
channel = joinmarket-pit, joinmarket-pit |
|
port = 6667, 6668 |
|
usessl = false, false |
|
socks5 = false, false |
|
socks5_host = localhost, localhost |
|
socks5_port = 9150, 9150 |
|
[POLICY] |
|
# for dust sweeping, try merge_algorithm = gradual |
|
# for more rapid dust sweeping, try merge_algorithm = greedy |
|
# for most rapid dust sweeping, try merge_algorithm = greediest |
|
# but don't forget to bump your miner fees! |
|
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 estimate can be extremely high |
|
# if you set N=1, so we choose N=3 for a more reasonable figure, |
|
# as our default. Note that for clients not using a local blockchain |
|
# instance, we retrieve an estimate from the API at cointape.com, currently. |
|
tx_fees = 3 |
|
taker_utxo_retries = 3 |
|
taker_utxo_age = 1 |
|
taker_utxo_amtpercent = 20 |
|
accept_commitment_broadcasts = 1
|
|
|