Configure autopilot.conftarget to match config.MED_TARGET_CONF

parent 1e312620
......@@ -20,7 +20,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
autopilot.active=0
autopilot.private=1
autopilot.minconfs=1
autopilot.conftarget=6
autopilot.conftarget=16
autopilot.allocation=1.0
autopilot.heuristic=externalscore:0.95
autopilot.heuristic=preferential:0.05
......@@ -20,7 +20,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
autopilot.active=0
autopilot.private=1
autopilot.minconfs=1
autopilot.conftarget=6
autopilot.conftarget=16
autopilot.allocation=1.0
autopilot.heuristic=externalscore:0.95
autopilot.heuristic=preferential:0.05
......@@ -66,7 +66,7 @@ module.exports.startLndProcess = async function({
'--historicalsyncinterval=20m',
'--autopilot.private',
'--autopilot.minconfs=1',
'--autopilot.conftarget=6',
'--autopilot.conftarget=16',
'--autopilot.allocation=1.0',
'--autopilot.heuristic=externalscore:0.95',
'--autopilot.heuristic=preferential:0.05',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment