XPChain logoXPChain

Wallets

Wallets

Official download paths and security recommendations.

Web Wallet

A web wallet optimized for mobile use and quick access.

Open web wallet

Chrome Extension

Browser extension wallet for quick access. Payment integration and UX updates are in progress.

Open Chrome Web Store

Security Checklist

Release channels

  • `vNext`: Current user distribution channel. Download links and SHA256 on this page follow vNext.
  • `Stable`: Rollback/reference channel. Keep a recoverable baseline in case of operational issues.

Strongly recommend offline secure storage for wallet backups and private key/seed materials.

Download only from official paths and verify file integrity.

Integrity verification (XPChain Core v0.17.0-4)

Windows 64bit (zip) SHA256: 30cfaaaf9a8e7a461d677480d4792126246ce1a252266b18aaf622b7589820b7

Windows 32bit (zip) SHA256: d8b5ae9e6ac30fbe07c9c6a307294a6cc1363644ea407c4d525ff2ac319611ba

macOS (dmg) SHA256: ca6a4b70f52d44b4ca675f8f47fbcd3ceca601d497a55c2199065f7571558cec

macOS (tar.gz) SHA256: 12a1922977c576fc6f4583d1fb0fe38bef830971cf8751660249f9d6c1c6bdea

Linux x86_64 (tar.gz) SHA256: 87fdbfa018e7da00b948d9b5016fd7b4207cab95a149e9827b3e152632ae50d8

Verify command (Windows PowerShell): Get-FileHash .\filename -Algorithm SHA256

Verify command (Windows cmd): certutil -hashfile filename SHA256

Verify command (macOS): shasum -a 256 filename

Verify command (Linux): sha256sum filename

Operations checklist: Wallet update checklist

Install / Backup / Recovery Guide

1) Install (Qt Wallet)

  • Check your OS architecture (64bit/32bit) and select the matching build.
  • Download official build and verify SHA256 first.
  • Extract and run `xpchain-qt`.
  • On macOS, open `.dmg` and copy app to Applications.
  • After first launch, wait until data directory creation and full sync are complete.

2) Set wallet passphrase

  • Enable wallet encryption and use a strong passphrase.
  • If lost, recovery may be difficult. Keep it in offline secure storage.
  • After setting passphrase, re-check lock/staking state.

3) Backup

  • Method A: Create backup from wallet menu.
  • Method B: Close wallet and copy `wallet.dat` from data directory.
  • Windows example: `%APPDATA%\xpchain\wallet.dat`
  • macOS example: `~/Library/Application Support/XPChain/wallet.dat`
  • Store backups in at least two separate locations.
  • Re-backup after creating new addresses.

4) Recovery

  • Recovery requires a backed-up `wallet.dat` file.
  • Install wallet on new environment, run once to create data directory, then close.
  • Remove newly created `wallet.dat` and replace with backup file.
  • Rename backup to `wallet.dat` and restart wallet.
  • After sync, verify balance/history and test with small transfer first.

Linux reference

Linux guidance is maintained separately with node/service-focused procedures.

See linux-node-setup-log-vultr.md

Caution

Never share private keys/seed/wallet files/passphrases over plain-text channels.

Without backup files, wallet recovery is impossible.

Install/recover wallets only on trusted PCs with security updates applied.