Post
Topic
Board Bitcoin Discussion
Merits 4 from 1 user
Topic OP
eznode – a simple pruning-friendly setup for a personal bitcoin full node
by
shesek
on 29/03/2021, 20:04:39 UTC
⭐ Merited by ETFbitcoin (4)
eznode is a docker-based single-container setup for a personal bitcoin node, featuring:

  • Bitcoin Core - Pruned by default with optional trusted fast-sync
  • Electrum Server - Personal Electrum server powered by BWT
  • BTC RPC Explorer - Personal block explorer and node dashboard
  • Specter Desktop - Wallet GUI for hardware and multi-sig setups
  • Secure remote access using Tor Onion, SSH tunnels or SSL

Why eznode?

  • Simple one command setup
  • Lightweight (120 MB docker image)
  • Pruning-friendly (requires <5GB of storage)
  • Suitable for a dedicated box, but doesn't require one
  • Supports Linux, macOS, Windows and ARMv7/v8
  • Secure transports out-of-the-box

Quickstart for a pruned node with a block explorer and a personal electrum server tracking your <xpub>, available over a Tor Onion service:

Code:
docker run -it --rm --name ez -v ~/eznode:/data eznode/eznode TOR=1 XPUB=<xpub>

User guide available on the website: https://ezno.de

See it in action (with the trusted fast-sync mode): https://twitter.com/shesek/status/1375144468366700550

Github: https://github.com/ez-org/eznode
Twitter: https://twitter.com/eznode_
Telegram: https://t.co/ez_node