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 1 week 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!!๐Ÿ› @mempool 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 2 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 2 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 4 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! ๐Ÿ’™
โ†‘