Bespin Mining Guide

Secure the network and earn BSP rewards

Current Block Reward
50 BSP
Halving every 210,000 blocks (~4 years)

What is Mining?

Mining secures the Bespin blockchain by validating transactions and creating new blocks. Miners use computational power to solve cryptographic puzzles, and the first to solve it earns the block reward.

Why Mine BSP?

Requirements

Minimum Requirements

Recommended Setup

Cloud Mining: You can mine on cloud providers like DigitalOcean ($6-12/month). The miner connects to api.bespincoin.com — no local node needed.

Setup Instructions

No node required! The Bespin miner connects directly to api.bespincoin.com. You only need Python 3 and curl installed.

1Create a Wallet

You need a Bespin wallet address to receive mining rewards.

2Download the Miner

# Linux/Mac curl -O https://bespincoin.com/mine.sh chmod +x mine.sh
Windows Users: Use WSL (Windows Subsystem for Linux) or run the script inside Git Bash. Python 3 must be installed.

3Start Mining

Run the script with your wallet address:

# Start mining (replace with your wallet address) ./mine.sh YOUR_WALLET_ADDRESS # Or run in background nohup ./mine.sh YOUR_WALLET_ADDRESS > mining.log 2>&1 &
Important: Replace YOUR_WALLET_ADDRESS with your actual Bespin wallet address. The miner does proof-of-work locally on your machine and submits solved blocks to the network — no server-side mining.

Monitor Your Mining

Check Mining Activity

# View mining log in real-time tail -f mining.log # Check your balance curl https://api.bespincoin.com/wallet/balance/YOUR_ADDRESS # Check node info curl https://api.bespincoin.com/info # See latest block curl https://api.bespincoin.com/block/latest

What to Look For

Troubleshooting

Mining script not working

# Check if mining script is running ps aux | grep mine.sh # Check if API is reachable curl https://api.bespincoin.com/info # View mining logs tail -f mining.log

No blocks being mined

Connection errors

Mining Economics

Current Rewards

Period Blocks Reward
Current (1st halving) 0 - 210,000 50 BSP
2nd halving 210,000 - 420,000 25 BSP
3rd halving 420,000 - 630,000 12.5 BSP

Profitability

Mining profitability depends on:

Early Miner Advantage: With fewer miners currently on the network, you have a better chance of mining blocks. As the network grows, difficulty will increase.

Best Practices

Need Help?

If you encounter issues or have questions:

Create Wallet to Start Mining