Roman Zeyde
6afd4af403
Add more duration metrics to query.rs
5 years ago
Roman Zeyde
925e0da460
Support Rust >=1.34
6 years ago
Martin Habovstiak
8574aa2a34
Updated doc regarding config files and env vars
6 years ago
Roman Zeyde
a61e1b3b7a
docs: add hardware specs and explain storage usage
6 years ago
Roman Zeyde
25ce69ea04
Add link to Electrum Tor documentation
6 years ago
Roman Zeyde
16e4de60a4
Add documentation for running Tor service
6 years ago
Roman Zeyde
8ff5c7c73d
Update CI and documentation for Rust 1.32
6 years ago
Roman Zeyde
f8f53cebaf
Revert "Use TryInto to convert slices into array"
This reverts commit 62592dbabf
to support
Rust 1.32 on Debian.
6 years ago
Roman Zeyde
62592dbabf
Use TryInto to convert slices into array
Remove dependency on `arrayref`.
6 years ago
Daniel McNally
cad3551c63
Update min versions for installation
This updates the minimum version for Rust from 1.28 to the current
latest which is 1.33. This is because 1.28 may fail on build due to
It also updates the minimum version of Electrum to the current latest
of 3.3 since version 3.2 is officially unsupported due to a known
phishing vulnerability.
6 years ago
Jeff Vandrew Jr
18890b78e3
Update for use with Eclair Mobile
6 years ago
Jeff Vandrew Jr
8c6472bab3
Update usage.md
If I don't set a `electrum-rpc-addr` flag, by default electrs only listens for tcp6 connections. In order to accept tcp4, I need to add `--electrum-rpc-addr="127.0.0.1:50001`.
This is not a big deal since setting the flag fixes it, but adding this info to the docs should make it easier for users.
Also, the `config.rs` file should be changed since the help for this option lists `127.0.0.1:50001` as the default, which is not correct (at least on my install).
I also added a sample unit file for systemd.
6 years ago
Roman Zeyde
bb8baf4108
Update Dockerfile to install libsnappy-dev and to use current source code
Also, update Docker usage documentation.
6 years ago
Roman Zeyde
5ab3b46487
Document how to persist Electrum wallet configuration
6 years ago
Roman Zeyde
8e31df8511
Update SSL instructions to nginx
Remove hitch example
6 years ago
Daniel McNally
e446693c4c
Add NGINX SSL sample config
6 years ago
sha-265
26a2912703
Fix typo
6 years ago
Daniel McNally
edc2532f0a
Update instructions with low RAM arguments
Closes #61 .
7 years ago
Lawrence Nahum
d6f4d9e197
remove unused size_on_disk
7 years ago
Roman Zeyde
2d2590aeae
Add Docker usage example
7 years ago
Roman Zeyde
836bc5861e
Update Aug 2018 index DB size
7 years ago
Roman Zeyde
98ec908a8d
Update bulk indexing sample
Now it takes ~1.5h :)
7 years ago
Roman Zeyde
215f859aae
Update latest Rust version
7 years ago
Roman Zeyde
c7552878d8
Add more documentation for Electrum client invocation
7 years ago
Roman Zeyde
288cda518c
Document TLS-termination proxy example
7 years ago
Roman Zeyde
b78e047dfa
Separate default monitoring ports for testnet and regtest
7 years ago
Roman Zeyde
2f1e4123e1
Update usage.md with Electrum installation URL
7 years ago
Roman Zeyde
45b507a241
Add optional --cookie flag to usage example
7 years ago
Roman Zeyde
00210f6e29
Remove optional bitcoind flag from doc/usage.md
7 years ago
Roman Zeyde
96c0737649
Add key/value separators for schema doc
7 years ago
Roman Zeyde
a32f718c9a
Fix local electrum invocation script path
7 years ago
Roman Zeyde
18a21bfe56
Add simple bash script for running local Electrum client
7 years ago
Roman Zeyde
ab4747ce7e
Add `cmake` to installation instructions
7 years ago
Roman Zeyde
9a89e6a2d8
Update README with latest performance metrics
7 years ago
Roman Zeyde
c82ceb6ad7
Update usage documentation for JSONRPC cookie
7 years ago
Roman Zeyde
a797a3864e
Move usage instructions to doc/ subdirectory
7 years ago
Roman Zeyde
b421df8c10
Add short schema description
7 years ago