MiniBolt's avatar
MiniBolt
minibolt@nostrcheck.me
npub1wcas...67s4
A step-by-step guide to building a #Bitcoin & #Lightning node, and other stuff on a personal computer. 🌍 Web: https://minibolt.info πŸ“ #RaMiX [RPi version]: https://ramix.minibolt.info 🌲 Linktr (FOSS): https://linktr.minibolt.info πŸ“‘ Relay: wss://relay.minibolt.info ⚑ LN address: donate@btcpay.minibolt.info 🀝 Donate: https://donate.minibolt.info
MiniBolt's avatar
MiniBolt 3 weeks ago
πŸš€ MiniBolt v2.2 Released! πŸ₯³β¬†οΈ A new MiniBolt update is now available, featuring a new Frigate bonus guide (by @j4b4t0 ), a dedicated Tor onion address, incorporation of Bitcoin Knots as a reference alternative Bitcoin client throughout the guide, Lightning Client: LND v0.21.0, and numerous guide improvements, optimizations, compatibility updates, documentation fixes, and project-wide refinements. See the complete release notes on: Enjoy it! πŸ’™ PD: To stay up to date with the latest changes and releases, make sure to enable GitHub release notifications for the MiniBolt GitHub repository (more details on release notes).
MiniBolt's avatar
MiniBolt 1 month ago
πŸš€ MiniBolt v2.1 Released! πŸ₯³β¬†οΈ A new MiniBolt update is now available, featuring improvements to MariaDB, Bitcoin Knots with RDTS (BIP110) support, the addition of missing Mempool GeoIP configuration steps and IPv4 APT handling, an updated Testnet guide, and much more. πŸ“£ This release also marks an important milestone for the project: πŸ“New Release VersioningπŸ‘‡πŸ» πŸ†• Starting with this release, future MiniBolt updates and changelogs will be managed through GitHub Releases using version tags in the vX.X format. πŸ”— MiniBolt v2.1 Release Notes: πŸ‘ˆπŸ»
MiniBolt's avatar
MiniBolt 2 months ago
image πŸ“£New Mempool bonus guide!!πŸ› @npub18d4r...6lt3 is a blockchain explorer, mempool visualizer, and API service, all-in-one. πŸ“ Link to the guide -> πŸ—„ Also, check the associated MariaDB bonus guide, the database required for the Mempool backend -> Original author, and thanks to @j4b4t0 πŸ§™ πŸ’™Enjoy it, MiniBolter!πŸ’™
MiniBolt's avatar
MiniBolt 3 months ago
image πŸ’¬ Using the @MiniBolt nostr relay? If the relay has been useful for you, consider leaving a quick review β€” it really helps improve visibility and trust within the network. Your feedback (good or bad) is valuable and helps others decide whether to use it. πŸ‘‰ ⚑️ It only takes a minute, and it makes a difference. Thanks for supporting MiniBolt πŸ’™
MiniBolt's avatar
MiniBolt 3 months ago
πŸ“£ New LND Extra Guides + Bonus Guide and More!! πŸ†• ⚑️New LND extra section guides: πŸ” Open a Channel with External Funding β€” coordinated via lncli, signing with an external hardware/software wallet: 🧩 Recover the BIP32 Master Extended Private Key β€” using chantools for your internal LND wallet or external hardware/software wallet: πŸ›  Unlock the LND wallet manually β€” reduce attack surface by not storing your wallet password in plaintext: 🧰New LND Operational Tooling bonus guides: βž• Dedicated bonus guide for lndinit: πŸ†• Added chantools bonus guide: 🧱Other Updates: πŸͺ’Bitcoin Knots [Compiling from source code option steps] + 🩹 UA patch updated πŸ†™ to the latest version: πŸ†™ ThunderHub updated with the new UI (prefer the old look? use versions ≀ v0.15.2) β€” along with other services, all upgraded to the latest versions: πŸ— Other fixes and improvements 🎨 New branding crafted by the talented @j4b4t0 πŸ— πŸ’™Enjoy it, MiniBolter!πŸ’™
MiniBolt's avatar
MiniBolt 5 months ago
image πŸ“£ New Public Pool bonus guide!! ⛏️ By @Public-Pool : A solo mining pool with a lightweight and easy-to-use web interface. πŸ“ Link to the guide: ~> <~ Original author, and thanks to @j4b4t0 πŸ§™ Enjoy it, MiniBolter! πŸ’™
MiniBolt's avatar
MiniBolt 7 months ago
πŸͺ§βš‘️LND Update: v1.19.3 β†’ v0.20.0 πŸš€β¬†οΈ This is a major release that introduces significant changes, including a recommended database migration for optimization purposes for nodes using PostgreSQL as their database backend ( db.backend=postgres in lnd.conf ). ⚠️ The new parameter `db.use-native-sql=true` must be added to lnd.conf under the [db] section. See the DIFF checker ~> πŸ’‘ Remember to restart the service to apply the changes to the LND configuration. Follow Example 2 in this reminder: Example of expected output: [...] lnd[3361292]: 2025-11-21 20:08:45.235 [INF] CHDB: Applying 2 optional migrations lnd[3361292]: 2025-11-21 20:08:45.235 [INF] CHDB: Checking for optional update: name=prune_revocation_log lnd[3361292]: 2025-11-21 20:08:45.235 [INF] CHDB: Checking for optional update: name=gc_decayed_log [...] [3361292]: 2025-11-21 20:08:47.309 [INF] SQLD: Applying custom migration 'kv_graph_migration' (version 10) to schema version 8 lnd[3361292]: 2025-11-21 20:08:47.309 [INF] GRDB: Starting migration of the graph store from KV to SQL lnd[3361292]: 2025-11-21 20:09:33.249 [INF] GRDB: Migrated 15482 nodes from KV to SQL in 45.938605692s (skipped 0 nodes due to invalid TLV streams or invalid addresses) [...] lnd[3361292]: 2025-11-21 20:11:16.531 [INF] GRDB: Migrated 59440 closed SCIDs from KV to SQL in 16.318037339s lnd[3361292]: 2025-11-21 20:13:11.855 [INF] GRDB: Migrated 252925 zombie channels from KV to SQL in 1m54.324016701s nd[3361292]: 2025-11-21 20:13:11.856 [INF] GRDB: Finished migration of the graph store from KV to SQL in 4m23.546556407s minibolt2fa lnd[3361292]: 2025-11-21 20:13:11.856 [INF] SQLD: Migration 'kv_graph_migration' (version 10) applied [...] ⏳ This process could take a few minutes, depending on the size of the database and the performance of your computer. Be patient and enjoy πŸ’™
MiniBolt's avatar
MiniBolt 7 months ago
image πŸ“£ New Alby Hub bonus guide!! 🐝 By @Alby : A self-custodial, open source Lightning wallet that connects to apps. πŸ“Link to the guide: ~> Original author, and thanks to @j4b4t0 πŸ§™ Enjoy it, MiniBolter! πŸ’™
↑