// self-custody

WALLET

Your keys. Your coins. The BlackRaven wallet lets you send, receive, and manage BLKR and all on-chain assets. Full node or lightweight โ€” your choice.

// downloads
โŠž
// windows
Windows Wallet
Full-node wallet for Windows 10 / 11. Includes QT GUI with asset management, address generation, and transaction history.
๐ŸŽ
// macos
macOS Wallet
Native macOS application. Compatible with Apple Silicon and Intel. Full QT interface with all asset features.
๐Ÿง
// linux
Linux Wallet
Available as compiled binary or build-from-source. Daemon + CLI tools included for headless server operation.
๐Ÿ“ฑ
// mobile
Mobile Wallet
iOS and Android wallets for sending and receiving BLKR and assets on the go. SPV-based for fast sync.
Coming Soon
// security notice

Only download the BlackRaven wallet from blackraven.network or the official GitHub repository. Verify checksums before installing. Never enter your seed phrase or private keys on any website.

// setup guide

GETTING STARTED

01
Download & Install

Download the appropriate version for your operating system above. Run the installer (Windows/macOS) or extract the archive (Linux). Verify the file hash matches the checksum published on the download page.

02
Initial Sync

On first launch, the wallet will connect to the network and begin syncing the blockchain. This may take some time depending on chain height and your connection speed. You can monitor progress in the bottom status bar.

// tip

Do not close the wallet during initial sync. Let it complete fully before sending transactions.

03
Create or Restore a Wallet

Go to File โ†’ New Wallet to create a fresh wallet, or File โ†’ Restore Wallet if you have an existing seed phrase or wallet.dat backup.

When creating a new wallet, you will be shown a 12-word seed phrase. Write this down on paper. Store it offline. This is the master key to all your funds โ€” never store it digitally.

04
Generate a Receive Address

Navigate to the Receive tab to generate a BLKR address. This is your public address โ€” safe to share. Use it to receive mining rewards, transfers, and asset airdrops.

# Example BLKR address format
BXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Addresses begin with 'B' โ€” always verify before sending
05
Backup Your Wallet

Go to File โ†’ Backup Wallet and save a copy of your wallet.dat file to an external drive or secure location. This backup, combined with your seed phrase, lets you restore access on any machine.

06
You're Ready

Your wallet is live on the BlackRaven network. You can now receive BLKR, point a miner at your address, or create your first asset.

// advanced

DAEMON & CLI

For server environments, mining rigs, or developers โ€” run the wallet in headless daemon mode and interact via CLI or JSON-RPC.

# Start the daemon
./blackravend -daemon

# Get wallet info via CLI
./blackraven-cli getwalletinfo

# Generate new address
./blackraven-cli getnewaddress

# Send BLKR
./blackraven-cli sendtoaddress "RADDRESS" 1000

# List assets in wallet
./blackraven-cli listmyassets
Default RPC Port
8668
P2P Port
8669
Config File
blackraven.conf
Data Directory
~/.blackraven/