Skip to content

Commit

Permalink
specter update to v2.0.2, fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jan 17, 2024
1 parent 454055e commit 86d1a4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home.admin/config.scripts/bonus.specter.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# https://github.com/cryptoadvance/specter-desktop

pinnedVersion="2.0.1"
pinnedVersion="2.0.2"

# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
Expand Down Expand Up @@ -146,17 +146,17 @@ EOF
echo "# Connect Specter to the default mainnet node"
cat >/home/admin/default.json <<EOF
{
"python_class": "cryptoadvance.specter.node.Node",
"fullpath": "/home/specter/.specter/nodes/default.json"
"name": "raspiblitz_mainnet",
"alias": "default",
"autodetect": false,
"datadir": "/mnt/hdd/bitcoin",
"datadir": "",
"user": "${RPCUSER}",
"password": "${PASSWORD_B}",
"port": "8332",
"host": "localhost",
"protocol": "http",
"external_node": true,
"fullpath": "/home/specter/.specter/nodes/default.json"
}
EOF
sudo mv /home/admin/default.json /home/specter/.specter/nodes/default.json
Expand Down

0 comments on commit 86d1a4e

Please sign in to comment.