Quick Start Guide
Get started with Bitmark in just a few steps.
Option 1: Desktop Wallet (Recommended)
For full network participation, run the core Bitmark wallet.
Download
Get the latest release from GitHub Releases.
Current version: v0.9.7.4 (compatible with Ubuntu 18-22 and newer TLS/SSL libraries)
Quick Setup
# Download and extract (Linux example)
wget https://github.com/project-bitmark/bitmark/releases/download/v0.9.7.4/bitmark-0.9.7.4-linux64.tar.gz
tar -xzf bitmark-0.9.7.4-linux64.tar.gz
cd bitmark-0.9.7.4
# Create config file
mkdir -p ~/.bitmark
cat > ~/.bitmark/bitmark.conf << EOF
rpcuser=bitmarkrpc
rpcpassword=$(openssl rand -hex 32)
listen=1
EOF
# Start the daemon
./bitmarkd
Verify Installation
# Check if node is running
./bitmark-cli getinfo
# Check synchronization status
./bitmark-cli getblockchaininfo
Option 2: Light Wallet (Coming Soon)
The Electrum-Bitmark light wallet is currently under development. Check GitHub for progress and updates.
Once released, this will be the easiest way to use Bitmark without downloading the full blockchain.
Advanced: Key Generation Tool
The Brain Wallet is a key/address generation utility.
This tool only generates addresses and private keys from a passphrase. It cannot send transactions or check balances. Use the Desktop Wallet for full functionality.
This is useful for:
- Generating receive addresses offline
- Deriving keys from a memorable passphrase
- Advanced users who manage keys separately
Receiving Bitmark
- Open your wallet
- Go to the "Receive" tab or section
- Copy your address (starts with
bon mainnet) - Share this address to receive MARKS
Bitmark addresses look like: bKxE7vRhRPMsdafasdfasdfMk9sdKk
Sending Bitmark
- Open your wallet
- Go to the "Send" tab
- Enter the recipient's address
- Enter the amount in MARKS
- Confirm the transaction
Transaction fees are typically very low (around 0.001 MARKS).
Block Explorers
View transactions and blocks:
What's Next?
Now that you have a wallet set up:
Need Help?
- Check the FAQ
- Visit Reddit r/Bitmark
- Browse GitHub Issues