Merge #293: Module refactorings, onionServices
e2922eb4cemove rpc thread count setting to lightning modules (Erik Arvstedt)352fc4e8feliquid: remove insecure and redundant option 'rpcpassword' (Erik Arvstedt)757a66b9bdliquid: move rpcuser definition to module (Erik Arvstedt)0e00c39d47secure-node: improve layout (Erik Arvstedt)5f7a7962f7backups: remove redundant option 'program' (Erik Arvstedt)04d8560f86secure-node: remove qrencode, tor from systemPackages (Erik Arvstedt)323a431abaimprove nodeinfo (Erik Arvstedt)f6b883a9acremove webindex (Erik Arvstedt)2a240d6f4aenable-tor: disable default onion services for clightning, lnd, btcpayserver (Erik Arvstedt)18c7842e1amodules: show warnings for obsolete options (Erik Arvstedt)45c40c4eb9versioning: simplify assertion evaluation (Erik Arvstedt)bed00fe937lnd: use onionServices for address announcing (Erik Arvstedt)3980cd5a41clightning: use onionServices for address announcing (Erik Arvstedt)bd2a46cb73spark-wallet: use onionServices (Erik Arvstedt)87fb9f246badd 'enable-tor' preset (Erik Arvstedt)05b5402bb1add nix-bitcoin.onionServices (Erik Arvstedt)fffe988248onionAddresses: add readonly option 'dataDir' (Erik Arvstedt)5f34b094d3onionAddresses: improve script (Erik Arvstedt)b266f23251onionAddresses: use service 'script' option (Erik Arvstedt)6d13b26d0aonionAddresses: add more precise type for option 'access' (Erik Arvstedt)93562f76ddonionAddresses: remove redundant option 'enable' (Erik Arvstedt)43c247e3feonionAddresses: use StateDirectory instead of tmpfiles (Erik Arvstedt)5c6977b006rename onion-chef -> nix-bitcoin.onionAddresses (Erik Arvstedt)55073eee70remove nix-bitcoin.pkgs.lib (Erik Arvstedt)09e0042aa8spark-wallet: add consistent address options (Erik Arvstedt)39f16c0b4aliquidd: add consistent address options (Erik Arvstedt)b5d76ba1b3electrs: add consistent address options (Erik Arvstedt)8fa32b7f91btcpayserver: add consistent address options (Erik Arvstedt)e78a609687clightning: add consistent address options (Erik Arvstedt)b41a720c28lnd: add consistent address options (Erik Arvstedt)dd4a0238f9bitcoind: group rpc options under parent option 'rpc' (Erik Arvstedt)5b7e0d09b2bitcoind: add consistent address options (Erik Arvstedt) Pull request description: ACKs for top commit: nixbitcoin: ACKe2922eb4cejonasnick: ACKe2922eb4ceTree-SHA512: a85b33efe66048f06699b3997f83c9427f70f278fa66d30ee9a29c91f50723ff8bd1ffb9d968d7f08818742c8c6afb0b40dbfc14b95a4b8c3302caf9bede4198
This commit is contained in:
@@ -21,7 +21,7 @@ let
|
||||
[BLOCKCHAIN]
|
||||
blockchain_source = bitcoin-rpc
|
||||
network = ${bitcoind.network}
|
||||
rpc_host = ${bitcoind.rpcbind}
|
||||
rpc_host = ${bitcoind.rpc.address}
|
||||
rpc_port = ${toString bitcoind.rpc.port}
|
||||
rpc_user = ${bitcoind.rpc.users.privileged.name}
|
||||
@@RPC_PASSWORD@@
|
||||
|
||||
Reference in New Issue
Block a user