liquid: fix bitcoin rpc settings

- Remove redundant option mainchainrpchost.
  This option is already provided by bitcoind.
- Set a working default for rpcport and rpcuser.
  Enables use without secure-node.
This commit is contained in:
Erik Arvstedt
2020-09-28 13:09:05 +02:00
parent c07e767889
commit 480d0d3959
3 changed files with 3 additions and 15 deletions

View File

@@ -102,10 +102,6 @@ in {
services.liquidd = {
rpcuser = "liquidrpc";
prune = 1000;
extraConfig = ''
mainchainrpcuser=${config.services.bitcoind.rpc.users.public.name}
mainchainrpcport=8332
'';
validatepegin = true;
listen = true;
proxy = cfg.tor.client.socksListenAddress;