Added hacks to fix lnd bitcoind 28 bug. default tip
authorLuke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 23:30:59 -0500
changeset 36 8de33340cca9
parent 35 f7dc2fa74e74
Added hacks to fix lnd bitcoind 28 bug.
bitcoind/templates/bitcoin.conf.j2
lnd/templates/lnd.conf.j2
--- a/bitcoind/templates/bitcoin.conf.j2	Mon Oct 07 15:26:03 2024 -0500
+++ b/bitcoind/templates/bitcoin.conf.j2	Mon Oct 07 23:30:59 2024 -0500
@@ -16,6 +16,8 @@
 zmqpubrawblock=tcp://127.0.0.1:28332
 zmqpubrawtx=tcp://127.0.0.1:28333
 
+deprecatedrpc=warnings
+
 txindex={{bitcoind_enable_txindex}}
 
 {% for node in bitcoind_add_node %}addnode={{node}}
--- a/lnd/templates/lnd.conf.j2	Mon Oct 07 15:26:03 2024 -0500
+++ b/lnd/templates/lnd.conf.j2	Mon Oct 07 23:30:59 2024 -0500
@@ -14,5 +14,4 @@
 
 [Bitcoin]
 bitcoin.mainnet=true
-bitcoin.active=true
 bitcoin.node={{lnd_bitcoin_node}}