2 Repos
Automated scripts for deploying and configuring a full Bitcoin Core node on remote servers.
Distinct from Blockchain Node Operation: Distinct from Blockchain Node Operation: focuses on the automated setup and configuration of Bitcoin Core specifically, not general node operation.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Bitcoin Node Setup Scripts. Refine with filters or upvote what's useful.
Electrum is an open-source, non-custodial Bitcoin wallet client that manages keys, transactions, and balances using Simplified Payment Verification (SPV) for lightweight transaction verification without downloading the full blockchain. It operates through a persistent background daemon that exposes a JSON-RPC interface for wallet operations and automation, and generates wallet keys from a mnemonic seed phrase using hierarchical deterministic key derivation. The wallet distinguishes itself through support for cold storage security with offline transaction signing on air-gapped devices, integra
Configures watchtowers to monitor Lightning channels and respond to malicious closures.
Learning Bitcoin from the Command Line is an interactive tutorial that teaches Bitcoin Core node operation, JSON-RPC programming, and Lightning Network payments entirely from the terminal. The guide covers running a full Bitcoin Core node on a remote server with automated setup scripts, controlling the node through shell commands and JSON-RPC calls, and communicating with Bitcoin Core by sending JSON-formatted requests over HTTP. The tutorial provides hands-on instruction for writing and executing custom Bitcoin locking and unlocking scripts using Bitcoin's stack-based scripting language, bui
Provides automated setup scripts for running a full Bitcoin Core node on a remote server.