Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View isghe's full-sized avatar
💭
debug scientifico :-p

isidoro ghezzi isghe

💭
debug scientifico :-p
  • Lissone MB - Italy
View GitHub Profile

Setting up an Electrum server reachable only by you on Tor.

This small guide weill help you to set up your own Electrum Server and to make it available on Tor network so that only your client is able to reach it. The necessary steps are:

  1. Set up Tor on your server (it can be your desktop provided that it has the necessary requirements)
  2. Install and have your bitcoin node synchronized
  3. Install Electrs and let it sync with your Bircoin Core node.
  4. Set up an Hidden Service to make the Elelectrum Server Service reachable from outside in an authenticated way
  5. Configure your client to access the authenticated service
@magnetikonline
magnetikonline / README.md
Last active February 4, 2024 07:45
List all Git repository objects by size.

List all Git repository objects by size

Summary

Bash script to:

  • Iterate all commits made within a Git repository.