Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jul 21, 2023
1 parent d68590b commit f0a1130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home.admin/config.scripts/bonus.specter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function configure_specter {
"proxy_url": "${proxy}",
"only_tor": "${torOnly}",
"tor_control_port": "${tor_control_port}",
"tor_status": true,
"tor_status": false,
"hwi_bridge_url": "/hwi/api/"
}
EOF
Expand All @@ -171,7 +171,7 @@ EOF
"name": "raspiblitz_mainnet",
"alias": "default",
"autodetect": false,
"datadir": "",
"datadir": "/mnt/hdd/bitcoin",
"user": "${RPCUSER}",
"password": "${PASSWORD_B}",
"port": "8332",
Expand All @@ -198,7 +198,7 @@ EOF
"name": "raspiblitz_${chain}net",
"alias": "raspiblitz_${chain}net",
"autodetect": false,
"datadir": "",
"datadir": "/mnt/hdd/bitcoin",
"user": "${RPCUSER}",
"password": "${PASSWORD_B}",
"port": "${PORT}",
Expand Down

0 comments on commit f0a1130

Please sign in to comment.