minibolt-guide / minibolt

MiniBolt: a complete guide to building a Bitcoin & Lightning full node on a personal computer

Home Page:https://minibolt.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description
Build your own "DIY" Bitcoin & Lightning full node on a personal computer. No need to trust anyone else.

MiniBolt

Build your own "do-everything-yourself" Bitcoin full node on a personal computer, that will make you a sovereign peer in the Bitcoin and Lightning network.

No need to trust anyone else. Don't trust, verify!

What is the MiniBolt?

With this guide, you can set up a Bitcoin and Lightning node on a personal computer from scratch, doing everything yourself. You will learn about Linux, Bitcoin, and Lightning. As a result, you'll have your very own Bitcoin node, built by you and no one else.

There are many reasons why you should run your own Bitcoin node:

πŸ‘₯ Keep Bitcoin decentralized. Use your node to help enforce your Bitcoin consensus rules.

πŸ—½ Take back your sovereignty. Let your node validate your own Bitcoin transactions. No need to ask someone else to tell you what's happening in the Bitcoin network.

πŸ₯·πŸ½ Improve your privacy. Connect your wallets to your node so that you no longer need to reveal their whole financial history to external servers.

⚑️ Be part of Lightning. Run your Lightning node for everyday payments and help build a robust, decentralized Bitcoin Lightning network.

MiniBolt overview

This guide explains how to set up your own Bitcoin node on a Personal Computer. But it works on most hardware platforms because it only uses standard Debian Linux commands.

Features

Your Bitcoin node will offer the following functionality:

🟠 Bitcoin: direct and trustless participation in the Bitcoin peer-to-peer network, full validation of blocks and transactions

βš›οΈ Electrum server: connect your compatible wallets (including hardware wallets) to your node

⛓️ Blockchain Explorer: web-based Explorer to privately look up transactions, blocks, and more

⚑ Lightning: full client with stable long-term channels and web-based and mobile-based management interfaces

πŸ”‹ Always on: services are constantly synced and available 24/7

🌐 Reachable from anywhere: connect to all your services through the Tor network and Wireguard VPN

Target audience

  • We strive to give foolproof instructions. But the goal is also to do everything ourselves.
  • Shortcuts that involve trusting someone else are not allowed. This makes this guide quite technical, but we try to make it as straightforward as possible.
  • You'll gain a basic understanding of the how and why.
  • If you like to learn about Linux, Bitcoin, and Lightning, then this guide is for you.

Structure

We aim to keep the core of this guide well-maintained and up-to-date:

  1. System πŸ–₯️
Prepare the hardware and set up the operating systempreparations.mdoperating-system.mdremote-access.mdsystemoperating-system.gif
  1. β‚Ώitcoin 🟠
Sync your own Bitcoin full node, Electrum server, Blockchain Explorer, and connect a desktop wallet to the Electrum serverbitcoin-client.mdelectrum-server.mdblockchain-explorer.mdbitcoincore_logo.png
  1. Lightning ⚑
Run your Lightning client with web-based node management, connect a mobile app, and save safely your SCB backuplightning-client.mdchannel-backup.mdweb-app.mdlightninglightning-network-daemon-logo.png

βž• Bonus guides
The bonus section contains more specific guides that build on top of the main section. More fun, lots of knowledge, but with lesser maintenance guarantees. Everything is optional.systembitcoinbroken-referencebonus-logo.png

How to build

  • YouTube list building MiniBolt in live with Alberto of Laboratorio Virtual Bitcoin (Spanish)

{% embed url="https://youtube.com/playlist?list=PL7-Q40ihLbmP9vXZGdQgEozQnFISzT8ms" %}

Community

πŸ› οΈ GitHub πŸ› οΈ
πŸ‘₯ RRSS πŸ‘₯


Feel free to join the many other contributors if you see something that can be improved!

Rating

All guides are rated with labels to help you assess the difficulty of each guide, and if it is tested against the most recent version of the main guide.

  • Difficulty: indicates how difficult the bonus guide is in terms of installation procedure or usage

{% hint style="success" %} Difficulty: Easy {% endhint %}

{% hint style="warning" %} Difficulty: Medium {% endhint %}

{% hint style="danger" %} Difficulty: Hard {% endhint %}

  • Paid service: indicates if the service used in the guide is free or paid

{% hint style="warning" %} Cost: Paid service {% endhint %}

About

MiniBolt: a complete guide to building a Bitcoin & Lightning full node on a personal computer

https://minibolt.info

License:MIT License


Languages

Language:Markdown 98.0%Language:Shell 2.0%