From 1174174670b6c6c92cfacb430d24ac8c7ae868eb Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 16 Jul 2019 15:05:09 -0400 Subject: [PATCH] Removed obsolete file --- dist/config.json.sample | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dist/config.json.sample diff --git a/dist/config.json.sample b/dist/config.json.sample deleted file mode 100644 index 7158652..0000000 --- a/dist/config.json.sample +++ /dev/null @@ -1,27 +0,0 @@ -{ - "derivation_path": "0/n", - "installer": "docker", - "features": [ - "lightning", - "otsclient", - "electrum" - ], - "net": "testnet", - "xpub": "upub5GtUcgGed1aGH4HKQ3vMYrsmLXwmHhS1AeX33ZvDgZiyvkGhNTvGd2TA5Lr4v239Fzjj4ZY48t6wTtXUy2yRgapf37QHgt6KWEZ6bgsCLpb", - "bitcoin_mode": "internal", - "bitcoin_rpcuser": "user", - "bitcoin_rpcpassword": "password", - "bitcoin_prune": false, - "bitcoin_uacomment": "", - "lightning_implementation": "c-lightning", - "lightning_external_ip": "clightning.nodes.com", - "lightning_nodename": "SatoshiPortal", - "lightning_nodecolor": "ff00ff", - "electrum_implementation": "eps", - "installer_mode": "docker", - "proxy_datapath": "/tmp/p", - "bitcoin_datapath": "/tmp/b", - "lightning_datapath": "/tmp/l", - "bitcoin_expose": false, - "devmode": true -}