Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Sparrow (Terminal) #3391

Closed
vv01f opened this issue Oct 27, 2022 · 3 comments
Closed

add Sparrow (Terminal) #3391

vv01f opened this issue Oct 27, 2022 · 3 comments
Labels
good first issue Good for newcomers

Comments

@vv01f
Copy link
Contributor

vv01f commented Oct 27, 2022

s.a. https://github.com/sparrowwallet/sparrow/releases/tag/1.7.0

maybe brings whirlpool to raspiblitz?

@openoms
Copy link
Collaborator

openoms commented Oct 27, 2022

YES!

# see https://sparrowwallet.com/download/ for the latest
VERSION=1.7.6
# for RPi: 1_arm64 # for PC: 1_amd64
CPU=1_arm64
# download
wget -O sparrow-server_$VERSION-$CPU.deb https://github.com/sparrowwallet/sparrow/releases/download/$VERSION/sparrow-server_$VERSION-$CPU.deb
wget -O sparrow-$VERSION-manifest.txt https://github.com/sparrowwallet/sparrow/releases/download/$VERSION/sparrow-$VERSION-manifest.txt
wget -O sparrow-$VERSION-manifest.txt.asc https://github.com/sparrowwallet/sparrow/releases/download/$VERSION/sparrow-$VERSION-manifest.txt.asc
# checksum check - look for 'OK'
sha256sum -c sparrow-$VERSION-manifest.txt --ignore-missing
# get PGP pubkey
curl https://keybase.io/craigraw/pgp_keys.asc | gpg --import
# signature check - look for Good signature from "Craig Raw <craigraw@gmail.com>"
gpg --verify sparrow-$VERSION-manifest.txt.asc

# install
sudo dpkg -i sparrow-server_$VERSION-$CPU.deb

# options
/opt/sparrow/bin/Sparrow --help

# start
/opt/sparrow/bin/Sparrow

image

The config file is in the home folder of the user started Sparrow (default is admin):

/home/admin/.sparrow/config

Example after the first run with the local Tor proxy set:

cat .sparrow/config
{
  "mode": "ONLINE",
  "loadRecentWallets": true,
  "validateDerivationPaths": true,
  "groupByAddress": true,
  "includeMempoolOutputs": true,
  "notifyNewTransactions": true,
  "checkNewVersions": true,
  "openWalletsInNewWindows": false,
  "hideEmptyUsedAddresses": false,
  "showTransactionHex": true,
  "showLoadingLog": true,
  "showAddressTransactionCount": false,
  "showDeprecatedImportExport": false,
  "preventSleep": true,
  "dustAttackThreshold": 1000,
  "enumerateHwPeriod": 30,
  "serverType": "ELECTRUM_SERVER",
  "electrumServer": "tcp://192.168.3.170:50021",
  "recentElectrumServers": [
    "tcp://192.168.3.170:50021"
  ],
  "useProxy": true,
  "proxyServer": "127.0.0.1:9050",
  "maxServerTimeout": 34,
  "maxPageSize": 100,
  "usePayNym": false,
  "sameAppMixing": false
}

EDIT:
added to config: "preventSleep": true,
added VERSION and CPU variables

@openoms openoms added the good first issue Good for newcomers label Oct 27, 2022
@Sep21-2009 Sep21-2009 mentioned this issue Nov 2, 2022
@Sep21-2009
Copy link

Change
"preventSleep": false,
to
"preventSleep": true,

@rootzoll rootzoll added this to the Future Release Collector milestone Nov 15, 2022
@openoms
Copy link
Collaborator

openoms commented Feb 15, 2023

A guide with screenshots and using tmux: https://sovrnbitcoiner.com/an-iphone-enters-the-poolside-chat/

@raspiblitz raspiblitz locked and limited conversation to collaborators Jun 7, 2023
@cstenglein cstenglein converted this issue into discussion #3915 Jun 7, 2023
@rootzoll rootzoll removed this from the Future Release Collector milestone Mar 26, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants