Port details |
- electrs Reimplementation of Electrum Server, a Bitcoin protocol server
- 0.10.7 finance
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-12-17 09:48:30
- Last Update: 2024-12-17 09:45:34
- Commit Hash: 7854c93
- Also Listed In: net-p2p
- License: MIT
- WWW:
- https://github.com/romanz/electrs
- Description:
- electrs is an efficient re-implementation of Electrum Server, inspired by
ElectrumX, Electrum Personal Server and bitcoincore-indexd.
The motivation behind this project is to enable a user to self host an Electrum
server, with required hardware resources not much beyond those of a full node.
The server indexes the entire Bitcoin blockchain, and the resulting index
enables fast queries for any given user wallet, allowing the user to keep
real-time track of balances and transaction history using the Electrum wallet.
Since it runs on the user's own machine, there is no need for the wallet to
communicate with external Electrum servers, thus preserving the privacy of the
user's addresses and balances.
Features:
* Supports Electrum protocol v1.4
* Maintains an index over transaction inputs and outputs
* Fast synchronization of the Bitcoin blockchain using HDD storage
* Low index storage overhead (~10%), relying on a local full node
* Efficient mempool tracker allowing better fee estimation
* Low CPU & memory usage (after initial indexing)
* txindex is not required for the Bitcoin node
* Uses a single RocksDB database, for better consistency and crash recovery
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- electrs>0:finance/electrs
- To install the port:
- cd /usr/ports/finance/electrs/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/electrs
- pkg install electrs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: electrs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734405344
SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.83.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- llvm-config15 : devel/llvm15
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_electrs
- USES:
- cargo llvm
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|