麻雀服务器
.deb
和 .rpm
软件包安装到 /opt/sparrow
.
如何验证版本?
Sparrow 1.8.3 或更高版本
麻雀版本 1.8.3
及以上版本,验证过程可在应用程序本身中执行。首先,将这三个文件下载到一个单独的目录(如下载文件夹)中:
启动验证:
- 将下载的任何文件拖放到 Sparrow 界面上。
- 此操作将启动 "验证下载 "对话框,自动检查文件的完整性。
- 或者,通过以下方式访问 "验证下载 "对话框 工具 > 验证下载 在主菜单中。
Signed By: Craig Raw <[email protected]> on Mon May 13 16:10:11 2024 SAST
Release Hash: Matched manifest hash
Verified: Ready to install Sparrow-1.9.1-aarch64.dmg
该验证工具还可用于验证其他软件,如 Bitcoin Core 或 五金钱包 固件
早期版本
curl https://keybase.io/craigraw/pgp_keys.asc | gpg --import
导入 PGP 密钥后,验证版本。下载 sparrow-1.9.1-manifest.txt
和 sparrow-1.9.1-manifest.txt.asc
从 上表 到同一目录(如下载)。使用此命令验证清单文件:
gpg --verify sparrow-1.9.1-manifest.txt.asc
验证成功后,您应该会看到类似下面的输出(您所在的时区可能有所不同):
gpg: assuming signed data in
'sparrow-1.9.1-manifest.txt'
gpg: Signature made Mon May 13 16:10:11 2024 SAST
gpg: using RSA key D4D0D3202FC06849A257B38DE94618334C674B40
gpg: Good signature from "Craig Raw <[email protected]>" [unknown]
您可能会遇到这样一条信息
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
这条信息表明,在你的 GPG 实例中,公钥未被标记为可信。作为最佳做法,请根据其他来源(如 https://keybase.io/craigraw)验证密钥(点击密钥图标旁边的链接,查看完整的公开密钥)。有关密钥验证的更多信息,请查阅 GnuPG 隐私手册.
此过程可验证清单文件的签名,确保其完整性和真实性。要验证二进制文件,请下载操作系统的安装文件。然后使用 shasum -a 256 <filename>
.将该哈希值与清单文件中的相应哈希值进行比较。它们必须匹配 正是.例如
macOS
shasum --check sparrow-1.9.1-manifest.txt --ignore-missing
Sparrow-1.9.1.dmg: OK
对于 v11 之前的 macOS 版本,请省略 --ignore-missing
.您可以不使用它,并忽略任何报告的丢失文件。
Linux
sha256sum --check sparrow-1.9.1-manifest.txt --ignore-missing
sparrow_1.9.1-1_amd64.deb: OK
Windows
CertUtil -hashfile Sparrow-1.9.1.exe SHA256 | findstr /v "hash"
Compare result to the appropriate value in sparrow-1.9.1-manifest.txt!
完成这些步骤后,您就验证了下载的完整性!继续安装
如需更多帮助,请观看 macOS 视频教程。Windows 和 Ubuntu 用户可获得书面指南。
安装
使用操作系统的标准程序安装 Sparrow。
QubesOS 用户必须首先运行该命令:
sudo mkdir /usr/share/desktop-directories/
升级
Sparrow 将钱包和设置保存在独立的主文件夹中,与安装目录不同。您可以安全地卸载或升级 Sparrow,而不会有数据丢失的风险。确保在继续操作前关闭应用程序。